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/Gtk2-Ex-PrintDialog/
Date: Sun, 31 Oct 2021 00:21:01
Message-Id: 1635639627.8632527ad9a12539db4161c4c57ea7bf62ddc0e4.dilfridge@gentoo
1 commit: 8632527ad9a12539db4161c4c57ea7bf62ddc0e4
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 00:09:56 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 00:20:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8632527a
7
8 dev-perl/Gtk2-Ex-PrintDialog: EAPI=8 bump
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 ....30.0-r2.ebuild => Gtk2-Ex-PrintDialog-0.30.0-r3.ebuild} | 13 ++++++++-----
14 1 file changed, 8 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.30.0-r2.ebuild b/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.30.0-r3.ebuild
17 similarity index 66%
18 rename from dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.30.0-r2.ebuild
19 rename to dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.30.0-r3.ebuild
20 index 46150b59bfd..176289a452e 100644
21 --- a/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.30.0-r2.ebuild
22 +++ b/dev-perl/Gtk2-Ex-PrintDialog/Gtk2-Ex-PrintDialog-0.30.0-r3.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2018 Gentoo Foundation
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=GBROWN
32 DIST_VERSION=0.03
33 @@ -13,7 +13,10 @@ SLOT="0"
34 KEYWORDS="amd64 x86"
35 IUSE="cups"
36
37 -RDEPEND="cups? ( dev-perl/Net-CUPS )
38 +RDEPEND="
39 + cups? ( dev-perl/Net-CUPS )
40 dev-perl/Gtk2
41 - >=dev-perl/Locale-gettext-1.04"
42 -DEPEND="${RDEPEND}"
43 + >=dev-perl/Locale-gettext-1.40.0
44 +"
45 +BDEPEND="${RDEPEND}
46 +"