Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmudmount/files/, x11-plugins/wmudmount/
Date: Thu, 17 Dec 2015 20:54:25
Message-Id: 1450385239.cf02d0224fdfe72629825ca058bc84c7c3cb42cf.voyageur@gentoo
1 commit: cf02d0224fdfe72629825ca058bc84c7c3cb42cf
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 17 20:47:19 2015 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 17 20:47:19 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf02d022
7
8 x11-plugins/wmudmount: drop old versions
9
10 Package-Manager: portage-2.2.26
11
12 x11-plugins/wmudmount/Manifest | 4 --
13 .../wmudmount/files/wmudmount-headers.patch | 24 -----------
14 x11-plugins/wmudmount/wmudmount-1.11.ebuild | 47 ----------------------
15 x11-plugins/wmudmount/wmudmount-1.13.ebuild | 43 --------------------
16 x11-plugins/wmudmount/wmudmount-2.0.ebuild | 35 ----------------
17 x11-plugins/wmudmount/wmudmount-2.1.ebuild | 35 ----------------
18 6 files changed, 188 deletions(-)
19
20 diff --git a/x11-plugins/wmudmount/Manifest b/x11-plugins/wmudmount/Manifest
21 index e21ecb5..54d3057 100644
22 --- a/x11-plugins/wmudmount/Manifest
23 +++ b/x11-plugins/wmudmount/Manifest
24 @@ -1,5 +1 @@
25 -DIST wmudmount-1.11.tar.gz 173910 SHA256 68755b8fcebcea4a959d701000fd01a57c0e612cd059333fd0d02e770b71bf53 SHA512 5b9821fb423f618637dbd5b9c99921c87cf46508a5f4b3110103aa654c3b01e54f2559d4f59f51bfdd8d3097c6426e3e47be6e1c9ac0e52e8e6e0011d54d0843 WHIRLPOOL 78baf86d9bc4bc6b3042ee37a3f317da71cce686fb811a0f67122568678dba2eaf2d1efeb6532babf6c44eecfb581e3d7e35c82e38b0b5754a317df337b608c7
26 -DIST wmudmount-1.13.tar.gz 179979 SHA256 c645b627f1faa3982e0310f891b9eb88130b3957253260aca9f1a1813f3c7ad2 SHA512 fb94a851b0c8a1364f3f875b8cf8b42db36eae2ccdb28462a18bbc908056d9e92762df3cd9a9ae14a4ea878d54042893536b25792b26cbf3a11b7ec47d8e3ed5 WHIRLPOOL 0a4ac9c6d75d33ea5612f8676f7bcc98c366bbf128a25365b02189afbf54ec7ecfb19ed2e5ab9e9983a7117b7325079e660189b9715196f69e438950f6f3ba47
27 -DIST wmudmount-2.0.tar.gz 180965 SHA256 8727f588cfe9f7c168160158ade42e7d5d566546be72c833c4ebed6e7185ac8a SHA512 ff950169e4deb1a6987236d818b64562327489265e05905fc431ec3a22a2b77cf9280f0b7567d0384f1fb70b4b7a0db7e98586b5b67419421074d101ead931a3 WHIRLPOOL b55644babd9fe6ab84f189b9518e3c9ea8fa2fe29c14c6c078b80f94662199786d8bd64d22f602e5eb8d1130c532c5faf18ad016360059fe0688005c5687c042
28 -DIST wmudmount-2.1.tar.gz 181245 SHA256 47bdce2d80e6ae7d2fddadd728d0ab982c9fb58045780fc31211ff2a83d610c5 SHA512 df0580eb4257852a9787008151c008461557d363d077053b16913cf79407bb4aa7b632001302e461a37215bcb17eee7eebea170ba8515da531339adf497c6f6e WHIRLPOOL 034006a8a3609bf28353b7b9dc38a3db645edc536f8c040b148b74b597b1de7915c57ecc0270d821a31ba6a1bc184184b0a7d8e94f10029f93e586217433a901
29 DIST wmudmount-2.2.tar.gz 181700 SHA256 6402d215e5ad7619f588651bcc30041ff3fae13ec2e844088443c855aa3fb805 SHA512 6bc08b60430bbe66710ce183f0e7693a7818cee68cefac3a3bc191104663dd3649f8cdb62c7f214bdf4ed377b01fef250fe388f14645690aab7993c6071ceffe WHIRLPOOL 83600c9767e4ca1da3fda5503af8583dcb8bf5fe8931db181de8dd6b0e4458526441e08c688dae6e9baf255798ab0a4e380ea23b2b383743edbf4a7247f506c3
30
31 diff --git a/x11-plugins/wmudmount/files/wmudmount-headers.patch b/x11-plugins/wmudmount/files/wmudmount-headers.patch
32 deleted file mode 100644
33 index 85b6646..0000000
34 --- a/x11-plugins/wmudmount/files/wmudmount-headers.patch
35 +++ /dev/null
36 @@ -1,24 +0,0 @@
37 -http://sourceforge.net/tracker/?func=detail&aid=3540867&group_id=309786&atid=1304474
38 -
39 -warning: implicit declaration of function ‘free’ and 'realloc' [-Wimplicit-function-declaration]
40 -
41 ---- askpass.c
42 -+++ askpass.c
43 -@@ -23,6 +23,7 @@
44 - #include <sys/resources.h>
45 - #endif
46 -
47 -+#include <stdlib.h> /* free */
48 - #include <glib.h>
49 -
50 - #ifdef HAVE_GNOME_KEYRING
51 ---- secureentry.c
52 -+++ secureentry.c
53 -@@ -18,6 +18,7 @@
54 - #include "config.h"
55 -
56 - #include <unistd.h>
57 -+#include <stdlib.h> /* free and realloc */
58 - #include <string.h>
59 - #ifdef HAVE_GNOME_KEYRING
60 - #include <gnome-keyring-memory.h>
61
62 diff --git a/x11-plugins/wmudmount/wmudmount-1.11.ebuild b/x11-plugins/wmudmount/wmudmount-1.11.ebuild
63 deleted file mode 100644
64 index 3dc2f61..0000000
65 --- a/x11-plugins/wmudmount/wmudmount-1.11.ebuild
66 +++ /dev/null
67 @@ -1,47 +0,0 @@
68 -# Copyright 1999-2012 Gentoo Foundation
69 -# Distributed under the terms of the GNU General Public License v2
70 -# $Id$
71 -
72 -EAPI=4
73 -inherit gnome2-utils
74 -
75 -DESCRIPTION="A filesystem mounter that uses udisks to handle notification and mounting"
76 -HOMEPAGE="http://sourceforge.net/projects/wmudmount/"
77 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
78 -
79 -LICENSE="GPL-2"
80 -SLOT="0"
81 -KEYWORDS="amd64 x86"
82 -IUSE="gnome-keyring libnotify"
83 -
84 -RDEPEND=">=x11-libs/gtk+-2.18:2
85 - dev-libs/dbus-glib
86 - sys-fs/udisks:0
87 - gnome-keyring? ( gnome-base/libgnome-keyring )
88 - libnotify? ( >=x11-libs/libnotify-0.7 )"
89 -DEPEND="${RDEPEND}
90 - virtual/pkgconfig
91 - || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )"
92 -
93 -src_configure() {
94 - econf \
95 - $(use_with libnotify) \
96 - $(use_with gnome-keyring)
97 -}
98 -
99 -src_install() {
100 - emake DESTDIR="${D}" install
101 - dodoc ChangeLog
102 -}
103 -
104 -pkg_preinst() {
105 - gnome2_icon_savelist
106 -}
107 -
108 -pkg_postinst() {
109 - gnome2_icon_cache_update
110 -}
111 -
112 -pkg_postrm() {
113 - gnome2_icon_cache_update
114 -}
115
116 diff --git a/x11-plugins/wmudmount/wmudmount-1.13.ebuild b/x11-plugins/wmudmount/wmudmount-1.13.ebuild
117 deleted file mode 100644
118 index 50915cf..0000000
119 --- a/x11-plugins/wmudmount/wmudmount-1.13.ebuild
120 +++ /dev/null
121 @@ -1,43 +0,0 @@
122 -# Copyright 1999-2012 Gentoo Foundation
123 -# Distributed under the terms of the GNU General Public License v2
124 -# $Id$
125 -
126 -EAPI=4
127 -inherit eutils gnome2-utils
128 -
129 -DESCRIPTION="A filesystem mounter that uses udisks to handle notification and mounting"
130 -HOMEPAGE="http://sourceforge.net/projects/wmudmount/"
131 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
132 -
133 -LICENSE="GPL-2"
134 -SLOT="0"
135 -KEYWORDS="~amd64 ~x86"
136 -IUSE="gnome-keyring libnotify"
137 -
138 -COMMON_DEPEND=">=dev-libs/dbus-glib-0.98
139 - >=dev-libs/glib-2.20
140 - >=x11-libs/gtk+-2.18:2
141 - x11-libs/libX11
142 - gnome-keyring? ( gnome-base/libgnome-keyring )
143 - libnotify? ( >=x11-libs/libnotify-0.7 )"
144 -RDEPEND="${COMMON_DEPEND}
145 - sys-fs/udisks:0"
146 -DEPEND="${COMMON_DEPEND}
147 - virtual/pkgconfig
148 - || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )"
149 -
150 -DOCS="ChangeLog"
151 -
152 -src_prepare() {
153 - epatch "${FILESDIR}"/${PN}-headers.patch
154 -}
155 -
156 -src_configure() {
157 - econf \
158 - $(use_with libnotify) \
159 - $(use_with gnome-keyring)
160 -}
161 -
162 -pkg_preinst() { gnome2_icon_savelist; }
163 -pkg_postinst() { gnome2_icon_cache_update; }
164 -pkg_postrm() { gnome2_icon_cache_update; }
165
166 diff --git a/x11-plugins/wmudmount/wmudmount-2.0.ebuild b/x11-plugins/wmudmount/wmudmount-2.0.ebuild
167 deleted file mode 100644
168 index add0510..0000000
169 --- a/x11-plugins/wmudmount/wmudmount-2.0.ebuild
170 +++ /dev/null
171 @@ -1,35 +0,0 @@
172 -# Copyright 1999-2014 Gentoo Foundation
173 -# Distributed under the terms of the GNU General Public License v2
174 -# $Id$
175 -
176 -EAPI=5
177 -inherit eutils gnome2-utils
178 -
179 -DESCRIPTION="A filesystem mounter that uses udisks to handle notification and mounting"
180 -HOMEPAGE="http://sourceforge.net/projects/wmudmount/"
181 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
182 -
183 -LICENSE="GPL-2"
184 -SLOT="0"
185 -KEYWORDS="~amd64 ~x86"
186 -IUSE="gnome-keyring libnotify"
187 -
188 -RDEPEND="sys-fs/udisks:2
189 - >=x11-libs/gtk+-3.8.0:3
190 - gnome-keyring? ( gnome-base/libgnome-keyring )
191 - libnotify? ( >=x11-libs/libnotify-0.7 )"
192 -DEPEND="${RDEPEND}
193 - virtual/pkgconfig
194 - || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )"
195 -
196 -DOCS="ChangeLog"
197 -
198 -src_configure() {
199 - econf \
200 - $(use_with libnotify) \
201 - $(use_with gnome-keyring)
202 -}
203 -
204 -pkg_preinst() { gnome2_icon_savelist; }
205 -pkg_postinst() { gnome2_icon_cache_update; }
206 -pkg_postrm() { gnome2_icon_cache_update; }
207
208 diff --git a/x11-plugins/wmudmount/wmudmount-2.1.ebuild b/x11-plugins/wmudmount/wmudmount-2.1.ebuild
209 deleted file mode 100644
210 index add0510..0000000
211 --- a/x11-plugins/wmudmount/wmudmount-2.1.ebuild
212 +++ /dev/null
213 @@ -1,35 +0,0 @@
214 -# Copyright 1999-2014 Gentoo Foundation
215 -# Distributed under the terms of the GNU General Public License v2
216 -# $Id$
217 -
218 -EAPI=5
219 -inherit eutils gnome2-utils
220 -
221 -DESCRIPTION="A filesystem mounter that uses udisks to handle notification and mounting"
222 -HOMEPAGE="http://sourceforge.net/projects/wmudmount/"
223 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
224 -
225 -LICENSE="GPL-2"
226 -SLOT="0"
227 -KEYWORDS="~amd64 ~x86"
228 -IUSE="gnome-keyring libnotify"
229 -
230 -RDEPEND="sys-fs/udisks:2
231 - >=x11-libs/gtk+-3.8.0:3
232 - gnome-keyring? ( gnome-base/libgnome-keyring )
233 - libnotify? ( >=x11-libs/libnotify-0.7 )"
234 -DEPEND="${RDEPEND}
235 - virtual/pkgconfig
236 - || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )"
237 -
238 -DOCS="ChangeLog"
239 -
240 -src_configure() {
241 - econf \
242 - $(use_with libnotify) \
243 - $(use_with gnome-keyring)
244 -}
245 -
246 -pkg_preinst() { gnome2_icon_savelist; }
247 -pkg_postinst() { gnome2_icon_cache_update; }
248 -pkg_postrm() { gnome2_icon_cache_update; }