diff options
author | Yuval Yaari <yuval@gentoo.org> | 2006-09-04 13:33:34 +0000 |
---|---|---|
committer | Yuval Yaari <yuval@gentoo.org> | 2006-09-04 13:33:34 +0000 |
commit | 9d86f480999cd3c574ca7861ac4f0b2f783569cf (patch) | |
tree | af8e8b9683fc7b86f1722c7a6172407b8db9ed4b /dev-perl/Want | |
parent | new version (#141523) (diff) | |
download | historical-9d86f480999cd3c574ca7861ac4f0b2f783569cf.tar.gz historical-9d86f480999cd3c574ca7861ac4f0b2f783569cf.tar.bz2 historical-9d86f480999cd3c574ca7861ac4f0b2f783569cf.zip |
Version bump
Package-Manager: portage-2.1-r1
Diffstat (limited to 'dev-perl/Want')
-rw-r--r-- | dev-perl/Want/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Want/Want-0.12.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Want/files/digest-Want-0.12 | 3 |
3 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Want/ChangeLog b/dev-perl/Want/ChangeLog index a1ad4a7b8ee8..8f497337a65b 100644 --- a/dev-perl/Want/ChangeLog +++ b/dev-perl/Want/ChangeLog @@ -1,6 +1,11 @@ # 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.15 2006/08/18 02:07:06 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Want/ChangeLog,v 1.16 2006/09/04 13:33:34 yuval Exp $ + +*Want-0.12 (04 Sep 2006) + + 04 Sep 2006; Yuval Yaari <yuval@gentoo.org> +Want-0.12.ebuild: + Version bump 18 Aug 2006; Michael Cummings <mcummings@gentoo.org> Want-0.10.ebuild: Marking amd64 stable diff --git a/dev-perl/Want/Want-0.12.ebuild b/dev-perl/Want/Want-0.12.ebuild new file mode 100644 index 000000000000..15fbe9e41ae0 --- /dev/null +++ b/dev-perl/Want/Want-0.12.ebuild @@ -0,0 +1,19 @@ +# 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 $ + +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" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Want/files/digest-Want-0.12 b/dev-perl/Want/files/digest-Want-0.12 new file mode 100644 index 000000000000..baa8f9445a9a --- /dev/null +++ b/dev-perl/Want/files/digest-Want-0.12 @@ -0,0 +1,3 @@ +MD5 4e6475d881b49c4fb891ccbe03f5e219 Want-0.12.tar.gz 16882 +RMD160 2c082cce8ecf51bc73b83721c48acb4ef3022af7 Want-0.12.tar.gz 16882 +SHA256 4895912dadeae127c9a773b198c54f7f382a49794997186ac5ac8e5c9a50b5f2 Want-0.12.tar.gz 16882 |