Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/signatures/
Date: Sat, 02 May 2015 02:21:28
Message-Id: 1430531032.ca8ede97cd40d125fd5173ae18ce4052efb1fa63.kent@gentoo
1 commit: ca8ede97cd40d125fd5173ae18ce4052efb1fa63
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat May 2 01:43:52 2015 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat May 2 01:43:52 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=ca8ede97
7
8 [cleanup] signatures: remove old versions
9
10 Package-Manager: portage-2.2.17
11 RepoMan-Options: --force
12
13 dev-perl/signatures/signatures-0.60.0.ebuild | 26 --------------------------
14 1 file changed, 26 deletions(-)
15
16 diff --git a/dev-perl/signatures/signatures-0.60.0.ebuild b/dev-perl/signatures/signatures-0.60.0.ebuild
17 deleted file mode 100644
18 index c0e601f..0000000
19 --- a/dev-perl/signatures/signatures-0.60.0.ebuild
20 +++ /dev/null
21 @@ -1,26 +0,0 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Header: $
25 -
26 -EAPI=2
27 -MODULE_AUTHOR=FLORA
28 -MODULE_VERSION="0.06"
29 -inherit perl-module
30 -
31 -DESCRIPTION="Subroutine signatures with no source filter"
32 -LICENSE="|| ( Artistic GPL-2 )"
33 -
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -
37 -IUSE="test"
38 -RDEPEND="
39 - >=dev-perl/B-Hooks-OP-Check-0.180.0
40 - >=dev-perl/B-Hooks-OP-PPAddr-0.30.0
41 - >=dev-perl/B-Hooks-Parser-0.70.0
42 - >=dev-perl/B-Hooks-EndOfScope-0.80.0
43 -"
44 -DEPEND="
45 - ${RDEPEND}
46 -"
47 -SRC_TEST="do"