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/GnuPG-Interface/
Date: Sun, 31 Jan 2016 20:43:08
Message-Id: 1454272858.f46de0b35405f09a7164a2ac2f45b3515cac627a.dilfridge@gentoo
1 commit: f46de0b35405f09a7164a2ac2f45b3515cac627a
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 31 15:41:53 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 31 20:40:58 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f46de0b3
7
8 dev-perl/GnuPG-Interface: Remove old
9
10 Package-Manager: portage-2.2.27
11
12 .../GnuPG-Interface/GnuPG-Interface-0.520.0.ebuild | 30 ----------------------
13 1 file changed, 30 deletions(-)
14
15 diff --git a/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0.ebuild b/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0.ebuild
16 deleted file mode 100644
17 index 9f1d26d..0000000
18 --- a/dev-perl/GnuPG-Interface/GnuPG-Interface-0.520.0.ebuild
19 +++ /dev/null
20 @@ -1,30 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=ALEXMV
28 -MODULE_VERSION=0.46
29 -inherit perl-module
30 -
31 -DESCRIPTION="Perl module interface to interacting with GnuPG"
32 -
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~hppa ~ppc ~x86"
35 -IUSE="test"
36 -
37 -RDEPEND="
38 - >=app-crypt/gnupg-1.2.1-r1
39 - virtual/perl-autodie
40 - >=virtual/perl-Math-BigInt-1.780.0
41 - >=dev-perl/Moo-0.91.11
42 - >=dev-perl/MooX-HandlesVia-0.1.4
43 - >=dev-perl/MooX-late-0.14.0
44 -"
45 -DEPEND="${RDEPEND}
46 - >=virtual/perl-ExtUtils-MakeMaker-6.360.0
47 - test? ( dev-perl/Any-Moose )
48 -"
49 -
50 -SRC_TEST="do"