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-sensors-plugin: xfce4-sensors-plugin-1.2.3.ebuild metadata.xml ChangeLog
Date: Fri, 06 Jan 2012 11:08:25
Message-Id: 20120106110815.C7D1C20033@flycatcher.gentoo.org
1 ssuominen 12/01/06 11:08:15
2
3 Modified: xfce4-sensors-plugin-1.2.3.ebuild metadata.xml
4 ChangeLog
5 Log:
6 Rename USE="nvidia" to VIDEO_CARDS="nvidia"
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.7 xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild?r1=1.6&r2=1.7
16
17 Index: xfce4-sensors-plugin-1.2.3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- xfce4-sensors-plugin-1.2.3.ebuild 6 Jan 2012 11:05:02 -0000 1.6
24 +++ xfce4-sensors-plugin-1.2.3.ebuild 6 Jan 2012 11:08:15 -0000 1.7
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild,v 1.6 2012/01/06 11:05:02 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild,v 1.7 2012/01/06 11:08:15 ssuominen Exp $
30
31 EAPI=4
32 EAUTORECONF=yes
33 @@ -13,7 +13,7 @@
34 LICENSE="GPL-2"
35 SLOT="0"
36 KEYWORDS="amd64 ppc x86"
37 -IUSE="+acpi debug hddtemp libnotify lm_sensors nvidia"
38 +IUSE="+acpi debug hddtemp libnotify lm_sensors video_cards_nvidia"
39
40 REQUIRED_USE="|| ( hddtemp lm_sensors acpi )"
41
42 @@ -23,7 +23,7 @@
43 hddtemp? ( app-admin/hddtemp net-analyzer/gnu-netcat )
44 libnotify? ( >=x11-libs/libnotify-0.4 )
45 lm_sensors? ( >=sys-apps/lm_sensors-3.1.0 )
46 - nvidia? ( media-video/nvidia-settings )"
47 + video_cards_nvidia? ( media-video/nvidia-settings )"
48 DEPEND="${RDEPEND}
49 dev-util/intltool
50 dev-util/pkgconfig"
51 @@ -37,7 +37,7 @@
52 $(use_enable hddtemp)
53 $(use_enable libnotify notification)
54 $(use_enable lm_sensors libsensors)
55 - $(use_enable nvidia xnvctrl)
56 + $(use_enable video_cards_nvidia xnvctrl)
57 $(xfconf_use_debug)
58 )
59
60
61
62
63 1.3 xfce-extra/xfce4-sensors-plugin/metadata.xml
64
65 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/metadata.xml?rev=1.3&view=markup
66 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/metadata.xml?rev=1.3&content-type=text/plain
67 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/metadata.xml?r1=1.2&r2=1.3
68
69 Index: metadata.xml
70 ===================================================================
71 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/metadata.xml,v
72 retrieving revision 1.2
73 retrieving revision 1.3
74 diff -u -r1.2 -r1.3
75 --- metadata.xml 14 May 2011 14:42:38 -0000 1.2
76 +++ metadata.xml 6 Jan 2012 11:08:15 -0000 1.3
77 @@ -2,7 +2,4 @@
78 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
79 <pkgmetadata>
80 <herd>xfce</herd>
81 - <use>
82 - <flag name="nvidia">Use nvctrl to obtain Nvidia GPU temperature value</flag>
83 - </use>
84 </pkgmetadata>
85
86
87
88 1.31 xfce-extra/xfce4-sensors-plugin/ChangeLog
89
90 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.31&view=markup
91 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.31&content-type=text/plain
92 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?r1=1.30&r2=1.31
93
94 Index: ChangeLog
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v
97 retrieving revision 1.30
98 retrieving revision 1.31
99 diff -u -r1.30 -r1.31
100 --- ChangeLog 6 Jan 2012 11:06:15 -0000 1.30
101 +++ ChangeLog 6 Jan 2012 11:08:15 -0000 1.31
102 @@ -1,6 +1,10 @@
103 # ChangeLog for xfce-extra/xfce4-sensors-plugin
104 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
105 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.30 2012/01/06 11:06:15 ssuominen Exp $
106 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.31 2012/01/06 11:08:15 ssuominen Exp $
107 +
108 + 06 Jan 2012; Samuli Suominen <ssuominen@g.o>
109 + xfce4-sensors-plugin-1.2.3.ebuild, metadata.xml:
110 + Rename USE="nvidia" to VIDEO_CARDS="nvidia"
111
112 06 Jan 2012; Samuli Suominen <ssuominen@g.o>
113 -xfce4-sensors-plugin-1.0.0-r1.ebuild,