From 181a140326f0ac4a5c5bd1bc2cf9a6999066f6c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sun, 10 Jan 2016 01:17:41 +0100 Subject: dev-perl/File-Copy-Link: Version bump Package-Manager: portage-2.2.26 --- .../File-Copy-Link/File-Copy-Link-0.140.0.ebuild | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild (limited to 'dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild') diff --git a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild new file mode 100644 index 00000000000..c4b9e704b2d --- /dev/null +++ b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=RMBARKER +DIST_VERSION=0.140 +inherit perl-module + +DESCRIPTION="Perl extension for replacing a link by a copy of the linked file" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND=" + virtual/perl-File-Spec +" +DEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.380.0 + test? ( + virtual/perl-File-Temp + virtual/perl-Test-Simple + ) +" -- cgit v1.2.1