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.5.2.ebuild thunar-volman-0.5.1.ebuild
Date: Sun, 07 Nov 2010 14:20:25
Message-Id: 20101107142020.76A6920051@flycatcher.gentoo.org
1 ssuominen 10/11/07 14:20:20
2
3 Modified: ChangeLog
4 Added: thunar-volman-0.5.2.ebuild
5 Removed: thunar-volman-0.5.1.ebuild
6 Log:
7 Version bump.
8
9 (Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.57 xfce-extra/thunar-volman/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.57&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.57&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?r1=1.56&r2=1.57
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v
21 retrieving revision 1.56
22 retrieving revision 1.57
23 diff -u -r1.56 -r1.57
24 --- ChangeLog 10 Aug 2010 15:44:10 -0000 1.56
25 +++ ChangeLog 7 Nov 2010 14:20:20 -0000 1.57
26 @@ -1,6 +1,12 @@
27 # ChangeLog for xfce-extra/thunar-volman
28 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.56 2010/08/10 15:44:10 jer Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.57 2010/11/07 14:20:20 ssuominen Exp $
31 +
32 +*thunar-volman-0.5.2 (07 Nov 2010)
33 +
34 + 07 Nov 2010; Samuli Suominen <ssuominen@g.o>
35 + +thunar-volman-0.5.2.ebuild:
36 + Version bump.
37
38 10 Aug 2010; Jeroen Roovers <jer@g.o> thunar-volman-0.3.80.ebuild,
39 thunar-volman-0.5.1.ebuild:
40
41
42
43 1.1 xfce-extra/thunar-volman/thunar-volman-0.5.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.5.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.5.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: thunar-volman-0.5.2.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.5.2.ebuild,v 1.1 2010/11/07 14:20:20 ssuominen Exp $
53
54 EAPI=3
55 inherit xfconf
56
57 DESCRIPTION="Daemon that enforces volume-related policies"
58 HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-volman"
59 SRC_URI="mirror://xfce/src/apps/${PN}/0.5/${P}.tar.bz2"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
64 IUSE="debug libnotify"
65
66 COMMON_DEPEND=">=xfce-base/exo-0.5.3
67 >=dev-libs/glib-2.18:2
68 >=x11-libs/gtk+-2.14:2
69 >=sys-fs/udev-145[extras]
70 >=xfce-base/libxfce4ui-4.7
71 >=xfce-base/libxfce4util-4.7
72 >=xfce-base/xfconf-4.7
73 libnotify? ( x11-libs/libnotify )"
74 RDEPEND="${COMMON_DEPEND}
75 >=xfce-base/thunar-1.1.1[udev]"
76 DEPEND="${COMMON_DEPEND}
77 dev-util/pkgconfig
78 dev-util/intltool
79 sys-devel/gettext"
80
81 pkg_setup() {
82 XFCONF=(
83 --disable-dependency-tracking
84 $(use_enable libnotify notifications)
85 $(xfconf_use_debug)
86 )
87
88 DOCS="AUTHORS ChangeLog NEWS README THANKS"
89 }