diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-01-10 01:17:41 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-01-10 01:18:35 +0100 |
commit | 181a140326f0ac4a5c5bd1bc2cf9a6999066f6c5 (patch) | |
tree | 76dd58532a9022cb09fa53805a7284b4756350fe /dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild | |
parent | 161f92840456d1d098a76c17d7ed260fb765217b (diff) | |
download | gentoo-181a140326f0ac4a5c5bd1bc2cf9a6999066f6c5.tar.gz gentoo-181a140326f0ac4a5c5bd1bc2cf9a6999066f6c5.tar.xz |
dev-perl/File-Copy-Link: Version bump
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild')
-rw-r--r-- | dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
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 + ) +" |