diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-10-16 01:49:52 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-10-16 01:49:52 +0000 |
commit | 4226e46678c54fff85a420fb2cf09fcaf6ac144d (patch) | |
tree | f1aa8ecfee65d6be4cca0c60b4decb38942cee80 /dev-perl/Want | |
parent | pawn onto graphics herd (diff) | |
download | gentoo-2-4226e46678c54fff85a420fb2cf09fcaf6ac144d.tar.gz gentoo-2-4226e46678c54fff85a420fb2cf09fcaf6ac144d.tar.bz2 gentoo-2-4226e46678c54fff85a420fb2cf09fcaf6ac144d.zip |
Marking amd64 stable
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'dev-perl/Want')
-rw-r--r-- | dev-perl/Want/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Want/Want-0.07.ebuild | 3 | ||||
-rw-r--r-- | dev-perl/Want/Want-0.10.ebuild | 3 | ||||
-rw-r--r-- | dev-perl/Want/Want-0.12.ebuild | 5 |
4 files changed, 9 insertions, 8 deletions
diff --git a/dev-perl/Want/ChangeLog b/dev-perl/Want/ChangeLog index 3d0a42e7212d..b89c75ad956b 100644 --- a/dev-perl/Want/ChangeLog +++ b/dev-perl/Want/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Want # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Want/ChangeLog,v 1.17 2006/09/16 21:43:11 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Want/ChangeLog,v 1.18 2006/10/16 01:49:52 mcummings Exp $ + + 16 Oct 2006; Michael Cummings <mcummings@gentoo.org> Want-0.07.ebuild, + -Want-0.09.ebuild, Want-0.10.ebuild, Want-0.12.ebuild: + Marking amd64 stable 16 Sep 2006; Tobias Scherbaum <dertobi123@gentoo.org> Want-0.10.ebuild: ppc stable diff --git a/dev-perl/Want/Want-0.07.ebuild b/dev-perl/Want/Want-0.07.ebuild index fe319a73f8d0..0a03459f75c1 100644 --- a/dev-perl/Want/Want-0.07.ebuild +++ b/dev-perl/Want/Want-0.07.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Want/Want-0.07.ebuild,v 1.10 2006/08/06 01:08:43 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Want/Want-0.07.ebuild,v 1.11 2006/10/16 01:49:52 mcummings Exp $ inherit perl-module @@ -16,4 +16,3 @@ SRC_TEST="do" DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" diff --git a/dev-perl/Want/Want-0.10.ebuild b/dev-perl/Want/Want-0.10.ebuild index 2935dbb1adfb..786853a66913 100644 --- a/dev-perl/Want/Want-0.10.ebuild +++ b/dev-perl/Want/Want-0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Want/Want-0.10.ebuild,v 1.7 2006/09/16 21:43:11 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Want/Want-0.10.ebuild,v 1.8 2006/10/16 01:49:52 mcummings Exp $ inherit perl-module @@ -16,4 +16,3 @@ SRC_TEST="do" DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" diff --git a/dev-perl/Want/Want-0.12.ebuild b/dev-perl/Want/Want-0.12.ebuild index 15fbe9e41ae0..37a85dc32282 100644 --- a/dev-perl/Want/Want-0.12.ebuild +++ b/dev-perl/Want/Want-0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Want/Want-0.12.ebuild,v 1.1 2006/09/04 13:33:34 yuval Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Want/Want-0.12.ebuild,v 1.2 2006/10/16 01:49:52 mcummings Exp $ inherit perl-module @@ -9,11 +9,10 @@ SRC_URI="mirror://cpan/authors/id/R/RO/ROBIN/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/~robin/${P}/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc sparc ~x86" IUSE="" SRC_TEST="do" DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" |