Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/local-lib/
Date: Fri, 17 Aug 2018 04:30:18
Message-Id: 1534480182.23a99667766a27b7d411d5159a1176b0ef82f174.kentnl@gentoo
1 commit: 23a99667766a27b7d411d5159a1176b0ef82f174
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 17 04:27:45 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 17 04:29:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23a99667
7
8 dev-perl/local-lib: Cleanup old version 2.0.19
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-perl/local-lib/Manifest | 1 -
13 dev-perl/local-lib/local-lib-2.0.19.ebuild | 23 -----------------------
14 2 files changed, 24 deletions(-)
15
16 diff --git a/dev-perl/local-lib/Manifest b/dev-perl/local-lib/Manifest
17 index 228299d0483..a18353a82ec 100644
18 --- a/dev-perl/local-lib/Manifest
19 +++ b/dev-perl/local-lib/Manifest
20 @@ -1,2 +1 @@
21 -DIST local-lib-2.000019.tar.gz 62149 BLAKE2B 934ec8be32489632870cb7be112cb4328dc4948abac4bf96bc619d13d41e2cdcfd197e261cb6c5d0fff775f3567447b9f57c84ef2a52e2e3cc3dd1616eafdcb3 SHA512 ab7d2d43566fef1d5dce41649859a01306d302b46739cf110b4d0330ae3cec3e49e3b06f67612f9e33b6bcb7654ec5ff0a97cf44fecc8a9cd6d5b24421671614
22 DIST local-lib-2.000024.tar.gz 62941 BLAKE2B c618c320af46c9223f67109deb02857755b675223b0a71772227b2c7fec47225e323cdeaa9b2c66e78e9e69964fff0a19367c4e58fa4b9be5e120683e69e9078 SHA512 d23c984f0652ea8dd7028cd2dcc00991e69a5ad1ac6fce9707f953a5e6456d8173b444b7631884e764eb5ff18cea29e8e560c3835eacc0aa34382c0d172a7fd0
23
24 diff --git a/dev-perl/local-lib/local-lib-2.0.19.ebuild b/dev-perl/local-lib/local-lib-2.0.19.ebuild
25 deleted file mode 100644
26 index 653c72072c8..00000000000
27 --- a/dev-perl/local-lib/local-lib-2.0.19.ebuild
28 +++ /dev/null
29 @@ -1,23 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -DIST_AUTHOR=HAARG
35 -DIST_VERSION=2.000019
36 -inherit perl-module
37 -
38 -DESCRIPTION='create and use a local lib/ for perl modules with PERL5LIB'
39 -SLOT="0"
40 -KEYWORDS="amd64 x86"
41 -IUSE="test"
42 -
43 -RDEPEND="
44 - >=virtual/perl-CPAN-1.820.0
45 - >=virtual/perl-ExtUtils-Install-1.430.0
46 - >=virtual/perl-ExtUtils-MakeMaker-7.0.0
47 - >=dev-perl/Module-Build-0.360.0
48 -"
49 -DEPEND="${RDEPEND}
50 - >=virtual/perl-ExtUtils-MakeMaker-6.590.0
51 - test? ( virtual/perl-Test-Simple )
52 -"