diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-03-18 16:29:31 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-03-18 16:29:31 +0000 |
commit | 89c06496749363bdf0938d1c058e9519035281dd (patch) | |
tree | 903abbafb1c0e2f09d1a11e7a9b457a00b10af0b /dev-perl/PPIx-EditorTools | |
parent | unmask ruby useflag for newest libcaca versions, bug #483104 (diff) | |
download | gentoo-2-89c06496749363bdf0938d1c058e9519035281dd.tar.gz gentoo-2-89c06496749363bdf0938d1c058e9519035281dd.tar.bz2 gentoo-2-89c06496749363bdf0938d1c058e9519035281dd.zip |
Version bump. Add new dep on dev-perl/CPAN-Changes for tests.
Signed-off-by: monsieurp@gentoo.org
(Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key 93491BB8)
Diffstat (limited to 'dev-perl/PPIx-EditorTools')
-rw-r--r-- | dev-perl/PPIx-EditorTools/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.190.0.ebuild | 31 |
2 files changed, 39 insertions, 2 deletions
diff --git a/dev-perl/PPIx-EditorTools/ChangeLog b/dev-perl/PPIx-EditorTools/ChangeLog index df7c7e6ea8c6..e24ad6409c81 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog,v 1.14 2014/09/03 18:13:35 zlogene Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog,v 1.15 2015/03/18 16:29:31 monsieurp Exp $ + +*PPIx-EditorTools-0.190.0 (18 Mar 2015) + + 18 Mar 2015; Patrice Clement <monsieurp@gentoo.org> + +PPIx-EditorTools-0.190.0.ebuild: + Version bump. Add new dep on dev-perl/CPAN-Changes for tests. 03 Sep 2014; Mikle Kolyada <zlogene@gentoo.org> PPIx-EditorTools-0.170.0.ebuild, PPIx-EditorTools-0.180.0.ebuild: diff --git a/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.190.0.ebuild b/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.190.0.ebuild new file mode 100644 index 000000000000..741f9002d7f0 --- /dev/null +++ b/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.190.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 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.190.0.ebuild,v 1.1 2015/03/18 16:29:31 monsieurp Exp $ + +EAPI=5 + +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 + dev-perl/CPAN-Changes + )" + +SRC_TEST=do |