axs 14/08/22 20:45:18 Modified: ChangeLog Added: IPC-Run-0.910.0-r1.ebuild IPC-Run-0.920.0-r1.ebuild Removed: IPC-Run-0.910.0.ebuild IPC-Run-0.920.0.ebuild Log: 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)
Revision Changes Path 1.46 dev-perl/IPC-Run/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IPC-Run/ChangeLog?rev=1.46&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IPC-Run/ChangeLog?rev=1.46&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IPC-Run/ChangeLog?r1=1.45&r2=1.46 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- ChangeLog 2 Sep 2012 16:11:58 -0000 1.45 +++ ChangeLog 22 Aug 2014 20:45:18 -0000 1.46 @@ -1,6 +1,15 @@ # ChangeLog for dev-perl/IPC-Run -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.45 2012/09/02 16:11:58 tove Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.46 2014/08/22 20:45:18 axs Exp $ + +*IPC-Run-0.920.0-r1 (22 Aug 2014) +*IPC-Run-0.910.0-r1 (22 Aug 2014) + + 22 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +IPC-Run-0.910.0-r1.ebuild, +IPC-Run-0.920.0-r1.ebuild, + -IPC-Run-0.910.0.ebuild, -IPC-Run-0.920.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 02 Sep 2012; Torsten Veller <[email protected]> -IPC-Run-0.89.ebuild, -IPC-Run-0.900.0.ebuild: 1.1 dev-perl/IPC-Run/IPC-Run-0.910.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.910.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.910.0-r1.ebuild?rev=1.1&content-type=text/plain Index: IPC-Run-0.910.0-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.910.0-r1.ebuild,v 1.1 2014/08/22 20:45:18 axs Exp $ EAPI=5 MODULE_AUTHOR=TODDR MODULE_VERSION=0.91 inherit perl-module DESCRIPTION="system() and background procs w/ piping, redirs, ptys" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-linux" IUSE="test" RDEPEND=">=dev-perl/IO-Tty-1.08" DEPEND="${RDEPEND} test? ( dev-perl/Test-Pod dev-perl/Test-Pod-Coverage )" SRC_TEST=do 1.1 dev-perl/IPC-Run/IPC-Run-0.920.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.920.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.920.0-r1.ebuild?rev=1.1&content-type=text/plain Index: IPC-Run-0.920.0-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.920.0-r1.ebuild,v 1.1 2014/08/22 20:45:18 axs Exp $ EAPI=5 MODULE_AUTHOR=TODDR MODULE_VERSION=0.92 inherit perl-module DESCRIPTION="system() and background procs w/ piping, redirs, ptys" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux" IUSE="test" RDEPEND=">=dev-perl/IO-Tty-1.08" DEPEND="${RDEPEND} test? ( dev-perl/Test-Pod dev-perl/Test-Pod-Coverage )" SRC_TEST=do
