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.3.80.ebuild
Date: Fri, 28 Aug 2009 20:15:45
Message-Id: E1MftUt-0007zE-QA@stork.gentoo.org
1 ssuominen 09/08/25 10:43:27
2
3 Modified: ChangeLog thunar-volman-0.3.80.ebuild
4 Log:
5 Use xfconf.eclass.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.45 xfce-extra/thunar-volman/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.45&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.45&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?r1=1.44&r2=1.45
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v
18 retrieving revision 1.44
19 retrieving revision 1.45
20 diff -u -r1.44 -r1.45
21 --- ChangeLog 10 Mar 2009 14:15:39 -0000 1.44
22 +++ ChangeLog 25 Aug 2009 10:43:27 -0000 1.45
23 @@ -1,6 +1,10 @@
24 # ChangeLog for xfce-extra/thunar-volman
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.44 2009/03/10 14:15:39 angelos Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.45 2009/08/25 10:43:27 ssuominen Exp $
28 +
29 + 25 Aug 2009; Samuli Suominen <ssuominen@g.o>
30 + thunar-volman-0.3.80.ebuild:
31 + Use xfconf.eclass.
32
33 *thunar-volman-0.3.80 (10 Mar 2009)
34
35
36
37
38 1.3 xfce-extra/thunar-volman/thunar-volman-0.3.80.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.3.80.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.3.80.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.3.80.ebuild?r1=1.2&r2=1.3
43
44 Index: thunar-volman-0.3.80.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.3.80.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- thunar-volman-0.3.80.ebuild 23 Aug 2009 17:56:55 -0000 1.2
51 +++ thunar-volman-0.3.80.ebuild 25 Aug 2009 10:43:27 -0000 1.3
52 @@ -1,22 +1,29 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.3.80.ebuild,v 1.2 2009/08/23 17:56:55 ssuominen Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.3.80.ebuild,v 1.3 2009/08/25 10:43:27 ssuominen Exp $
57
58 EAPI=2
59 +inherit xfconf
60
61 -inherit xfce4
62 -
63 -xfce4_goodies
64 -
65 -DESCRIPTION="Thunar volume management"
66 -HOMEPAGE="http://foo-projects.org/~benny/projects/thunar-volman"
67 +DESCRIPTION="Daemon that enforces volume-related policies"
68 +HOMEPAGE="http://www.xfce.org/"
69 +SRC_URI="mirror://xfce/src/apps/${PN}/0.3/${P}.tar.bz2"
70
71 +LICENSE="GPL-2"
72 +SLOT="0"
73 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
74 IUSE="debug"
75
76 -RDEPEND="dev-libs/dbus-glib
77 - sys-apps/hal
78 +RDEPEND=">=dev-libs/dbus-glib-0.34
79 >=xfce-base/exo-0.3.8[hal]
80 - >=xfce-base/thunar-1"
81 -
82 -DOCS="AUTHORS ChangeLog NEWS README THANKS"
83 + >=xfce-base/thunar-0.5.1
84 + sys-apps/hal"
85 +DEPEND="${RDEPEND}
86 + dev-util/pkgconfig
87 + dev-util/intltool"
88 +
89 +pkg_setup() {
90 + DOCS="AUTHORS ChangeLog NEWS README THANKS"
91 + XFCONF="--disable-dependency-tracking
92 + $(use_enable debug)"
93 +}