dilfridge 15/05/18 21:10:52 Modified: ChangeLog Added: File-chdir-0.101.0.ebuild Log: Version bump (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Revision Changes Path 1.42 dev-perl/File-chdir/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-chdir/ChangeLog?rev=1.42&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-chdir/ChangeLog?rev=1.42&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-chdir/ChangeLog?r1=1.41&r2=1.42 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- ChangeLog 19 Oct 2014 17:37:25 -0000 1.41 +++ ChangeLog 18 May 2015 21:10:52 -0000 1.42 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/File-chdir -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v 1.41 2014/10/19 17:37:25 zlogene Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v 1.42 2015/05/18 21:10:52 dilfridge Exp $ + +*File-chdir-0.101.0 (18 May 2015) + + 18 May 2015; Andreas K. Huettel <[email protected]> + +File-chdir-0.101.0.ebuild: + Version bump 19 Oct 2014; Mikle Kolyada <[email protected]> -File-chdir-0.100.600.ebuild, -File-chdir-0.100.700.ebuild: 1.1 dev-perl/File-chdir/File-chdir-0.101.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-chdir/File-chdir-0.101.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-chdir/File-chdir-0.101.0.ebuild?rev=1.1&content-type=text/plain Index: File-chdir-0.101.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/File-chdir/File-chdir-0.101.0.ebuild,v 1.1 2015/05/18 21:10:52 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=DAGOLDEN MODULE_VERSION=0.1010 inherit perl-module DESCRIPTION="An alternative to File::Spec and CWD" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="test" RDEPEND=" virtual/perl-Carp virtual/perl-Exporter >=virtual/perl-File-Spec-3.27 " DEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.170.0 test? ( virtual/perl-Test-Simple ) " SRC_TEST="do parallel"
