axs 14/08/26 18:20:15 Modified: ChangeLog Added: File-Copy-Link-0.113.0-r1.ebuild Removed: File-Copy-Link-0.113.0.ebuild Log: bumped EAPI to 5 to help with dev-lang/perl upgrade (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.4 dev-perl/File-Copy-Link/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-Copy-Link/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-Copy-Link/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-Copy-Link/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Link/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 17 Mar 2013 17:50:22 -0000 1.3 +++ ChangeLog 26 Aug 2014 18:20:15 -0000 1.4 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/File-Copy-Link -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Link/ChangeLog,v 1.3 2013/03/17 17:50:22 hwoarang Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Link/ChangeLog,v 1.4 2014/08/26 18:20:15 axs Exp $ + +*File-Copy-Link-0.113.0-r1 (26 Aug 2014) + + 26 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +File-Copy-Link-0.113.0-r1.ebuild, -File-Copy-Link-0.113.0.ebuild: + bumped EAPI to 5 to help with dev-lang/perl upgrade 17 Mar 2013; Markos Chandras <[email protected]> metadata.xml: Add proxy-maintainers to metadata.xml 1.1 dev-perl/File-Copy-Link/File-Copy-Link-0.113.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-Copy-Link/File-Copy-Link-0.113.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-Copy-Link/File-Copy-Link-0.113.0-r1.ebuild?rev=1.1&content-type=text/plain Index: File-Copy-Link-0.113.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/File-Copy-Link/File-Copy-Link-0.113.0-r1.ebuild,v 1.1 2014/08/26 18:20:15 axs Exp $ EAPI=5 MODULE_AUTHOR=RMBARKER MODULE_VERSION=0.113 inherit perl-module DESCRIPTION="Perl extension for replacing a link by a copy of the linked file" SLOT="0" KEYWORDS="~amd64" IUSE="" RDEPEND="virtual/perl-File-Spec" DEPEND="virtual/perl-Module-Build virtual/perl-File-Temp ${RDEPEND}" SRC_TEST="do"
