Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Const-Fast/
Date: Wed, 30 Dec 2015 12:54:05
Message-Id: 1451480064.2f1f6254aa826e0b6681fb42223637a7e6402a18.dilfridge@gentoo
1 commit: 2f1f6254aa826e0b6681fb42223637a7e6402a18
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 30 12:51:15 2015 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 12:54:24 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f1f6254
7
8 dev-perl/Const-Fast: Remove old
9
10 Package-Manager: portage-2.2.26
11
12 dev-perl/Const-Fast/Const-Fast-0.14.0.ebuild | 27 ---------------------------
13 1 file changed, 27 deletions(-)
14
15 diff --git a/dev-perl/Const-Fast/Const-Fast-0.14.0.ebuild b/dev-perl/Const-Fast/Const-Fast-0.14.0.ebuild
16 deleted file mode 100644
17 index d4033ed..0000000
18 --- a/dev-perl/Const-Fast/Const-Fast-0.14.0.ebuild
19 +++ /dev/null
20 @@ -1,27 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=LEONT
28 -MODULE_VERSION=0.014
29 -inherit perl-module
30 -
31 -DESCRIPTION="Facility for creating read-only scalars, arrays, and hashes"
32 -
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
35 -IUSE="test"
36 -
37 -RDEPEND="
38 - dev-perl/Sub-Exporter
39 - dev-perl/Sub-Exporter-Progressive
40 -"
41 -DEPEND="${RDEPEND}
42 - test? (
43 - >=dev-perl/Test-Exception-0.290.0
44 - )
45 -"
46 -
47 -SRC_TEST=do