summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-01-29 13:16:01 +0100
committerDavid Seifert <soap@gentoo.org>2022-01-29 13:16:01 +0100
commitd88defe1c0f643a6b6e9957d4ce06d860b2ccff3 (patch)
tree9ca82c148e2f2a85509ad15b87eabe64ae85c065 /net-print/cups-pk-helper/cups-pk-helper-0.2.6.ebuild
parentdev-python/fitsio: Improve the ebuild (diff)
downloadgentoo-d88defe1c0f643a6b6e9957d4ce06d860b2ccff3.tar.gz
gentoo-d88defe1c0f643a6b6e9957d4ce06d860b2ccff3.tar.bz2
gentoo-d88defe1c0f643a6b6e9957d4ce06d860b2ccff3.zip
net-print/cups-pk-helper: update EAPI 5 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-print/cups-pk-helper/cups-pk-helper-0.2.6.ebuild')
-rw-r--r--net-print/cups-pk-helper/cups-pk-helper-0.2.6.ebuild42
1 files changed, 0 insertions, 42 deletions
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.ebuild
deleted file mode 100644
index ed7774e538cc..000000000000
--- a/net-print/cups-pk-helper/cups-pk-helper-0.2.6.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="PolicyKit helper to configure cups with fine-grained privileges"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/cups-pk-helper"
-SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ppc ppc64 ~riscv ~sparc x86"
-IUSE=""
-
-# Require {glib,gdbus-codegen}-2.30.0 due to GDBus changes between 2.29.92
-# and 2.30.0
-COMMON_DEPEND="
- >=dev-libs/glib-2.30.0:2
- net-print/cups
- >=sys-auth/polkit-0.97
-"
-RDEPEND="${COMMON_DEPEND}
- sys-apps/dbus
-"
-DEPEND="${COMMON_DEPEND}
- >=dev-util/gdbus-codegen-2.30.0
- >=dev-util/intltool-0.40.6
- virtual/pkgconfig
- sys-devel/gettext
-"
-
-src_prepare() {
- DOCS="AUTHORS HACKING NEWS README"
-
- # Regenerate dbus-codegen files to fix build with glib-2.30.x; bug #410773
- rm -v src/cph-iface-mechanism.{c,h} || die
-
- gnome2_src_prepare
-}