summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-11-22 15:41:07 +0000
committerTorsten Veller <tove@gentoo.org>2010-11-22 15:41:07 +0000
commit50aafa867dc441a2fa5bfe1b93eebdca12f6e9d4 (patch)
treefac3b4722e1c63234110cac63b87b07055d4bd61 /dev-perl/PPIx-EditorTools
parentadd media-libs/clutter-gtk as dependency (diff)
downloadgentoo-2-50aafa867dc441a2fa5bfe1b93eebdca12f6e9d4.tar.gz
gentoo-2-50aafa867dc441a2fa5bfe1b93eebdca12f6e9d4.tar.bz2
gentoo-2-50aafa867dc441a2fa5bfe1b93eebdca12f6e9d4.zip
Version bump
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/PPIx-EditorTools')
-rw-r--r--dev-perl/PPIx-EditorTools/ChangeLog7
-rw-r--r--dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.11.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/PPIx-EditorTools/ChangeLog b/dev-perl/PPIx-EditorTools/ChangeLog
index 894e16f6ac76..5cddc6855e4c 100644
--- a/dev-perl/PPIx-EditorTools/ChangeLog
+++ b/dev-perl/PPIx-EditorTools/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/PPIx-EditorTools
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog,v 1.2 2010/09/28 07:07:06 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog,v 1.3 2010/11/22 15:41:07 tove Exp $
+
+*PPIx-EditorTools-0.11 (22 Nov 2010)
+
+ 22 Nov 2010; Torsten Veller <tove@gentoo.org> +PPIx-EditorTools-0.11.ebuild:
+ Version bump
*PPIx-EditorTools-0.10 (28 Sep 2010)
diff --git a/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.11.ebuild b/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.11.ebuild
new file mode 100644
index 000000000000..88d61d48fea5
--- /dev/null
+++ b/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.11.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/PPIx-EditorTools/PPIx-EditorTools-0.11.ebuild,v 1.1 2010/11/22 15:41:07 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=AZAWAWI
+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