summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-08-16 08:08:47 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-08-16 08:08:47 +0000
commitc372446835053b33d29954402fd75fdcaccd7233 (patch)
tree0b2bb36b79b02c1748bc7ca1dc8b8ba9a63a9fdb /dev-perl/PPIx-EditorTools
parentBump (diff)
downloadgentoo-2-c372446835053b33d29954402fd75fdcaccd7233.tar.gz
gentoo-2-c372446835053b33d29954402fd75fdcaccd7233.tar.bz2
gentoo-2-c372446835053b33d29954402fd75fdcaccd7233.zip
Bump
(Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)
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.180.0.ebuild30
2 files changed, 37 insertions, 1 deletions
diff --git a/dev-perl/PPIx-EditorTools/ChangeLog b/dev-perl/PPIx-EditorTools/ChangeLog
index bf672fb766cc..188fd92eefde 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-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog,v 1.12 2013/01/06 15:42:02 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog,v 1.13 2013/08/16 08:08:47 patrick Exp $
+
+*PPIx-EditorTools-0.180.0 (16 Aug 2013)
+
+ 16 Aug 2013; Patrick Lauer <patrick@gentoo.org>
+ +PPIx-EditorTools-0.180.0.ebuild:
+ Bump
06 Jan 2013; Torsten Veller <tove@gentoo.org>
-PPIx-EditorTools-0.150.0.ebuild:
diff --git a/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.180.0.ebuild b/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.180.0.ebuild
new file mode 100644
index 000000000000..0f36a5deb212
--- /dev/null
+++ b/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.180.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2013 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.180.0.ebuild,v 1.1 2013/08/16 08:08:47 patrick Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=SZABGAB
+MODULE_VERSION=0.18
+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.20.0
+ >=dev-perl/PPI-1.215.0
+ >=dev-perl/Try-Tiny-0.110.0
+"
+DEPEND="
+ test? (
+ ${RDEPEND}
+ dev-perl/Test-Most
+ >=dev-perl/Test-Differences-0.480.100
+ dev-perl/Test-NoWarnings
+ )"
+
+SRC_TEST=do