Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: gnome-extra/gnome-power-manager/
Date: Tue, 30 Aug 2011 21:56:34
Message-Id: 6ff28c4af0af355a10570b0ebe2221bd0c502488.tetromino@gentoo
1 commit: 6ff28c4af0af355a10570b0ebe2221bd0c502488
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 30 20:29:44 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Tue Aug 30 20:36:51 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6ff28c4a
7
8 gnome-extra/gnome-power-manager: 3.1.3 → 3.1.90
9
10 Version bump, lots of functionality removed (moved to
11 gnome-settings-daemon).
12
13 ---
14 ....3.ebuild => gnome-power-manager-3.1.90.ebuild} | 28 +++----------------
15 .../gnome-power-manager-9999.ebuild | 28 +++----------------
16 2 files changed, 10 insertions(+), 46 deletions(-)
17
18 diff --git a/gnome-extra/gnome-power-manager/gnome-power-manager-3.1.3.ebuild b/gnome-extra/gnome-power-manager/gnome-power-manager-3.1.90.ebuild
19 similarity index 75%
20 rename from gnome-extra/gnome-power-manager/gnome-power-manager-3.1.3.ebuild
21 rename to gnome-extra/gnome-power-manager/gnome-power-manager-3.1.90.ebuild
22 index d39145d..17576f7 100644
23 --- a/gnome-extra/gnome-power-manager/gnome-power-manager-3.1.3.ebuild
24 +++ b/gnome-extra/gnome-power-manager/gnome-power-manager-3.1.90.ebuild
25 @@ -20,42 +20,29 @@ if [[ ${PV} = 9999 ]]; then
26 else
27 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
28 fi
29 -IUSE="doc test"
30 +IUSE="test"
31
32 # FIXME: Interactive testsuite (upstream ? I'm so...pessimistic)
33 RESTRICT="test"
34
35 -# Latest libcanberra is needed due to gtk+:3 API changes
36 COMMON_DEPEND=">=dev-libs/glib-2.25.9
37 >=x11-libs/gtk+-2.91.7:3
38 - >=gnome-base/gnome-keyring-0.6.0
39 - >=x11-libs/libnotify-0.7.0
40 >=x11-libs/cairo-1.0.0
41 - >=sys-power/upower-0.9.1
42 - >=x11-apps/xrandr-1.3
43 - x11-libs/libX11
44 - x11-libs/libXext
45 - x11-libs/libXrender"
46 + >=sys-power/upower-0.9.1"
47 RDEPEND="${COMMON_DEPEND}
48 >=sys-auth/consolekit-0.4[policykit]
49 sys-auth/polkit
50 gnome-extra/polkit-gnome"
51 DEPEND="${COMMON_DEPEND}
52 x11-proto/randrproto
53 - x11-proto/xproto
54
55 sys-devel/gettext
56 app-text/scrollkeeper
57 - app-text/docbook-xml-dtd:4.3
58 + app-text/docbook-sgml-utils
59 + app-text/docbook-sgml-dtd:4.1
60 >=dev-util/pkgconfig-0.9
61 >=dev-util/intltool-0.35
62 >=app-text/gnome-doc-utils-0.3.2
63 - doc? (
64 - app-text/xmlto
65 - app-text/docbook-sgml-utils
66 - app-text/docbook-xml-dtd:4.4
67 - app-text/docbook-sgml-dtd:4.1
68 - app-text/docbook-xml-dtd:4.1.2 )
69 test? ( sys-apps/dbus )"
70
71 # docbook-sgml-utils and docbook-sgml-dtd-4.1 used for creating man pages
72 @@ -65,15 +52,10 @@ DEPEND="${COMMON_DEPEND}
73 pkg_setup() {
74 G2CONF="${G2CONF}
75 $(use_enable test tests)
76 - $(use_enable doc docbook-docs)
77 --disable-strict
78 --enable-compile-warnings=minimum
79 --disable-schemas-compile"
80 - DOCS="AUTHORS ChangeLog NEWS README TODO"
81 -
82 - if ! use doc; then
83 - G2CONF="${G2CONF} DOCBOOK2MAN=$(type -p false)"
84 - fi
85 + DOCS="AUTHORS ChangeLog NEWS README"
86 }
87
88 src_prepare() {
89
90 diff --git a/gnome-extra/gnome-power-manager/gnome-power-manager-9999.ebuild b/gnome-extra/gnome-power-manager/gnome-power-manager-9999.ebuild
91 index d39145d..17576f7 100644
92 --- a/gnome-extra/gnome-power-manager/gnome-power-manager-9999.ebuild
93 +++ b/gnome-extra/gnome-power-manager/gnome-power-manager-9999.ebuild
94 @@ -20,42 +20,29 @@ if [[ ${PV} = 9999 ]]; then
95 else
96 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
97 fi
98 -IUSE="doc test"
99 +IUSE="test"
100
101 # FIXME: Interactive testsuite (upstream ? I'm so...pessimistic)
102 RESTRICT="test"
103
104 -# Latest libcanberra is needed due to gtk+:3 API changes
105 COMMON_DEPEND=">=dev-libs/glib-2.25.9
106 >=x11-libs/gtk+-2.91.7:3
107 - >=gnome-base/gnome-keyring-0.6.0
108 - >=x11-libs/libnotify-0.7.0
109 >=x11-libs/cairo-1.0.0
110 - >=sys-power/upower-0.9.1
111 - >=x11-apps/xrandr-1.3
112 - x11-libs/libX11
113 - x11-libs/libXext
114 - x11-libs/libXrender"
115 + >=sys-power/upower-0.9.1"
116 RDEPEND="${COMMON_DEPEND}
117 >=sys-auth/consolekit-0.4[policykit]
118 sys-auth/polkit
119 gnome-extra/polkit-gnome"
120 DEPEND="${COMMON_DEPEND}
121 x11-proto/randrproto
122 - x11-proto/xproto
123
124 sys-devel/gettext
125 app-text/scrollkeeper
126 - app-text/docbook-xml-dtd:4.3
127 + app-text/docbook-sgml-utils
128 + app-text/docbook-sgml-dtd:4.1
129 >=dev-util/pkgconfig-0.9
130 >=dev-util/intltool-0.35
131 >=app-text/gnome-doc-utils-0.3.2
132 - doc? (
133 - app-text/xmlto
134 - app-text/docbook-sgml-utils
135 - app-text/docbook-xml-dtd:4.4
136 - app-text/docbook-sgml-dtd:4.1
137 - app-text/docbook-xml-dtd:4.1.2 )
138 test? ( sys-apps/dbus )"
139
140 # docbook-sgml-utils and docbook-sgml-dtd-4.1 used for creating man pages
141 @@ -65,15 +52,10 @@ DEPEND="${COMMON_DEPEND}
142 pkg_setup() {
143 G2CONF="${G2CONF}
144 $(use_enable test tests)
145 - $(use_enable doc docbook-docs)
146 --disable-strict
147 --enable-compile-warnings=minimum
148 --disable-schemas-compile"
149 - DOCS="AUTHORS ChangeLog NEWS README TODO"
150 -
151 - if ! use doc; then
152 - G2CONF="${G2CONF} DOCBOOK2MAN=$(type -p false)"
153 - fi
154 + DOCS="AUTHORS ChangeLog NEWS README"
155 }
156
157 src_prepare() {