diff options
author | Torsten Veller <tove@gentoo.org> | 2010-09-28 07:07:06 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-09-28 07:07:06 +0000 |
commit | 699cfc40107b6cefc59e262aefd8116556b8cab9 (patch) | |
tree | 8475541701955c98c2af8b1db4ce0dd2c1b0f461 /dev-perl/PPIx-EditorTools | |
parent | Version bump (diff) | |
download | historical-699cfc40107b6cefc59e262aefd8116556b8cab9.tar.gz historical-699cfc40107b6cefc59e262aefd8116556b8cab9.tar.bz2 historical-699cfc40107b6cefc59e262aefd8116556b8cab9.zip |
Version bump. Run tests
Package-Manager: portage-2.2_rc88/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/PPIx-EditorTools')
-rw-r--r-- | dev-perl/PPIx-EditorTools/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.10.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/PPIx-EditorTools/ChangeLog b/dev-perl/PPIx-EditorTools/ChangeLog index 411b50935400..894e16f6ac76 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog,v 1.1 2010/02/15 13:57:10 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog,v 1.2 2010/09/28 07:07:06 tove Exp $ + +*PPIx-EditorTools-0.10 (28 Sep 2010) + + 28 Sep 2010; Torsten Veller <tove@gentoo.org> + +PPIx-EditorTools-0.10.ebuild: + Version bump. Run tests 15 Feb 2010; Torsten Veller <tove@gentoo.org> +PPIx-EditorTools-0.09.ebuild, +metadata.xml: diff --git a/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.10.ebuild b/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.10.ebuild new file mode 100644 index 000000000000..ad88c03f3527 --- /dev/null +++ b/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.10.ebuild @@ -0,0 +1,21 @@ +# 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.10.ebuild,v 1.1 2010/09/28 07:07:06 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-Differences-0.48.01 )" + +SRC_TEST=do |