dilfridge 14/07/26 13:32:38 Modified: ChangeLog Added: IPC-Cmd-0.780.0-r1.ebuild Removed: IPC-Cmd-0.780.0.ebuild Log: EAPI bump (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path 1.47 perl-core/IPC-Cmd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IPC-Cmd/ChangeLog?rev=1.47&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IPC-Cmd/ChangeLog?rev=1.47&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IPC-Cmd/ChangeLog?r1=1.46&r2=1.47 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/perl-core/IPC-Cmd/ChangeLog,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- ChangeLog 8 Jul 2014 22:12:15 -0000 1.46 +++ ChangeLog 26 Jul 2014 13:32:38 -0000 1.47 @@ -1,6 +1,12 @@ # ChangeLog for perl-core/IPC-Cmd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/IPC-Cmd/ChangeLog,v 1.46 2014/07/08 22:12:15 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/IPC-Cmd/ChangeLog,v 1.47 2014/07/26 13:32:38 dilfridge Exp $ + +*IPC-Cmd-0.780.0-r1 (26 Jul 2014) + + 26 Jul 2014; Andreas K. Huettel <[email protected]> + +IPC-Cmd-0.780.0-r1.ebuild, -IPC-Cmd-0.780.0.ebuild: + EAPI bump 08 Jul 2014; Andreas K. Huettel <[email protected]> -IPC-Cmd-0.680.ebuild, -IPC-Cmd-0.700.0.ebuild, -IPC-Cmd-0.720.0.ebuild, -IPC-Cmd-0.760.0.ebuild: 1.1 perl-core/IPC-Cmd/IPC-Cmd-0.780.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IPC-Cmd/IPC-Cmd-0.780.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IPC-Cmd/IPC-Cmd-0.780.0-r1.ebuild?rev=1.1&content-type=text/plain Index: IPC-Cmd-0.780.0-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/perl-core/IPC-Cmd/IPC-Cmd-0.780.0-r1.ebuild,v 1.1 2014/07/26 13:32:38 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=BINGOS MODULE_VERSION=0.78 inherit perl-module DESCRIPTION="Finding and running system commands made easy" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="virtual/perl-Locale-Maketext-Simple virtual/perl-Module-Load-Conditional >=virtual/perl-Params-Check-0.26" RDEPEND="${DEPEND}" SRC_TEST=do
