ssuominen 14/05/26 19:50:06 Modified: xfce4-systemload-plugin-1.1.1.ebuild ChangeLog Log: Fix dependencies to allow sys-power/upower-pm-utils. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.6 xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.1.1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.1.1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.1.1.ebuild?r1=1.5&r2=1.6 Index: xfce4-systemload-plugin-1.1.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.1.1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- xfce4-systemload-plugin-1.1.1.ebuild 28 Nov 2012 12:19:32 -0000 1.5 +++ xfce4-systemload-plugin-1.1.1.ebuild 26 May 2014 19:50:06 -0000 1.6 @@ -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/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.1.1.ebuild,v 1.5 2012/11/28 12:19:32 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.1.1.ebuild,v 1.6 2014/05/26 19:50:06 ssuominen Exp $ EAPI=5 inherit xfconf @@ -18,7 +18,7 @@ >=xfce-base/libxfce4ui-4.8 >=xfce-base/libxfce4util-4.8 >=xfce-base/xfce4-panel-4.8 - udev? ( >=sys-power/upower-0.9.16 )" + udev? ( || ( >=sys-power/upower-0.9.16 sys-power/upower-pm-utils ) )" DEPEND="${RDEPEND} dev-util/intltool virtual/pkgconfig" 1.33 xfce-extra/xfce4-systemload-plugin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-systemload-plugin/ChangeLog?rev=1.33&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-systemload-plugin/ChangeLog?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-systemload-plugin/ChangeLog?r1=1.32&r2=1.33 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systemload-plugin/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ChangeLog 28 Nov 2012 12:19:32 -0000 1.32 +++ ChangeLog 26 May 2014 19:50:06 -0000 1.33 @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-systemload-plugin -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systemload-plugin/ChangeLog,v 1.32 2012/11/28 12:19:32 ssuominen Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systemload-plugin/ChangeLog,v 1.33 2014/05/26 19:50:06 ssuominen Exp $ + + 26 May 2014; Samuli Suominen <[email protected]> + xfce4-systemload-plugin-1.1.1.ebuild: + Fix dependencies to allow sys-power/upower-pm-utils. 28 Nov 2012; Samuli Suominen <[email protected]> xfce4-systemload-plugin-1.1.1.ebuild: @@ -140,4 +144,3 @@ +xfce4-systemload-plugin-0.4.2.ebuild, +files/xfce4-systemload-plugin-0.4.2-libtool.patch: Rename xfce4-systemload to xfce4-systemload-plugin. -
