Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-DES/
Date: Fri, 15 Oct 2021 18:56:21
Message-Id: 1634324165.bbc82172ee7c0224ddd0d735378e01441eb6d319.dilfridge@gentoo
1 commit: bbc82172ee7c0224ddd0d735378e01441eb6d319
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 15 18:55:19 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 15 18:56:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbc82172
7
8 dev-perl/Crypt-DES: Remove old
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/Crypt-DES/Crypt-DES-2.70.0-r1.ebuild | 20 --------------------
14 1 file changed, 20 deletions(-)
15
16 diff --git a/dev-perl/Crypt-DES/Crypt-DES-2.70.0-r1.ebuild b/dev-perl/Crypt-DES/Crypt-DES-2.70.0-r1.ebuild
17 deleted file mode 100644
18 index 2306b61bd05..00000000000
19 --- a/dev-perl/Crypt-DES/Crypt-DES-2.70.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,20 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -DIST_AUTHOR=DPARIS
28 -DIST_VERSION=2.07
29 -inherit perl-module
30 -
31 -DESCRIPTION="Perl DES encryption module"
32 -
33 -LICENSE="DES"
34 -SLOT="0"
35 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
36 -IUSE="test"
37 -RESTRICT="!test? ( test )"
38 -
39 -DEPEND="test? ( dev-perl/Crypt-CBC )"
40 -
41 -export OPTIMIZE="${CFLAGS}"