dilfridge 15/07/06 23:26:58 Modified: ChangeLog Added: IPC-Run-0.940.0.ebuild Removed: IPC-Run-0.910.0-r1.ebuild Log: Version bump; remove old (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Revision Changes Path 1.52 dev-perl/IPC-Run/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IPC-Run/ChangeLog?rev=1.52&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IPC-Run/ChangeLog?rev=1.52&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IPC-Run/ChangeLog?r1=1.51&r2=1.52 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- ChangeLog 24 Jan 2015 10:08:45 -0000 1.51 +++ ChangeLog 6 Jul 2015 23:26:58 -0000 1.52 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/IPC-Run # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.51 2015/01/24 10:08:45 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.52 2015/07/06 23:26:58 dilfridge Exp $ + +*IPC-Run-0.940.0 (06 Jul 2015) + + 06 Jul 2015; Andreas K. Huettel <[email protected]> + +IPC-Run-0.940.0.ebuild, -IPC-Run-0.910.0-r1.ebuild: + Version bump; remove old 24 Jan 2015; Mikle Kolyada <[email protected]> IPC-Run-0.920.0-r1.ebuild: Stable for all wrt bug #535204 1.1 dev-perl/IPC-Run/IPC-Run-0.940.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.940.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.940.0.ebuild?rev=1.1&content-type=text/plain Index: IPC-Run-0.940.0.ebuild =================================================================== # Copyright 1999-2015 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.940.0.ebuild,v 1.1 2015/07/06 23:26:58 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=TODDR MODULE_VERSION=0.94 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.80.0 " DEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( dev-perl/Test-Pod dev-perl/Test-Pod-Coverage >=virtual/perl-Test-Simple-0.470.0 ) " SRC_TEST="do parallel"
