commit:     aba8080f2b5a54a15df9d88d3b22463db6538351
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Feb 21 21:23:32 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 09:11:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba8080f

dev-perl/local-lib: Bump to version 2.0.18

- EAPI6

Package-Manager: portage-2.2.27

 dev-perl/local-lib/Manifest                |  1 +
 dev-perl/local-lib/local-lib-2.0.18.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-perl/local-lib/Manifest b/dev-perl/local-lib/Manifest
index cd323f9..7c3f25e 100644
--- a/dev-perl/local-lib/Manifest
+++ b/dev-perl/local-lib/Manifest
@@ -1 +1,2 @@
 DIST local-lib-2.000014.tar.gz 51593 SHA256 
ae63356ab780c5a3aa46287b48daea748a3dd021d9b52dff8bf480b43787fa2b SHA512 
3a7bb68af992215eb6787082fea7c09d5468aabe5c6478d028ce99ae878f6efdd8982804ba2c396af1fc0a5b46a4fa7f0e4831d9c32f1abd41ef631976c5efe8
 WHIRLPOOL 
990e3ca60a88544a0394fbb994832aff9c50988dde0372d8d7e437a72c28d30bf27438acfb8423aa57965bf58140e7a3284d6151a80cbd51bffc4ed201b6e6c1
+DIST local-lib-2.000018.tar.gz 59350 SHA256 
9ba8f5d55a03e029c3e18799942b89d2c457bb4414b9dce912dc1c8797d94894 SHA512 
d94672b623de5c4e99270733a4de59f95c01b3c89cd552da05b04892893696cf57c9988b695cca2eda624a2c48bb392fe51d17eb842ed09e0824d71fcb4eb80e
 WHIRLPOOL 
df53e7ae77cf6758b69bfc3291c7b4a77c030c2ae428123a93ce3a4fcd460d70be33f2b8bf8bfa6b20f12eb109707a58863adcf44c7bfeddafdec6f06557bb70

diff --git a/dev-perl/local-lib/local-lib-2.0.18.ebuild 
b/dev-perl/local-lib/local-lib-2.0.18.ebuild
new file mode 100644
index 0000000..22265b4
--- /dev/null
+++ b/dev-perl/local-lib/local-lib-2.0.18.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+DIST_AUTHOR=HAARG
+DIST_VERSION=2.000018
+inherit perl-module
+
+DESCRIPTION='create and use a local lib/ for perl modules with PERL5LIB'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+       >=virtual/perl-CPAN-1.820.0
+       >=virtual/perl-ExtUtils-Install-1.430.0
+       >=virtual/perl-ExtUtils-MakeMaker-7.0.0
+       >=dev-perl/Module-Build-0.360.0
+"
+DEPEND="${RDEPEND}
+       >=virtual/perl-ExtUtils-MakeMaker-6.590.0
+       test? ( virtual/perl-Test-Simple )
+"

Reply via email to