Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmudmount: ChangeLog wmudmount-1.13.ebuild
Date: Fri, 06 Jul 2012 12:48:53
Message-Id: 20120706124840.4DE0F2004B@flycatcher.gentoo.org
1 ssuominen 12/07/06 12:48:40
2
3 Modified: ChangeLog
4 Added: wmudmount-1.13.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.14 x11-plugins/wmudmount/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 6 Jul 2012 08:32:12 -0000 1.13
24 +++ ChangeLog 6 Jul 2012 12:48:40 -0000 1.14
25 @@ -1,6 +1,12 @@
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.13 2012/07/06 08:32:12 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/ChangeLog,v 1.14 2012/07/06 12:48:40 ssuominen Exp $
30 +
31 +*wmudmount-1.13 (06 Jul 2012)
32 +
33 + 06 Jul 2012; Samuli Suominen <ssuominen@g.o> +wmudmount-1.13.ebuild,
34 + +files/wmudmount-headers.patch:
35 + Version bump.
36
37 06 Jul 2012; Samuli Suominen <ssuominen@g.o> -wmudmount-1.8.ebuild,
38 -files/wmudmount-1.8-libnotify-0.7.patch:
39
40
41
42 1.1 x11-plugins/wmudmount/wmudmount-1.13.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.13.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.13.ebuild?rev=1.1&content-type=text/plain
46
47 Index: wmudmount-1.13.ebuild
48 ===================================================================
49 # Copyright 1999-2012 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.13.ebuild,v 1.1 2012/07/06 12:48:40 ssuominen Exp $
52
53 EAPI=4
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 COMMON_DEPEND=">=dev-libs/dbus-glib-0.98
66 >=dev-libs/glib-2.20
67 >=x11-libs/gtk+-2.18:2
68 x11-libs/libX11
69 gnome-keyring? ( gnome-base/libgnome-keyring )
70 libnotify? ( >=x11-libs/libnotify-0.7 )"
71 RDEPEND="${COMMON_DEPEND}
72 sys-fs/udisks:0"
73 DEPEND="${COMMON_DEPEND}
74 virtual/pkgconfig
75 || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )"
76
77 DOCS="ChangeLog"
78
79 src_prepare() {
80 epatch "${FILESDIR}"/${PN}-headers.patch
81 }
82
83 src_configure() {
84 econf \
85 $(use_with libnotify) \
86 $(use_with gnome-keyring)
87 }
88
89 pkg_preinst() { gnome2_icon_savelist; }
90 pkg_postinst() { gnome2_icon_cache_update; }
91 pkg_postrm() { gnome2_icon_cache_update; }