Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/gnome-disk-utility/, sys-apps/gnome-disk-utility/files/
Date: Tue, 28 Jun 2016 20:30:36
Message-Id: 1467145761.1f0f3b4f094193ff5972ebc82fcabf3718ff007e.pacho@gentoo
1 commit: 1f0f3b4f094193ff5972ebc82fcabf3718ff007e
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 19:55:00 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 20:29:21 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f0f3b4f
7
8 sys-apps/gnome-disk-utility: Drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 sys-apps/gnome-disk-utility/Manifest | 2 -
13 ...me-disk-utility-3.10.0-kill-gsd-automagic.patch | 46 ------------------
14 ...-disk-utility-3.10.0-raise-gsd-dependency.patch | 35 --------------
15 .../gnome-disk-utility-3.16.2.ebuild | 56 ----------------------
16 .../gnome-disk-utility-3.18.2.ebuild | 47 ------------------
17 5 files changed, 186 deletions(-)
18
19 diff --git a/sys-apps/gnome-disk-utility/Manifest b/sys-apps/gnome-disk-utility/Manifest
20 index ff1cce0..4f72019 100644
21 --- a/sys-apps/gnome-disk-utility/Manifest
22 +++ b/sys-apps/gnome-disk-utility/Manifest
23 @@ -1,3 +1 @@
24 -DIST gnome-disk-utility-3.16.2.tar.xz 1432332 SHA256 4a495563a0142d2a64d9f573e5333a82d6c3c94ab5c8cd9b1878bfa36ae15353 SHA512 228187c1f3354c3a11dda3d4b85abed3e54bb7e5f105971f5d39f72fa52bcc9b44344c27148c604b2a87ed83942724187af90527e48acb9e9bc888922c34a53b WHIRLPOOL ef0b1b6f2cbeac1533798854796905909b866f45f9377bbd05060df1f615d81e0cb58a2e9d8bfbf3b9bef3d22d24cba45ec8d64ddbe63887bbbce75967ca1969
25 -DIST gnome-disk-utility-3.18.2.tar.xz 1465016 SHA256 2fbe46349256829641f8b1ecdf299f9c32ebe35a7055448e36a61da31f0bcebf SHA512 2260185522659a0f0010cf9295b29362402101057c5f1afddf48ba10a0ab82e0798a2f478eb2e82887c73f7ce5c3f67a297c9a6af266cf137eb119b929f1f33d WHIRLPOOL 6dd8dd2b3a033bbff36315c1323ad5ca13e09ea0ca253fdc34312e09d07b27cf00fc8f856ac27b98c6b49fe9635670229a54a29c802d3d1b2b4bfa56eb273301
26 DIST gnome-disk-utility-3.18.3.1.tar.xz 1465472 SHA256 652e6332bcf987b15621ebcefc2c14f360b21b7295f94fded6ecfc40c45ae4e8 SHA512 3f8507cc07bc88a8cd7e3415310c27edfb0cb3887dc5aa0f765beced1df12de43c09c0daeb9cc17b4d81c597941b25cfc9b9859ad3577459ad055702299860ba WHIRLPOOL 43a83149ee2db9fd5909294acb5179cc683e35416a05a521d9d77460fdbf21d315ae15367c7dd8bcfbdbcb8d3c9aa8a5fdb1d7cdfbf0a29ddb4c4d8872399ced
27
28 diff --git a/sys-apps/gnome-disk-utility/files/gnome-disk-utility-3.10.0-kill-gsd-automagic.patch b/sys-apps/gnome-disk-utility/files/gnome-disk-utility-3.10.0-kill-gsd-automagic.patch
29 deleted file mode 100644
30 index c6d414c..0000000
31 --- a/sys-apps/gnome-disk-utility/files/gnome-disk-utility-3.10.0-kill-gsd-automagic.patch
32 +++ /dev/null
33 @@ -1,46 +0,0 @@
34 -From cfefd62c7f23625fd1b07dacb35681bdf5aafa04 Mon Sep 17 00:00:00 2001
35 -From: Andreas Henriksson <andreas@×××××.se>
36 -Date: Fri, 5 Apr 2013 12:42:06 +0200
37 -Subject: [PATCH 1/2] Avoid needing gsd during build when --disable-gsd-plugin
38 - is used
39 -
40 -PKG_CHECK_MODULES was previously unconditionally requiring
41 -gnome-settings-daemon to be available, even when it was later
42 -not going to be used because the --disable-gsd-plugin configure
43 -switch was passed.
44 -
45 -Move the check to only require g-s-d when it's actually going to be
46 -used.
47 -
48 -While at it, also fix the indentation of the msg_gsd_plugin=yes line.
49 -
50 -https://bugzilla.gnome.org/show_bug.cgi?id=697146
51 ----
52 - configure.ac | 4 ++--
53 - 1 file changed, 2 insertions(+), 2 deletions(-)
54 -
55 -diff --git a/configure.ac b/configure.ac
56 -index cce9d62..d8f6198 100644
57 ---- a/configure.ac
58 -+++ b/configure.ac
59 -@@ -120,7 +120,6 @@ PKG_CHECK_MODULES(LIBSECRET1, [libsecret-1 >= $LIBSECRET1_REQUIRED])
60 - PKG_CHECK_MODULES(PWQUALITY, [pwquality >= $PWQUALITY_REQUIRED])
61 - PKG_CHECK_MODULES(CANBERRA, [libcanberra-gtk3 >= $CANBERRA_REQUIRED])
62 - PKG_CHECK_MODULES(LIBDVDREAD, [dvdread >= $LIBDVDREAD_REQUIRED])
63 --PKG_CHECK_MODULES(GSD_PLUGIN, [gnome-settings-daemon >= $GSD_PLUGIN_REQUIRED])
64 - PKG_CHECK_MODULES(LIBNOTIFY, [libnotify >= $LIBNOTIFY_REQUIRED])
65 - PKG_CHECK_MODULES(LIBLZMA, [liblzma >= $LIBLZMA_REQUIRED])
66 -
67 -@@ -157,7 +156,8 @@ dnl *************************************
68 - AC_ARG_ENABLE(gsd_plugin, AS_HELP_STRING([--disable-gsd-plugin],[don't build gnome-settings-daemon plug-in]))
69 - msg_gsd_plugin=no
70 - if test "x$enable_gsd_plugin" != "xno"; then
71 -- msg_gsd_plugin=yes
72 -+ msg_gsd_plugin=yes
73 -+ PKG_CHECK_MODULES(GSD_PLUGIN, [gnome-settings-daemon >= $GSD_PLUGIN_REQUIRED])
74 - fi
75 - AM_CONDITIONAL(USE_GSD_PLUGIN, [test "$msg_gsd_plugin" = "yes"])
76 -
77 ---
78 -1.8.3.2
79 -
80
81 diff --git a/sys-apps/gnome-disk-utility/files/gnome-disk-utility-3.10.0-raise-gsd-dependency.patch b/sys-apps/gnome-disk-utility/files/gnome-disk-utility-3.10.0-raise-gsd-dependency.patch
82 deleted file mode 100644
83 index f5ff3ce..0000000
84 --- a/sys-apps/gnome-disk-utility/files/gnome-disk-utility-3.10.0-raise-gsd-dependency.patch
85 +++ /dev/null
86 @@ -1,35 +0,0 @@
87 -From f05af64dd29a5119f36d0c34f0d6aa9f04567933 Mon Sep 17 00:00:00 2001
88 -From: Andreas Henriksson <andreas@×××××.se>
89 -Date: Fri, 5 Apr 2013 12:30:55 +0200
90 -Subject: [PATCH 2/2] Bump required version of gnome-settings-daemon to 3.8
91 -
92 -Reported by Pacho Ramos in https://bugzilla.gnome.org/697146
93 -and from the references gentoo bug report:
94 -
95 -With gnome-base/gnome-settings-daemon-3.6.4:
96 -
97 -gdusdmanager.c: At top level:
98 -gdusdmanager.c:42:1: error: unknown type name 'GduSdClass'
99 -gdusdmanager.c:80:1: warning: 'gdu_sd_manager_start' defined but not used [-Wunused-function]
100 -gdusdmanager.c:124:1: warning: 'gdu_sd_manager_new' defined but not used [-Wunused-function]
101 -make[3]: *** [libgdu_sd_la-gdusdmanager.lo] Error 1
102 ----
103 - configure.ac | 2 +-
104 - 1 file changed, 1 insertion(+), 1 deletion(-)
105 -
106 -diff --git a/configure.ac b/configure.ac
107 -index d8f6198..2604798 100644
108 ---- a/configure.ac
109 -+++ b/configure.ac
110 -@@ -109,7 +109,7 @@ LIBSECRET1_REQUIRED=0.7
111 - PWQUALITY_REQUIRED=1.0.0
112 - CANBERRA_REQUIRED=0.1
113 - LIBDVDREAD_REQUIRED=4.2.0
114 --GSD_PLUGIN_REQUIRED=3.6
115 -+GSD_PLUGIN_REQUIRED=3.8
116 - LIBNOTIFY_REQUIRED=0.7
117 - LIBLZMA_REQUIRED=5.0.5
118 -
119 ---
120 -1.8.3.2
121 -
122
123 diff --git a/sys-apps/gnome-disk-utility/gnome-disk-utility-3.16.2.ebuild b/sys-apps/gnome-disk-utility/gnome-disk-utility-3.16.2.ebuild
124 deleted file mode 100644
125 index d88a0a0..0000000
126 --- a/sys-apps/gnome-disk-utility/gnome-disk-utility-3.16.2.ebuild
127 +++ /dev/null
128 @@ -1,56 +0,0 @@
129 -# Copyright 1999-2015 Gentoo Foundation
130 -# Distributed under the terms of the GNU General Public License v2
131 -# $Id$
132 -
133 -EAPI="5"
134 -GCONF_DEBUG="no"
135 -GNOME2_LA_PUNT="yes"
136 -
137 -inherit autotools eutils gnome2
138 -
139 -DESCRIPTION="Disk Utility for GNOME using udisks"
140 -HOMEPAGE="https://git.gnome.org/browse/gnome-disk-utility"
141 -
142 -LICENSE="GPL-2+"
143 -SLOT="0"
144 -IUSE="fat +gnome systemd"
145 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86"
146 -
147 -COMMON_DEPEND="
148 - >=dev-libs/glib-2.31:2
149 - >=sys-fs/udisks-2.1.1:2
150 - >=x11-libs/gtk+-3.12:3
151 - >=app-arch/xz-utils-5.0.5
152 - >=app-crypt/libsecret-0.7
153 - dev-libs/libpwquality
154 - systemd? ( >=sys-apps/systemd-44:0= )
155 -"
156 -RDEPEND="${COMMON_DEPEND}
157 - >=media-libs/libdvdread-4.2.0
158 - >=media-libs/libcanberra-0.1[gtk3]
159 - >=x11-libs/libnotify-0.7:=
160 - >=x11-themes/gnome-icon-theme-symbolic-2.91
161 - fat? ( sys-fs/dosfstools )
162 - gnome? ( >=gnome-base/gnome-settings-daemon-3.8 )
163 -"
164 -DEPEND="${COMMON_DEPEND}
165 - >=dev-util/intltool-0.50
166 - dev-libs/libxslt
167 - gnome-base/gnome-common
168 - virtual/pkgconfig
169 -"
170 -
171 -src_prepare() {
172 - # Fix USE=-gnome, bug #478820
173 - epatch "${FILESDIR}"/${PN}-3.10.0-kill-gsd-automagic.patch
174 - epatch "${FILESDIR}"/${PN}-3.10.0-raise-gsd-dependency.patch
175 -
176 - eautoreconf
177 - gnome2_src_prepare
178 -}
179 -
180 -src_configure() {
181 - gnome2_src_configure \
182 - $(use_enable gnome gsd-plugin) \
183 - $(use_enable systemd libsystemd-login)
184 -}
185
186 diff --git a/sys-apps/gnome-disk-utility/gnome-disk-utility-3.18.2.ebuild b/sys-apps/gnome-disk-utility/gnome-disk-utility-3.18.2.ebuild
187 deleted file mode 100644
188 index 606a2f1..0000000
189 --- a/sys-apps/gnome-disk-utility/gnome-disk-utility-3.18.2.ebuild
190 +++ /dev/null
191 @@ -1,47 +0,0 @@
192 -# Copyright 1999-2015 Gentoo Foundation
193 -# Distributed under the terms of the GNU General Public License v2
194 -# $Id$
195 -
196 -EAPI="5"
197 -GCONF_DEBUG="no"
198 -GNOME2_LA_PUNT="yes"
199 -
200 -inherit gnome2
201 -
202 -DESCRIPTION="Disk Utility for GNOME using udisks"
203 -HOMEPAGE="https://git.gnome.org/browse/gnome-disk-utility"
204 -
205 -LICENSE="GPL-2+"
206 -SLOT="0"
207 -IUSE="fat gnome systemd"
208 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
209 -
210 -COMMON_DEPEND="
211 - >=dev-libs/glib-2.31:2[dbus]
212 - >=sys-fs/udisks-2.1.1:2
213 - >=x11-libs/gtk+-3.16.0:3
214 - >=app-arch/xz-utils-5.0.5
215 - >=app-crypt/libsecret-0.7
216 - dev-libs/libpwquality
217 - systemd? ( >=sys-apps/systemd-209:0= )
218 -"
219 -RDEPEND="${COMMON_DEPEND}
220 - >=media-libs/libdvdread-4.2.0
221 - >=media-libs/libcanberra-0.1[gtk3]
222 - >=x11-libs/libnotify-0.7:=
223 - >=x11-themes/gnome-icon-theme-symbolic-2.91
224 - fat? ( sys-fs/dosfstools )
225 - gnome? ( >=gnome-base/gnome-settings-daemon-3.8 )
226 -"
227 -DEPEND="${COMMON_DEPEND}
228 - >=dev-util/intltool-0.50.2
229 - dev-libs/appstream-glib
230 - dev-libs/libxslt
231 - virtual/pkgconfig
232 -"
233 -
234 -src_configure() {
235 - gnome2_src_configure \
236 - $(use_enable gnome gsd-plugin) \
237 - $(use_enable systemd libsystemd)
238 -}