diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-01-13 17:02:56 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-01-13 17:02:56 +0000 |
commit | 0dc0a537980d0fb8d4ad444421a2f256430e4de4 (patch) | |
tree | 13c49917e3849bbae4512db62046823c42d48e71 /dev-perl/Want | |
parent | Version bump upstream (diff) | |
download | gentoo-2-0dc0a537980d0fb8d4ad444421a2f256430e4de4.tar.gz gentoo-2-0dc0a537980d0fb8d4ad444421a2f256430e4de4.tar.bz2 gentoo-2-0dc0a537980d0fb8d4ad444421a2f256430e4de4.zip |
Version bump
(Portage version: 2.1_pre1)
Diffstat (limited to 'dev-perl/Want')
-rw-r--r-- | dev-perl/Want/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Want/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/Want/Want-0.09.ebuild | 15 | ||||
-rw-r--r-- | dev-perl/Want/files/digest-Want-0.09 | 1 |
4 files changed, 26 insertions, 3 deletions
diff --git a/dev-perl/Want/ChangeLog b/dev-perl/Want/ChangeLog index d3f8c88c3dd2..e62edc046bf6 100644 --- a/dev-perl/Want/ChangeLog +++ b/dev-perl/Want/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Want -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Want/ChangeLog,v 1.6 2005/10/02 13:25:12 agriffis Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Want/ChangeLog,v 1.7 2006/01/13 16:59:38 mcummings Exp $ + +*Want-0.09 (13 Jan 2006) + + 13 Jan 2006; Michael Cummings <mcummings@gentoo.org> +Want-0.09.ebuild: + Version bump 02 Oct 2005; Aron Griffis <agriffis@gentoo.org> Want-0.07.ebuild: Mark 0.07 stable on ia64 diff --git a/dev-perl/Want/Manifest b/dev-perl/Want/Manifest index 413076c0ffa4..f42043b6226a 100644 --- a/dev-perl/Want/Manifest +++ b/dev-perl/Want/Manifest @@ -1,4 +1,6 @@ -MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 MD5 2412a67664aa24b8f8a3b259acd8ea37 ChangeLog 812 MD5 38c874713122b2588a93f4e94dd307ea Want-0.07.ebuild 495 +MD5 52f94207f0746a9f165cb335fdd76801 Want-0.09.ebuild 406 MD5 7dc96d63dea3a3decfa63ad080a27a77 files/digest-Want-0.07 60 +MD5 521f1f5609deb2fde3fb4c9379395e81 files/digest-Want-0.09 60 +MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 diff --git a/dev-perl/Want/Want-0.09.ebuild b/dev-perl/Want/Want-0.09.ebuild new file mode 100644 index 000000000000..8312341183c8 --- /dev/null +++ b/dev-perl/Want/Want-0.09.ebuild @@ -0,0 +1,15 @@ +# 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.09.ebuild,v 1.1 2006/01/13 16:59:38 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="A generalisation of wantarray" +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" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/Want/files/digest-Want-0.09 b/dev-perl/Want/files/digest-Want-0.09 new file mode 100644 index 000000000000..256eafc78f02 --- /dev/null +++ b/dev-perl/Want/files/digest-Want-0.09 @@ -0,0 +1 @@ +MD5 90ab551867c986b748128609f95b3666 Want-0.09.tar.gz 15740 |