summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-02-29 09:14:54 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2012-02-29 09:14:54 +0000
commitef3fd1a1c52358e61ab3fcaa30ceb5e982960bec (patch)
tree56864d4f2f6402789709cdf9c8c9b87e9f876586 /dev-perl/Want
parentVersion bump via perl-bump experimental tool. (diff)
downloadgentoo-2-ef3fd1a1c52358e61ab3fcaa30ceb5e982960bec.tar.gz
gentoo-2-ef3fd1a1c52358e61ab3fcaa30ceb5e982960bec.tar.bz2
gentoo-2-ef3fd1a1c52358e61ab3fcaa30ceb5e982960bec.zip
Version bump via perl-bump experimental tool.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Want')
-rw-r--r--dev-perl/Want/ChangeLog9
-rw-r--r--dev-perl/Want/Want-0.200.0.ebuild17
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"