Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-volman: ChangeLog thunar-volman-0.7.0.ebuild
Date: Sat, 31 Mar 2012 05:53:43
Message-Id: 20120331055333.9D1B12004B@flycatcher.gentoo.org
1 ssuominen 12/03/31 05:53:33
2
3 Modified: ChangeLog
4 Added: thunar-volman-0.7.0.ebuild
5 Log:
6 Version bump to development release.
7
8 (Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.67 xfce-extra/thunar-volman/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.67&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.67&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?r1=1.66&r2=1.67
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v
20 retrieving revision 1.66
21 retrieving revision 1.67
22 diff -u -r1.66 -r1.67
23 --- ChangeLog 30 Mar 2012 13:33:35 -0000 1.66
24 +++ ChangeLog 31 Mar 2012 05:53:33 -0000 1.67
25 @@ -1,6 +1,12 @@
26 # ChangeLog for xfce-extra/thunar-volman
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.66 2012/03/30 13:33:35 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.67 2012/03/31 05:53:33 ssuominen Exp $
30 +
31 +*thunar-volman-0.7.0 (31 Mar 2012)
32 +
33 + 31 Mar 2012; Samuli Suominen <ssuominen@g.o>
34 + +thunar-volman-0.7.0.ebuild:
35 + Version bump to development release.
36
37 *thunar-volman-0.6.1 (30 Mar 2012)
38
39
40
41
42 1.1 xfce-extra/thunar-volman/thunar-volman-0.7.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.7.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.7.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: thunar-volman-0.7.0.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/xfce-extra/thunar-volman/thunar-volman-0.7.0.ebuild,v 1.1 2012/03/31 05:53:33 ssuominen Exp $
52
53 EAPI=4
54 inherit xfconf
55
56 DESCRIPTION="Daemon that enforces volume-related policies"
57 HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-volman"
58 SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
63 IUSE="debug libnotify"
64
65 COMMON_DEPEND=">=dev-libs/glib-2.18
66 || ( >=sys-fs/udev-171-r5[gudev] <sys-fs/udev-171-r5[extras] )
67 >=x11-libs/gtk+-2.14:2
68 >=xfce-base/exo-0.7
69 >=xfce-base/libxfce4ui-4.9
70 >=xfce-base/libxfce4util-4.9
71 >=xfce-base/xfconf-4.9
72 libnotify? ( >=x11-libs/libnotify-0.7 )"
73 RDEPEND="${COMMON_DEPEND}
74 >=xfce-base/thunar-1.3[udev]"
75 DEPEND="${COMMON_DEPEND}
76 dev-util/intltool
77 dev-util/pkgconfig
78 sys-devel/gettext"
79
80 pkg_setup() {
81 XFCONF=(
82 $(use_enable libnotify notifications)
83 $(xfconf_use_debug)
84 )
85
86 DOCS=( AUTHORS ChangeLog NEWS README THANKS )
87 }