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-Blowfish/
Date: Tue, 04 May 2021 21:31:59
Message-Id: 1620163897.2ffb65126d95cb204eb2ad7a1d3511d2d4cd7b06.dilfridge@gentoo
1 commit: 2ffb65126d95cb204eb2ad7a1d3511d2d4cd7b06
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 4 21:29:06 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 21:31:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ffb6512
7
8 dev-perl/Crypt-Blowfish: Remove old
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 .../Crypt-Blowfish/Crypt-Blowfish-2.140.0-r1.ebuild | 19 -------------------
14 1 file changed, 19 deletions(-)
15
16 diff --git a/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.140.0-r1.ebuild b/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.140.0-r1.ebuild
17 deleted file mode 100644
18 index 50fb8b3748d..00000000000
19 --- a/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.140.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=DPARIS
28 -MODULE_VERSION=2.14
29 -inherit perl-module
30 -
31 -DESCRIPTION="Crypt::Blowfish module for perl"
32 -
33 -LICENSE="|| ( Artistic GPL-2 )"
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=""
37 -
38 -SRC_TEST="do"
39 -
40 -export OPTIMIZE="${CFLAGS}"