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