Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
Date: Fri, 17 Nov 2017 22:58:44
Message-Id: 1510959504.389840a1c7ababf50ec29a92bcb70092a306b88d.monsieurp@gentoo
1 commit: 389840a1c7ababf50ec29a92bcb70092a306b88d
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 17 22:40:11 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 17 22:58:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389840a1
7
8 dev-perl/Gentoo-App-Pram: clean up old.
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 .../Gentoo-App-Pram-0.4.0-r1.ebuild | 33 ----------------------
13 1 file changed, 33 deletions(-)
14
15 diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.4.0-r1.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.4.0-r1.ebuild
16 deleted file mode 100644
17 index bb1cb590b19..00000000000
18 --- a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.4.0-r1.ebuild
19 +++ /dev/null
20 @@ -1,33 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -DIST_AUTHOR=MONSIEURP
27 -DIST_VERSION=0.004000
28 -
29 -inherit perl-module
30 -
31 -DESCRIPTION="Readily merge Pull Requests from the Gentoo Github repository"
32 -HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
33 -SLOT="0"
34 -KEYWORDS="amd64 x86"
35 -IUSE="test"
36 -
37 -RDEPEND="
38 - virtual/perl-Encode
39 - virtual/perl-File-Temp
40 - dev-perl/File-Which
41 - dev-vcs/git
42 - virtual/perl-Getopt-Long
43 - virtual/perl-HTTP-Tiny
44 - >=dev-perl/IO-Socket-SSL-1.560.0
45 - >=dev-perl/Net-SSLeay-1.490.0
46 - virtual/perl-Term-ANSIColor
47 -"
48 -DEPEND="${RDEPEND}
49 - >=dev-perl/Module-Build-Tiny-0.34.0
50 - test? (
51 - >=virtual/perl-Test-Simple-0.890.0
52 - )
53 -"