Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/
Date: Sat, 30 Oct 2021 15:13:17
Message-Id: 1635606778.4f5ef05bd2751d0916cc45729ed394fefbeab4c5.dilfridge@gentoo
1 commit: 4f5ef05bd2751d0916cc45729ed394fefbeab4c5
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 30 15:10:35 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 30 15:12:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f5ef05b
7
8 dev-perl/Gentoo-App-Pram: Remove old
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 .../Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild | 35 ----------------------
14 1 file changed, 35 deletions(-)
15
16 diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild
17 deleted file mode 100644
18 index d9b1c167fee..00000000000
19 --- a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild
20 +++ /dev/null
21 @@ -1,35 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -DIST_AUTHOR=MONSIEURP
28 -DIST_VERSION=0.200000
29 -
30 -inherit perl-module
31 -
32 -DESCRIPTION="Tool to merge PRs from the Gentoo Github repository"
33 -HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
34 -SLOT="0"
35 -KEYWORDS="amd64 ~arm x86"
36 -IUSE="test"
37 -RESTRICT="!test? ( test )"
38 -
39 -RDEPEND="
40 - dev-vcs/git
41 - virtual/perl-Encode
42 - dev-perl/File-Which
43 - dev-perl/Net-SSLeay
44 - dev-perl/IO-Socket-SSL
45 - virtual/perl-File-Temp
46 - virtual/perl-HTTP-Tiny
47 - virtual/perl-Getopt-Long
48 - virtual/perl-Term-ANSIColor
49 - !app-portage/pram"
50 -
51 -DEPEND="
52 - ${RDEPEND}
53 - dev-perl/Module-Build-Tiny
54 - test? (
55 - virtual/perl-Test-Simple
56 - )"