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_EDE3/
Date: Sat, 16 Oct 2021 10:43:37
Message-Id: 1634380970.4c9b3faa69810f2ac3da912e36bbce4a7668676d.dilfridge@gentoo
1 commit: 4c9b3faa69810f2ac3da912e36bbce4a7668676d
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 16 10:19:57 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 16 10:42:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c9b3faa
7
8 dev-perl/Crypt-DES_EDE3: 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 .../Crypt-DES_EDE3/Crypt-DES_EDE3-0.10.0-r1.ebuild | 19 -------------------
14 1 file changed, 19 deletions(-)
15
16 diff --git a/dev-perl/Crypt-DES_EDE3/Crypt-DES_EDE3-0.10.0-r1.ebuild b/dev-perl/Crypt-DES_EDE3/Crypt-DES_EDE3-0.10.0-r1.ebuild
17 deleted file mode 100644
18 index ed8c2d52b22..00000000000
19 --- a/dev-perl/Crypt-DES_EDE3/Crypt-DES_EDE3-0.10.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,19 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=BTROTT
28 -MODULE_VERSION=0.01
29 -inherit perl-module
30 -
31 -DESCRIPTION="Triple-DES EDE encryption/decryption"
32 -
33 -SLOT="0"
34 -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
35 -IUSE=""
36 -
37 -RDEPEND="dev-perl/Crypt-DES"
38 -DEPEND="${RDEPEND}"
39 -
40 -SRC_TEST=do