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