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-1.6.ebuild wmudmount-1.4.ebuild
Date: Tue, 29 Jun 2010 09:35:01
Message-Id: 20100629093452.E4A1F2C621@corvid.gentoo.org
1 voyageur 10/06/29 09:34:52
2
3 Modified: ChangeLog
4 Added: wmudmount-1.6.ebuild
5 Removed: wmudmount-1.4.ebuild
6 Log:
7 Version bump
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 x11-plugins/wmudmount/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 19 May 2010 09:43:17 -0000 1.2
24 +++ ChangeLog 29 Jun 2010 09:34:52 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-plugins/wmudmount
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/ChangeLog,v 1.2 2010/05/19 09:43:17 voyageur Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/ChangeLog,v 1.3 2010/06/29 09:34:52 voyageur Exp $
30 +
31 +*wmudmount-1.6 (29 Jun 2010)
32 +
33 + 29 Jun 2010; Bernard Cafarelli <voyageur@g.o>
34 + -wmudmount-1.4.ebuild, +wmudmount-1.6.ebuild:
35 + Version bump
36
37 *wmudmount-1.5 (19 May 2010)
38
39
40
41
42 1.1 x11-plugins/wmudmount/wmudmount-1.6.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: wmudmount-1.6.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.6.ebuild,v 1.1 2010/06/29 09:34:52 voyageur Exp $
52
53 EAPI=2
54 inherit 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=">=x11-libs/gtk+-2.18:2
66 dev-libs/dbus-glib
67 sys-fs/udisks
68 gnome-keyring? ( gnome-base/gnome-keyring )
69 libnotify? ( x11-libs/libnotify )"
70 DEPEND="${RDEPEND}
71 dev-util/pkgconfig"
72
73 src_configure() {
74 econf \
75 --disable-dependency-tracking \
76 $(use_with libnotify) \
77 $(use_with gnome-keyring)
78 }
79
80 src_install() {
81 emake DESTDIR="${D}" install || die
82 dodoc ChangeLog
83 }
84
85 pkg_preinst() {
86 gnome2_icon_savelist
87 }
88
89 pkg_postinst() {
90 gnome2_icon_cache_update
91 }
92
93 pkg_postrm() {
94 gnome2_icon_cache_update
95 }