summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-10-01 06:33:29 +0000
committerTorsten Veller <tove@gentoo.org>2011-10-01 06:33:29 +0000
commit23718474b4fa6fd4e12e8197f7a2f738c8a7a9b2 (patch)
tree63cdece152084c8d130a2743b15048c9020eaaa0 /dev-perl/Package-Stash
parent[bump] dev-perl/yaml-0.770.0 (diff)
downloadhistorical-23718474b4fa6fd4e12e8197f7a2f738c8a7a9b2.tar.gz
historical-23718474b4fa6fd4e12e8197f7a2f738c8a7a9b2.tar.bz2
historical-23718474b4fa6fd4e12e8197f7a2f738c8a7a9b2.zip
[bump] dev-perl/Package-Stash-0.330.0
Package-Manager: portage-2.2.0_alpha60/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Package-Stash')
-rw-r--r--dev-perl/Package-Stash/ChangeLog7
-rw-r--r--dev-perl/Package-Stash/Package-Stash-0.330.0.ebuild35
2 files changed, 41 insertions, 1 deletions
diff --git a/dev-perl/Package-Stash/ChangeLog b/dev-perl/Package-Stash/ChangeLog
index edf5976e0ca2..23b2b66d6631 100644
--- a/dev-perl/Package-Stash/ChangeLog
+++ b/dev-perl/Package-Stash/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Package-Stash
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash/ChangeLog,v 1.25 2011/09/24 13:29:38 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash/ChangeLog,v 1.26 2011/10/01 06:33:29 tove Exp $
+
+*Package-Stash-0.330.0 (01 Oct 2011)
+
+ 01 Oct 2011; Torsten Veller <tove@gentoo.org> +Package-Stash-0.330.0.ebuild:
+ Version bump
24 Sep 2011; Fabian Groffen <grobian@gentoo.org>
Package-Stash-0.320.0.ebuild:
diff --git a/dev-perl/Package-Stash/Package-Stash-0.330.0.ebuild b/dev-perl/Package-Stash/Package-Stash-0.330.0.ebuild
new file mode 100644
index 000000000000..f93d67e7f422
--- /dev/null
+++ b/dev-perl/Package-Stash/Package-Stash-0.330.0.ebuild
@@ -0,0 +1,35 @@
+# 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/Package-Stash-0.330.0.ebuild,v 1.1 2011/10/01 06:33:29 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=DOY
+MODULE_VERSION=0.33
+inherit perl-module
+
+DESCRIPTION="Routines for manipulating stashes"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x64-macos"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/Dist-CheckConflicts-0.20.0
+ dev-perl/Package-DeprecationManager
+ >=dev-perl/Package-Stash-XS-0.240.0"
+# conflicts:
+# !<=dev-perl/Class-MOP-1.08
+# !<=dev-perl/namespace-clean-0.18
+# !<=dev-perl/MooseX-Role-WithOverloading-0.80
+# !<=dev-perl/MooseX-Method-Signatures-0.360.0
+
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.31
+ test? (
+ dev-perl/Test-Fatal
+ dev-perl/Test-Requires
+ >=virtual/perl-Test-Simple-0.88
+ )"
+
+SRC_TEST="do"