diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-02-29 09:20:23 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-02-29 09:20:23 +0000 |
commit | 00e2832b2ef5d0cc353290d580d658d6c87f7ae6 (patch) | |
tree | cf549436404366f20998cc5975f1a53a2b1ae103 /dev-perl/Want | |
parent | Version bump wrt bug 406229 by <supercilious.dude@gmail.com> (diff) | |
download | historical-00e2832b2ef5d0cc353290d580d658d6c87f7ae6.tar.gz historical-00e2832b2ef5d0cc353290d580d658d6c87f7ae6.tar.bz2 historical-00e2832b2ef5d0cc353290d580d658d6c87f7ae6.zip |
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2.0_alpha89/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Want')
-rw-r--r-- | dev-perl/Want/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Want/Want-0.200.0.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-perl/Want/ChangeLog b/dev-perl/Want/ChangeLog index 8aee8d3243a1..7a76e882acdc 100644 --- a/dev-perl/Want/ChangeLog +++ b/dev-perl/Want/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Want -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Want/ChangeLog,v 1.43 2011/09/04 11:22:42 tove Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Want/ChangeLog,v 1.44 2012/02/29 09:14:54 robbat2 Exp $ + +*Want-0.200.0 (29 Feb 2012) + + 29 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> +Want-0.200.0.ebuild: + Version bump via perl-bump experimental tool. 04 Sep 2011; Torsten Veller <tove@gentoo.org> -Want-0.18.ebuild: Cleanup diff --git a/dev-perl/Want/Want-0.200.0.ebuild b/dev-perl/Want/Want-0.200.0.ebuild new file mode 100644 index 000000000000..e8c094a25b97 --- /dev/null +++ b/dev-perl/Want/Want-0.200.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Want/Want-0.200.0.ebuild,v 1.1 2012/02/29 09:14:54 robbat2 Exp $ + +EAPI=4 + +MODULE_AUTHOR=ROBIN +MODULE_VERSION=0.20 +inherit perl-module + +DESCRIPTION="A generalisation of wantarray" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" |