summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2014-07-24 17:42:36 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2014-07-24 17:42:36 +0000
commite78c0a2430c18153ed72f031a9d1fb1fbc1c38fc (patch)
tree71cbb9af673ce2f13a55a6f0d1e38343b4ea2e47 /app-admin
parentUse virtual/libgudev with := for automatic rebuild instead of virtual/udev. (diff)
downloadgentoo-2-e78c0a2430c18153ed72f031a9d1fb1fbc1c38fc.tar.gz
gentoo-2-e78c0a2430c18153ed72f031a9d1fb1fbc1c38fc.tar.bz2
gentoo-2-e78c0a2430c18153ed72f031a9d1fb1fbc1c38fc.zip
Remove USE="udev" from 0.8.15 because PackageKit-0.8.15.tar.xz has no reference to udev at all except in NEWS with "Remove the Udev firmware loading functionality (Richard Hughes)". Convert 0.7.4 from virtual/udev to virtual/libgudev but without := because the ebuild is still using EAPI=3.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/packagekit-base/ChangeLog11
-rw-r--r--app-admin/packagekit-base/packagekit-base-0.7.4.ebuild6
-rw-r--r--app-admin/packagekit-base/packagekit-base-0.8.15-r1.ebuild7
3 files changed, 15 insertions, 9 deletions
diff --git a/app-admin/packagekit-base/ChangeLog b/app-admin/packagekit-base/ChangeLog
index 1de4a414a4d3..91ddc7a80e4c 100644
--- a/app-admin/packagekit-base/ChangeLog
+++ b/app-admin/packagekit-base/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-admin/packagekit-base
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v 1.34 2013/12/19 10:17:44 lxnay Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v 1.35 2014/07/24 17:42:36 ssuominen Exp $
+
+ 24 Jul 2014; Samuli Suominen <ssuominen@gentoo.org>
+ packagekit-base-0.7.4.ebuild, packagekit-base-0.8.15-r1.ebuild:
+ Remove USE="udev" from 0.8.15 because PackageKit-0.8.15.tar.xz has no
+ reference to udev at all except in NEWS with "Remove the Udev firmware loading
+ functionality (Richard Hughes)". Convert 0.7.4 from virtual/udev to
+ virtual/libgudev but without := because the ebuild is still using EAPI=3.
*packagekit-base-0.8.15-r1 (19 Dec 2013)
diff --git a/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild b/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild
index db9898a0a9e6..d8e8703e22e9 100644
--- a/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild
+++ b/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild,v 1.8 2012/12/02 22:50:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild,v 1.9 2014/07/24 17:42:36 ssuominen Exp $
EAPI="3"
@@ -31,7 +31,7 @@ CDEPEND="connman? ( net-misc/connman )
x11-libs/pango
)
policykit? ( >=sys-auth/polkit-0.98 )
- udev? ( virtual/udev[gudev] )
+ udev? ( virtual/libgudev )
dev-db/sqlite:3
>=dev-libs/dbus-glib-0.74
>=dev-libs/glib-2.26.1:2
diff --git a/app-admin/packagekit-base/packagekit-base-0.8.15-r1.ebuild b/app-admin/packagekit-base/packagekit-base-0.8.15-r1.ebuild
index fe032b2571b6..3d194ee554d8 100644
--- a/app-admin/packagekit-base/packagekit-base-0.8.15-r1.ebuild
+++ b/app-admin/packagekit-base/packagekit-base-0.8.15-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.8.15-r1.ebuild,v 1.1 2013/12/19 10:17:44 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.8.15-r1.ebuild,v 1.2 2014/07/24 17:42:36 ssuominen Exp $
EAPI="5"
@@ -20,7 +20,7 @@ SRC_URI="http://www.packagekit.org/releases/${MY_P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
-IUSE="bash-completion connman cron command-not-found doc +introspection networkmanager nsplugin entropy static-libs systemd udev"
+IUSE="bash-completion connman cron command-not-found doc +introspection networkmanager nsplugin entropy static-libs systemd"
CDEPEND="bash-completion? ( >=app-shells/bash-completion-2.0 )
connman? ( net-misc/connman )
@@ -32,7 +32,6 @@ CDEPEND="bash-completion? ( >=app-shells/bash-completion-2.0 )
>=x11-libs/gtk+-2.14.0:2
x11-libs/pango
)
- udev? ( virtual/udev[gudev] )
dev-db/sqlite:3
>=dev-libs/dbus-glib-0.74
>=dev-libs/glib-2.32.0:2[${PYTHON_USEDEP}]