summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-06-16 07:28:22 +0000
committerTorsten Veller <tove@gentoo.org>2010-06-16 07:28:22 +0000
commit64991d067374d66bf2a6b712f1b5429b5945b0d3 (patch)
tree49d71dafda802be95273f9e86a05f0dfd78cda17 /dev-perl/Package-Stash
parentAttempts tp fix bug 314053 (diff)
downloadgentoo-2-64991d067374d66bf2a6b712f1b5429b5945b0d3.tar.gz
gentoo-2-64991d067374d66bf2a6b712f1b5429b5945b0d3.tar.bz2
gentoo-2-64991d067374d66bf2a6b712f1b5429b5945b0d3.zip
Version bump
(Portage version: 2.2_rc67/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.05.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Package-Stash/ChangeLog b/dev-perl/Package-Stash/ChangeLog
index 601cf318d076..de9b488cbaba 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash/ChangeLog,v 1.1 2010/06/06 09:35:29 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash/ChangeLog,v 1.2 2010/06/16 07:28:22 tove Exp $
+
+*Package-Stash-0.05 (16 Jun 2010)
+
+ 16 Jun 2010; Torsten Veller <tove@gentoo.org> +Package-Stash-0.05.ebuild:
+ Version bump
*Package-Stash-0.03 (06 Jun 2010)
diff --git a/dev-perl/Package-Stash/Package-Stash-0.05.ebuild b/dev-perl/Package-Stash/Package-Stash-0.05.ebuild
new file mode 100644
index 000000000000..19cb0e6ba99b
--- /dev/null
+++ b/dev-perl/Package-Stash/Package-Stash-0.05.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2010 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.05.ebuild,v 1.1 2010/06/16 07:28:22 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR="DOY"
+inherit perl-module
+
+DESCRIPTION="Routines for manipulating stashes"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.31
+ test? ( dev-perl/Test-Exception
+ >=virtual/perl-Test-Simple-0.88 )"
+
+SRC_TEST="do"