From 4a3005a056b5cfd89d16154ef5818578820255ae Mon Sep 17 00:00:00 2001 From: Ian Stakenvicius <axs@gentoo.org> Date: Sat, 23 Aug 2014 02:06:07 +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/IPC-System-Simple/ChangeLog | 11 +++++++++-- .../IPC-System-Simple-1.21-r1.ebuild | 21 +++++++++++++++++++++ .../IPC-System-Simple/IPC-System-Simple-1.21.ebuild | 21 --------------------- 3 files changed, 30 insertions(+), 23 deletions(-) create mode 100644 dev-perl/IPC-System-Simple/IPC-System-Simple-1.21-r1.ebuild delete mode 100644 dev-perl/IPC-System-Simple/IPC-System-Simple-1.21.ebuild (limited to 'dev-perl/IPC-System-Simple') diff --git a/dev-perl/IPC-System-Simple/ChangeLog b/dev-perl/IPC-System-Simple/ChangeLog index 6839e88d1e24..7071ebf897ce 100644 --- a/dev-perl/IPC-System-Simple/ChangeLog +++ b/dev-perl/IPC-System-Simple/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/IPC-System-Simple -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-System-Simple/ChangeLog,v 1.5 2012/06/24 13:00:01 tove Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-System-Simple/ChangeLog,v 1.6 2014/08/23 02:06:07 axs Exp $ + +*IPC-System-Simple-1.21-r1 (23 Aug 2014) + + 23 Aug 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> + +IPC-System-Simple-1.21-r1.ebuild, -IPC-System-Simple-1.21.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 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/IPC-System-Simple/IPC-System-Simple-1.21-r1.ebuild b/dev-perl/IPC-System-Simple/IPC-System-Simple-1.21-r1.ebuild new file mode 100644 index 000000000000..4a172ba271c9 --- /dev/null +++ b/dev-perl/IPC-System-Simple/IPC-System-Simple-1.21-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-System-Simple/IPC-System-Simple-1.21-r1.ebuild,v 1.1 2014/08/23 02:06:07 axs Exp $ + +EAPI=5 + +MODULE_AUTHOR=PJF +inherit perl-module + +DESCRIPTION="Run commands simply, with detailed diagnostics" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="virtual/perl-File-Spec + virtual/perl-Scalar-List-Utils + virtual/perl-Test-Simple" +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/IPC-System-Simple/IPC-System-Simple-1.21.ebuild b/dev-perl/IPC-System-Simple/IPC-System-Simple-1.21.ebuild deleted file mode 100644 index 3abe4374c677..000000000000 --- a/dev-perl/IPC-System-Simple/IPC-System-Simple-1.21.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-System-Simple/IPC-System-Simple-1.21.ebuild,v 1.3 2012/04/14 15:19:33 maekke Exp $ - -EAPI=4 - -MODULE_AUTHOR=PJF -inherit perl-module - -DESCRIPTION="Run commands simply, with detailed diagnostics" - -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="virtual/perl-File-Spec - virtual/perl-Scalar-List-Utils - virtual/perl-Test-Simple" -DEPEND="${RDEPEND}" - -SRC_TEST="do" -- cgit v1.2.3-65-gdbad