Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cups-pk-helper/
Date: Sat, 29 Jan 2022 12:16:36
Message-Id: 1643458561.d88defe1c0f643a6b6e9957d4ce06d860b2ccff3.soap@gentoo
1 commit: d88defe1c0f643a6b6e9957d4ce06d860b2ccff3
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 29 12:16:01 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 12:16:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d88defe1
7
8 net-print/cups-pk-helper: update EAPI 5 -> 8
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 ...elper-0.2.6.ebuild => cups-pk-helper-0.2.6-r1.ebuild} | 16 +++++++---------
13 1 file changed, 7 insertions(+), 9 deletions(-)
14
15 diff --git a/net-print/cups-pk-helper/cups-pk-helper-0.2.6.ebuild b/net-print/cups-pk-helper/cups-pk-helper-0.2.6-r1.ebuild
16 similarity index 82%
17 rename from net-print/cups-pk-helper/cups-pk-helper-0.2.6.ebuild
18 rename to net-print/cups-pk-helper/cups-pk-helper-0.2.6-r1.ebuild
19 index ed7774e538cc..39719a8af2cb 100644
20 --- a/net-print/cups-pk-helper/cups-pk-helper-0.2.6.ebuild
21 +++ b/net-print/cups-pk-helper/cups-pk-helper-0.2.6-r1.ebuild
22 @@ -1,8 +1,7 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI="5"
28 -GCONF_DEBUG="no"
29 +EAPI=8
30
31 inherit gnome2
32
33 @@ -13,28 +12,27 @@ SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.xz"
34 LICENSE="GPL-2+"
35 SLOT="0"
36 KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ppc ppc64 ~riscv ~sparc x86"
37 -IUSE=""
38
39 # Require {glib,gdbus-codegen}-2.30.0 due to GDBus changes between 2.29.92
40 # and 2.30.0
41 -COMMON_DEPEND="
42 +DEPEND="
43 >=dev-libs/glib-2.30.0:2
44 net-print/cups
45 >=sys-auth/polkit-0.97
46 "
47 -RDEPEND="${COMMON_DEPEND}
48 +RDEPEND="${DEPEND}
49 sys-apps/dbus
50 "
51 -DEPEND="${COMMON_DEPEND}
52 +BDEPEND="
53 >=dev-util/gdbus-codegen-2.30.0
54 >=dev-util/intltool-0.40.6
55 virtual/pkgconfig
56 sys-devel/gettext
57 "
58
59 -src_prepare() {
60 - DOCS="AUTHORS HACKING NEWS README"
61 +DOCS=( AUTHORS HACKING NEWS README )
62
63 +src_prepare() {
64 # Regenerate dbus-codegen files to fix build with glib-2.30.x; bug #410773
65 rm -v src/cph-iface-mechanism.{c,h} || die