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:18
Message-Id: 1635606775.4a65c85ee931b74cd1f0e98889298f6dd7dcb96b.dilfridge@gentoo
1 commit: 4a65c85ee931b74cd1f0e98889298f6dd7dcb96b
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 30 15:10:14 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 30 15:12:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a65c85e
7
8 dev-perl/Gentoo-App-Pram: Stable for amd64, x86
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-0.200.0-r1.ebuild | 20 +++++++-------------
14 1 file changed, 7 insertions(+), 13 deletions(-)
15
16 diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0-r1.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0-r1.ebuild
17 index 5d83f1ee0e1..bf34c5bc049 100644
18 --- a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0-r1.ebuild
19 +++ b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0-r1.ebuild
20 @@ -5,15 +5,12 @@ EAPI=8
21
22 DIST_AUTHOR=MONSIEURP
23 DIST_VERSION=0.200000
24 -
25 inherit perl-module
26
27 DESCRIPTION="Tool to merge PRs from the Gentoo Github repository"
28 HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~arm ~x86"
31 -IUSE="test"
32 -RESTRICT="!test? ( test )"
33 +KEYWORDS="amd64 ~arm x86"
34
35 RDEPEND="
36 dev-vcs/git
37 @@ -25,14 +22,11 @@ RDEPEND="
38 virtual/perl-HTTP-Tiny
39 virtual/perl-Getopt-Long
40 virtual/perl-Term-ANSIColor
41 - !app-portage/pram"
42 -
43 -DEPEND="
44 - ${RDEPEND}
45 + !app-portage/pram
46 +"
47 +BDEPEND="${RDEPEND}
48 + dev-perl/Module-Build-Tiny
49 test? (
50 virtual/perl-Test-Simple
51 - )"
52 -
53 -BDEPEND="
54 - ${RDEPEND}
55 - dev-perl/Module-Build-Tiny"
56 + )
57 +"