summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-03-24 06:47:53 +0000
committerTorsten Veller <tove@gentoo.org>2011-03-24 06:47:53 +0000
commit25c4dd3ecde94582884bf153503e580bc8ceca89 (patch)
tree1f6d36992a8b3e6b94bd30867d0dfcdd96e37402 /dev-perl/PPIx-EditorTools
parentDrop incorrect liboil dep (bug #360205). Also make RDEPEND explicit (fixes re... (diff)
downloadgentoo-2-25c4dd3ecde94582884bf153503e580bc8ceca89.tar.gz
gentoo-2-25c4dd3ecde94582884bf153503e580bc8ceca89.tar.bz2
gentoo-2-25c4dd3ecde94582884bf153503e580bc8ceca89.zip
[bump] dev-perl/PPIx-EditorTools-0.120.0
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/PPIx-EditorTools')
-rw-r--r--dev-perl/PPIx-EditorTools/ChangeLog8
-rw-r--r--dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.120.0.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/PPIx-EditorTools/ChangeLog b/dev-perl/PPIx-EditorTools/ChangeLog
index 1f7304804291..0bd399081260 100644
--- a/dev-perl/PPIx-EditorTools/ChangeLog
+++ b/dev-perl/PPIx-EditorTools/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/PPIx-EditorTools
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog,v 1.4 2011/01/14 16:48:22 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog,v 1.5 2011/03/24 06:47:53 tove Exp $
+
+*PPIx-EditorTools-0.120.0 (24 Mar 2011)
+
+ 24 Mar 2011; Torsten Veller <tove@gentoo.org>
+ +PPIx-EditorTools-0.120.0.ebuild:
+ Version bump
14 Jan 2011; Torsten Veller <tove@gentoo.org> -PPIx-EditorTools-0.09.ebuild,
-PPIx-EditorTools-0.10.ebuild:
diff --git a/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.120.0.ebuild b/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.120.0.ebuild
new file mode 100644
index 000000000000..4b901a55fb2c
--- /dev/null
+++ b/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.120.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.120.0.ebuild,v 1.1 2011/03/24 06:47:53 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=SZABGAB
+MODULE_VERSION=0.12
+inherit perl-module
+
+DESCRIPTION="Utility methods and base class for manipulating Perl via PPI"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-perl/Class-XSAccessor-1.02
+ >=dev-perl/PPI-1.203"
+DEPEND="test? ( ${RDEPEND}
+ dev-perl/Test-Most
+ >=dev-perl/Test-Differences-0.48.01 )"
+
+SRC_TEST=do