diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-04-27 09:03:41 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-04-27 09:03:41 +0000 |
commit | 0fc6c8027ed984566f33e64459e270d294e21e4e (patch) | |
tree | 118ba15c72134e67c12bb17ed2d8636493a9c9d7 /net-print/cups-pk-helper | |
parent | drop old (diff) | |
download | gentoo-2-0fc6c8027ed984566f33e64459e270d294e21e4e.tar.gz gentoo-2-0fc6c8027ed984566f33e64459e270d294e21e4e.tar.bz2 gentoo-2-0fc6c8027ed984566f33e64459e270d294e21e4e.zip |
drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-print/cups-pk-helper')
-rw-r--r-- | net-print/cups-pk-helper/ChangeLog | 5 | ||||
-rw-r--r-- | net-print/cups-pk-helper/cups-pk-helper-0.2.4.ebuild | 37 |
2 files changed, 4 insertions, 38 deletions
diff --git a/net-print/cups-pk-helper/ChangeLog b/net-print/cups-pk-helper/ChangeLog index 7b75867f64ad..bb44749744fa 100644 --- a/net-print/cups-pk-helper/ChangeLog +++ b/net-print/cups-pk-helper/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-print/cups-pk-helper # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups-pk-helper/ChangeLog,v 1.29 2014/02/22 22:35:25 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups-pk-helper/ChangeLog,v 1.30 2014/04/27 09:03:41 pacho Exp $ + + 27 Apr 2014; Pacho Ramos <pacho@gentoo.org> -cups-pk-helper-0.2.4.ebuild: + drop old 22 Feb 2014; Pacho Ramos <pacho@gentoo.org> cups-pk-helper-0.2.4-r1.ebuild: Fix wrong commit, bug 502160 diff --git a/net-print/cups-pk-helper/cups-pk-helper-0.2.4.ebuild b/net-print/cups-pk-helper/cups-pk-helper-0.2.4.ebuild deleted file mode 100644 index 52edf5a6bd29..000000000000 --- a/net-print/cups-pk-helper/cups-pk-helper-0.2.4.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups-pk-helper/cups-pk-helper-0.2.4.ebuild,v 1.7 2013/01/06 10:05:35 ago Exp $ - -EAPI="4" - -inherit eutils - -DESCRIPTION="PolicyKit helper to configure cups with fine-grained privileges" -HOMEPAGE="http://www.freedesktop.org/wiki/Software/cups-pk-helper" -SRC_URI="http://www.freedesktop.org/software/${PN}/releases/${P}.tar.xz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="alpha amd64 arm ~ia64 ~ppc ~ppc64 ~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} - app-arch/xz-utils - >=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 -} |