Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmudmount: ChangeLog wmudmount-2.2.ebuild
Date: Fri, 28 Feb 2014 15:41:16
Message-Id: 20140228154109.2E1862004C@flycatcher.gentoo.org
1 voyageur 14/02/28 15:41:09
2
3 Modified: ChangeLog
4 Added: wmudmount-2.2.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
9
10 Revision Changes Path
11 1.17 x11-plugins/wmudmount/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/ChangeLog?rev=1.17&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/ChangeLog?rev=1.17&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/ChangeLog?r1=1.16&r2=1.17
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/ChangeLog,v
20 retrieving revision 1.16
21 retrieving revision 1.17
22 diff -u -r1.16 -r1.17
23 --- ChangeLog 24 Feb 2014 18:06:45 -0000 1.16
24 +++ ChangeLog 28 Feb 2014 15:41:09 -0000 1.17
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-plugins/wmudmount
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/ChangeLog,v 1.16 2014/02/24 18:06:45 voyageur Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/ChangeLog,v 1.17 2014/02/28 15:41:09 voyageur Exp $
30 +
31 +*wmudmount-2.2 (28 Feb 2014)
32 +
33 + 28 Feb 2014; Bernard Cafarelli <voyageur@g.o> +wmudmount-2.2.ebuild:
34 + Version bump
35
36 *wmudmount-2.1 (24 Feb 2014)
37
38
39
40
41 1.1 x11-plugins/wmudmount/wmudmount-2.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/wmudmount-2.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/wmudmount-2.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: wmudmount-2.2.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/wmudmount-2.2.ebuild,v 1.1 2014/02/28 15:41:09 voyageur Exp $
51
52 EAPI=5
53 inherit eutils gnome2-utils
54
55 DESCRIPTION="A filesystem mounter that uses udisks to handle notification and mounting"
56 HOMEPAGE="http://sourceforge.net/projects/wmudmount/"
57 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE="gnome-keyring libnotify"
63
64 RDEPEND="sys-fs/udisks:2
65 >=x11-libs/gtk+-3.8.0:3
66 gnome-keyring? ( gnome-base/libgnome-keyring )
67 libnotify? ( >=x11-libs/libnotify-0.7 )"
68 DEPEND="${RDEPEND}
69 virtual/pkgconfig
70 || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )"
71
72 DOCS="ChangeLog"
73
74 src_configure() {
75 econf \
76 $(use_with libnotify) \
77 $(use_with gnome-keyring)
78 }
79
80 pkg_preinst() { gnome2_icon_savelist; }
81 pkg_postinst() { gnome2_icon_cache_update; }
82 pkg_postrm() { gnome2_icon_cache_update; }