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/Crypt-Cracklib/
Date: Thu, 06 Aug 2020 16:41:32
Message-Id: 1596731920.a914bd68331764b72d7b5d2aae11e328b1bd7f2e.kentnl@gentoo
1 commit: a914bd68331764b72d7b5d2aae11e328b1bd7f2e
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 6 16:34:25 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 6 16:38:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a914bd68
7
8 dev-perl/Crypt-Cracklib: Cleanup old 1.700.0-r1
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.22
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 .../Crypt-Cracklib-1.700.0-r1.ebuild | 27 ----------------------
14 1 file changed, 27 deletions(-)
15
16 diff --git a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild
17 deleted file mode 100644
18 index 97c42f216f5..00000000000
19 --- a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,27 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=DANIEL
28 -MODULE_VERSION=1.7
29 -inherit perl-module
30 -
31 -DESCRIPTION="Perl interface to Alec Muffett's Cracklib"
32 -
33 -SLOT="0"
34 -KEYWORDS="amd64 x86"
35 -IUSE="test"
36 -RESTRICT="!test? ( test )"
37 -
38 -RDEPEND="sys-libs/cracklib"
39 -DEPEND="${RDEPEND}"
40 -
41 -SRC_TEST="do"
42 -
43 -src_prepare() {
44 - use test && perl_rm_files t/pod-coverage.t t/pod.t
45 - sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL ||
46 - die "Can't patch Makefile.PL for 5.26 dot-in-inc"
47 - perl-module_src_prepare
48 -}