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/
Date: Tue, 11 Dec 2018 14:29:44
Message-Id: 1544538478.f7e9ce4877793c4de5f20c6f5e62bb173536a750.voyageur@gentoo
1 commit: f7e9ce4877793c4de5f20c6f5e62bb173536a750
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 7 14:11:04 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 11 14:27:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e9ce48
7
8 x11-plugins/wmudmount: drop old
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 x11-plugins/wmudmount/wmudmount-2.2.ebuild | 34 ------------------------------
14 1 file changed, 34 deletions(-)
15
16 diff --git a/x11-plugins/wmudmount/wmudmount-2.2.ebuild b/x11-plugins/wmudmount/wmudmount-2.2.ebuild
17 deleted file mode 100644
18 index 19b97bee0ef..00000000000
19 --- a/x11-plugins/wmudmount/wmudmount-2.2.ebuild
20 +++ /dev/null
21 @@ -1,34 +0,0 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -inherit eutils gnome2-utils
27 -
28 -DESCRIPTION="A filesystem mounter that uses udisks to handle notification and mounting"
29 -HOMEPAGE="https://sourceforge.net/projects/wmudmount/"
30 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="amd64 x86"
35 -IUSE="gnome-keyring libnotify"
36 -
37 -RDEPEND="sys-fs/udisks:2
38 - >=x11-libs/gtk+-3.8.0:3
39 - gnome-keyring? ( gnome-base/libgnome-keyring )
40 - libnotify? ( >=x11-libs/libnotify-0.7 )"
41 -DEPEND="${RDEPEND}
42 - virtual/pkgconfig
43 - || ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[imagemagick,png] )"
44 -
45 -DOCS="ChangeLog"
46 -
47 -src_configure() {
48 - econf \
49 - $(use_with libnotify) \
50 - $(use_with gnome-keyring)
51 -}
52 -
53 -pkg_preinst() { gnome2_icon_savelist; }
54 -pkg_postinst() { gnome2_icon_cache_update; }
55 -pkg_postrm() { gnome2_icon_cache_update; }