summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-01-26 13:06:25 +0000
committerTorsten Veller <tove@gentoo.org>2011-01-26 13:06:25 +0000
commit6473744481cbdc189d9bb3d72bee718f31ff388a (patch)
tree86838bb30632a4ed2a89c7520316f273c8901acb /dev-perl/Package-Stash-XS
parentFix tests. Bug #352716 (diff)
downloadgentoo-2-6473744481cbdc189d9bb3d72bee718f31ff388a.tar.gz
gentoo-2-6473744481cbdc189d9bb3d72bee718f31ff388a.tar.bz2
gentoo-2-6473744481cbdc189d9bb3d72bee718f31ff388a.zip
Version bump
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Package-Stash-XS')
-rw-r--r--dev-perl/Package-Stash-XS/ChangeLog7
-rw-r--r--dev-perl/Package-Stash-XS/Package-Stash-XS-0.210.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/Package-Stash-XS/ChangeLog b/dev-perl/Package-Stash-XS/ChangeLog
index 8123d1548208..48a394892e27 100644
--- a/dev-perl/Package-Stash-XS/ChangeLog
+++ b/dev-perl/Package-Stash-XS/ChangeLog
@@ -1,6 +1,11 @@
# 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.1 2011/01/13 20:02:17 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog,v 1.2 2011/01/26 13:06:25 tove Exp $
+
+*Package-Stash-XS-0.210 (26 Jan 2011)
+
+ 26 Jan 2011; Torsten Veller <tove@gentoo.org> +Package-Stash-XS-0.210.ebuild:
+ Version bump
*Package-Stash-XS-0.200 (13 Jan 2011)
diff --git a/dev-perl/Package-Stash-XS/Package-Stash-XS-0.210.ebuild b/dev-perl/Package-Stash-XS/Package-Stash-XS-0.210.ebuild
new file mode 100644
index 000000000000..4181f78ef6fa
--- /dev/null
+++ b/dev-perl/Package-Stash-XS/Package-Stash-XS-0.210.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.210.ebuild,v 1.1 2011/01/26 13:06:25 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=DOY
+MODULE_VERSION=0.21
+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"