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-DES/
Date: Sun, 03 Jun 2018 03:31:36
Message-Id: 1527996675.e6a0b1e57d12143a7ce61b3bf4c9b786c22d980b.kentnl@gentoo
1 commit: e6a0b1e57d12143a7ce61b3bf4c9b786c22d980b
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 2 19:44:23 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 3 03:31:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6a0b1e5
7
8 dev-perl/Crypt-DES: Cleanup old version 2.70.0 (-r0)
9
10 Package-Manager: Portage-2.3.29, Repoman-2.3.9
11
12 dev-perl/Crypt-DES/Crypt-DES-2.70.0.ebuild | 17 -----------------
13 1 file changed, 17 deletions(-)
14
15 diff --git a/dev-perl/Crypt-DES/Crypt-DES-2.70.0.ebuild b/dev-perl/Crypt-DES/Crypt-DES-2.70.0.ebuild
16 deleted file mode 100644
17 index f3af60c1f0b..00000000000
18 --- a/dev-perl/Crypt-DES/Crypt-DES-2.70.0.ebuild
19 +++ /dev/null
20 @@ -1,17 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -MODULE_AUTHOR=DPARIS
27 -MODULE_VERSION=2.07
28 -inherit perl-module
29 -
30 -DESCRIPTION="Crypt::DES module for perl"
31 -
32 -LICENSE="DES"
33 -SLOT="0"
34 -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
35 -IUSE=""
36 -
37 -export OPTIMIZE="${CFLAGS}"