Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-systemload-plugin: xfce4-systemload-plugin-1.1.1.ebuild xfce4-systemload-plugin-1.1.1-r1.ebuild ChangeLog
Date: Sat, 31 May 2014 18:48:04
Message-Id: 20140531184759.1DCBB2004E@flycatcher.gentoo.org
1 ssuominen 14/05/31 18:47:59
2
3 Modified: xfce4-systemload-plugin-1.1.1.ebuild ChangeLog
4 Added: xfce4-systemload-plugin-1.1.1-r1.ebuild
5 Log:
6 Restrict -r0 to old UPower and add -r1 for compability with UPower >= 0.99
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.7 xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.1.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.1.1.ebuild?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.1.1.ebuild?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.1.1.ebuild?r1=1.6&r2=1.7
16
17 Index: xfce4-systemload-plugin-1.1.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.1.1.ebuild,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- xfce4-systemload-plugin-1.1.1.ebuild 26 May 2014 19:50:06 -0000 1.6
24 +++ xfce4-systemload-plugin-1.1.1.ebuild 31 May 2014 18:47:58 -0000 1.7
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $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 $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.1.1.ebuild,v 1.7 2014/05/31 18:47:58 ssuominen Exp $
30
31 EAPI=5
32 inherit xfconf
33 @@ -15,10 +15,10 @@
34 IUSE="debug udev"
35
36 RDEPEND=">=x11-libs/gtk+-2.6:2
37 - >=xfce-base/libxfce4ui-4.8
38 - >=xfce-base/libxfce4util-4.8
39 - >=xfce-base/xfce4-panel-4.8
40 - udev? ( || ( >=sys-power/upower-0.9.16 sys-power/upower-pm-utils ) )"
41 + >=xfce-base/libxfce4ui-4.10
42 + >=xfce-base/libxfce4util-4.10
43 + >=xfce-base/xfce4-panel-4.10
44 + udev? ( || ( <sys-power/upower-0.99 sys-power/upower-pm-utils ) )"
45 DEPEND="${RDEPEND}
46 dev-util/intltool
47 virtual/pkgconfig"
48
49
50
51 1.34 xfce-extra/xfce4-systemload-plugin/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-systemload-plugin/ChangeLog?rev=1.34&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-systemload-plugin/ChangeLog?rev=1.34&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-systemload-plugin/ChangeLog?r1=1.33&r2=1.34
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systemload-plugin/ChangeLog,v
60 retrieving revision 1.33
61 retrieving revision 1.34
62 diff -u -r1.33 -r1.34
63 --- ChangeLog 26 May 2014 19:50:06 -0000 1.33
64 +++ ChangeLog 31 May 2014 18:47:58 -0000 1.34
65 @@ -1,6 +1,14 @@
66 # ChangeLog for xfce-extra/xfce4-systemload-plugin
67 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systemload-plugin/ChangeLog,v 1.33 2014/05/26 19:50:06 ssuominen Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systemload-plugin/ChangeLog,v 1.34 2014/05/31 18:47:58 ssuominen Exp $
70 +
71 +*xfce4-systemload-plugin-1.1.1-r1 (31 May 2014)
72 +
73 + 31 May 2014; Samuli Suominen <ssuominen@g.o>
74 + +files/xfce4-systemload-plugin-1.1.1-upower-0.99.patch,
75 + +xfce4-systemload-plugin-1.1.1-r1.ebuild,
76 + xfce4-systemload-plugin-1.1.1.ebuild:
77 + Restrict -r0 to old UPower and add -r1 for compability with UPower >= 0.99
78
79 26 May 2014; Samuli Suominen <ssuominen@g.o>
80 xfce4-systemload-plugin-1.1.1.ebuild:
81
82
83
84 1.1 xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.1.1-r1.ebuild
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.1.1-r1.ebuild?rev=1.1&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.1.1-r1.ebuild?rev=1.1&content-type=text/plain
88
89 Index: xfce4-systemload-plugin-1.1.1-r1.ebuild
90 ===================================================================
91 # Copyright 1999-2014 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.1.1-r1.ebuild,v 1.1 2014/05/31 18:47:58 ssuominen Exp $
94
95 EAPI=5
96 inherit xfconf
97
98 DESCRIPTION="System load plug-in for Xfce panel"
99 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin"
100 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
101
102 LICENSE="BSD-2"
103 SLOT="0"
104 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
105 IUSE="debug udev"
106
107 RDEPEND=">=x11-libs/gtk+-2.6:2
108 >=xfce-base/libxfce4ui-4.10
109 >=xfce-base/libxfce4util-4.10
110 >=xfce-base/xfce4-panel-4.10
111 udev? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )"
112 DEPEND="${RDEPEND}
113 dev-util/intltool
114 virtual/pkgconfig"
115
116 pkg_setup() {
117 PATCHES=( "${FILESDIR}"/${P}-upower-0.99.patch )
118
119 XFCONF=(
120 $(use_enable udev upower)
121 $(xfconf_use_debug)
122 )
123
124 DOCS=( AUTHORS ChangeLog NEWS README )
125 }