From 2dc14289d1d4dda587cf57c0188a1c84170f8d04 Mon Sep 17 00:00:00 2001 From: Ian Stakenvicius Date: Sat, 23 Aug 2014 22:07:12 +0000 Subject: bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED) --- dev-perl/Test-Command/ChangeLog | 9 +++++++- .../Test-Command/Test-Command-0.80.0-r1.ebuild | 25 ++++++++++++++++++++++ dev-perl/Test-Command/Test-Command-0.80.0.ebuild | 25 ---------------------- 3 files changed, 33 insertions(+), 26 deletions(-) create mode 100644 dev-perl/Test-Command/Test-Command-0.80.0-r1.ebuild delete mode 100644 dev-perl/Test-Command/Test-Command-0.80.0.ebuild (limited to 'dev-perl/Test-Command') diff --git a/dev-perl/Test-Command/ChangeLog b/dev-perl/Test-Command/ChangeLog index 8fefd1648980..ebb16f723e86 100644 --- a/dev-perl/Test-Command/ChangeLog +++ b/dev-perl/Test-Command/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/Test-Command # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Command/ChangeLog,v 1.12 2014/03/04 19:26:47 vincent Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Command/ChangeLog,v 1.13 2014/08/23 22:07:12 axs Exp $ + +*Test-Command-0.80.0-r1 (23 Aug 2014) + + 23 Aug 2014; Ian Stakenvicius (_AxS_) + +Test-Command-0.80.0-r1.ebuild, -Test-Command-0.80.0.ebuild: + bumped EAPI to 5; committed directly to stable as no other changes present and + revbump helps stable systems to keep from dieing on perl-5.18 upgrade 04 Mar 2014; Vicente Olivert Riera Test-Command-0.80.0.ebuild: diff --git a/dev-perl/Test-Command/Test-Command-0.80.0-r1.ebuild b/dev-perl/Test-Command/Test-Command-0.80.0-r1.ebuild new file mode 100644 index 000000000000..be128c4037cf --- /dev/null +++ b/dev-perl/Test-Command/Test-Command-0.80.0-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Command/Test-Command-0.80.0-r1.ebuild,v 1.1 2014/08/23 22:07:12 axs Exp $ + +EAPI=5 + +MODULE_AUTHOR=DANBOO +MODULE_VERSION=0.08 +inherit perl-module + +DESCRIPTION="Test routines for external commands" + +SLOT="0" +KEYWORDS="alpha amd64 ~arm ~mips ppc ppc64 sparc x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-Module-Build + test? ( + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + )" + +SRC_TEST="do" diff --git a/dev-perl/Test-Command/Test-Command-0.80.0.ebuild b/dev-perl/Test-Command/Test-Command-0.80.0.ebuild deleted file mode 100644 index 47e2fbe2b783..000000000000 --- a/dev-perl/Test-Command/Test-Command-0.80.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Command/Test-Command-0.80.0.ebuild,v 1.3 2014/03/04 19:26:47 vincent Exp $ - -EAPI=4 - -MODULE_AUTHOR=DANBOO -MODULE_VERSION=0.08 -inherit perl-module - -DESCRIPTION="Test routines for external commands" - -SLOT="0" -KEYWORDS="alpha amd64 ~arm ~mips ppc ppc64 sparc x86" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( - dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage - )" - -SRC_TEST="do" -- cgit v1.2.3-65-gdbad