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