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/WWW-Pastebin-PastebinCom-Create/
Date: Sun, 03 Oct 2021 12:12:50
Message-Id: 1633263139.06a262701f3c5b54889d0556237f2dee334c7bbd.dilfridge@gentoo
1 commit: 06a262701f3c5b54889d0556237f2dee334c7bbd
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 3 11:58:21 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 3 12:12:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a26270
7
8 dev-perl/WWW-Pastebin-PastebinCom-Create: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.26, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...-r1.ebuild => WWW-Pastebin-PastebinCom-Create-1.3.0-r2.ebuild} | 8 +++-----
14 1 file changed, 3 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-1.3.0-r1.ebuild b/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-1.3.0-r2.ebuild
17 similarity index 85%
18 rename from dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-1.3.0-r1.ebuild
19 rename to dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-1.3.0-r2.ebuild
20 index 8984fb4a458..ef0b48f2f91 100644
21 --- a/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-1.3.0-r1.ebuild
22 +++ b/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-1.3.0-r2.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=6
29 +EAPI=8
30
31 DIST_AUTHOR=ZOFFIX
32 DIST_VERSION=1.003
33 @@ -11,14 +11,12 @@ DESCRIPTION="Paste on www.pastebin.com without API keys"
34
35 SLOT="0"
36 KEYWORDS="~amd64 ~arm ~ppc ~x86"
37 -IUSE="test"
38 -RESTRICT="!test? ( test )"
39
40 RDEPEND="
41 >=dev-perl/Moo-1.4.1
42 >=dev-perl/WWW-Mechanize-1.730.0
43 "
44 -DEPEND="${RDEPEND}
45 +BDEPEND="${RDEPEND}
46 dev-perl/Module-Build
47 test? (
48 virtual/perl-Test-Simple