summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2011-09-07 01:08:44 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2011-09-07 01:08:44 +0000
commit7476f33069ef39f1548e1ce0835f02135716ee8f (patch)
tree635c244dce6bfb15bd1aa33a459b8eabb655cf6f /dev-perl
parentVersion bump via perl-bump experimental tool. (diff)
downloadgentoo-2-7476f33069ef39f1548e1ce0835f02135716ee8f.tar.gz
gentoo-2-7476f33069ef39f1548e1ce0835f02135716ee8f.tar.bz2
gentoo-2-7476f33069ef39f1548e1ce0835f02135716ee8f.zip
Version bump via perl-bump experimental tool.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Package-Stash-XS/ChangeLog8
-rw-r--r--dev-perl/Package-Stash-XS/Package-Stash-XS-0.250.0.ebuild25
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/Package-Stash-XS/ChangeLog b/dev-perl/Package-Stash-XS/ChangeLog
index 3dde175e66e6..cec64aee22c1 100644
--- a/dev-perl/Package-Stash-XS/ChangeLog
+++ b/dev-perl/Package-Stash-XS/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Package-Stash-XS
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog,v 1.10 2011/09/06 15:31:48 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog,v 1.11 2011/09/07 01:08:44 robbat2 Exp $
+
+*Package-Stash-XS-0.250.0 (07 Sep 2011)
+
+ 07 Sep 2011; Robin H. Johnson <robbat2@gentoo.org>
+ +Package-Stash-XS-0.250.0.ebuild:
+ Version bump via perl-bump experimental tool.
*Package-Stash-XS-0.240.0 (06 Sep 2011)
diff --git a/dev-perl/Package-Stash-XS/Package-Stash-XS-0.250.0.ebuild b/dev-perl/Package-Stash-XS/Package-Stash-XS-0.250.0.ebuild
new file mode 100644
index 000000000000..dd76e1cc8bce
--- /dev/null
+++ b/dev-perl/Package-Stash-XS/Package-Stash-XS-0.250.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/Package-Stash-XS-0.250.0.ebuild,v 1.1 2011/09/07 01:08:44 robbat2 Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=DOY
+MODULE_VERSION=0.25
+inherit perl-module
+
+DESCRIPTION="Faster and more correct implementation of the Package::Stash API"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.31
+ test? (
+ dev-perl/Test-Fatal
+ >=virtual/perl-Test-Simple-0.88
+ )"
+
+SRC_TEST="do"