ssuominen 14/07/24 17:42:36 Modified: packagekit-base-0.7.4.ebuild packagekit-base-0.8.15-r1.ebuild ChangeLog Log: 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)
Revision Changes Path 1.9 app-admin/packagekit-base/packagekit-base-0.7.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild?r1=1.8&r2=1.9 Index: packagekit-base-0.7.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.7.4.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- packagekit-base-0.7.4.ebuild 2 Dec 2012 22:50:49 -0000 1.8 +++ packagekit-base-0.7.4.ebuild 24 Jul 2014 17:42:36 -0000 1.9 @@ -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 @@ 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 1.2 app-admin/packagekit-base/packagekit-base-0.8.15-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.8.15-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.8.15-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.8.15-r1.ebuild?r1=1.1&r2=1.2 Index: packagekit-base-0.8.15-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/packagekit-base-0.8.15-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- packagekit-base-0.8.15-r1.ebuild 19 Dec 2013 10:17:44 -0000 1.1 +++ packagekit-base-0.8.15-r1.ebuild 24 Jul 2014 17:42:36 -0000 1.2 @@ -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 @@ 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 @@ >=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}] 1.35 app-admin/packagekit-base/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-admin/packagekit-base/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 19 Dec 2013 10:17:44 -0000 1.34 +++ ChangeLog 24 Jul 2014 17:42:36 -0000 1.35 @@ -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 <ssuomi...@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)