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-vfs: ChangeLog thunar-vfs-0_p20100824.ebuild thunar-vfs-0_p20100324.ebuild
Date: Mon, 23 Aug 2010 23:33:11
Message-Id: 20100823233306.B735C2004E@flycatcher.gentoo.org
1 ssuominen 10/08/23 23:33:06
2
3 Modified: ChangeLog
4 Added: thunar-vfs-0_p20100824.ebuild
5 Removed: thunar-vfs-0_p20100324.ebuild
6 Log:
7 New snapshot.
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 xfce-extra/thunar-vfs/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vfs/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vfs/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vfs/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 26 Jul 2010 17:34:20 -0000 1.4
24 +++ ChangeLog 23 Aug 2010 23:33:06 -0000 1.5
25 @@ -1,6 +1,12 @@
26 # ChangeLog for xfce-extra/thunar-vfs
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/ChangeLog,v 1.4 2010/07/26 17:34:20 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/ChangeLog,v 1.5 2010/08/23 23:33:06 ssuominen Exp $
30 +
31 +*thunar-vfs-0_p20100824 (23 Aug 2010)
32 +
33 + 23 Aug 2010; Samuli Suominen <ssuominen@g.o>
34 + +thunar-vfs-0_p20100824.ebuild:
35 + New snapshot.
36
37 26 Jul 2010; Samuli Suominen <ssuominen@g.o>
38 thunar-vfs-0_p20100324.ebuild:
39
40
41
42 1.1 xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild?rev=1.1&content-type=text/plain
46
47 Index: thunar-vfs-0_p20100824.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild,v 1.1 2010/08/23 23:33:06 ssuominen Exp $
52
53 EAPI=3
54 EAUTORECONF=yes
55 inherit xfconf
56
57 DESCRIPTION="Separate package for (old) Thunar VFS libraries"
58 HOMEPAGE="http://git.xfce.org/xfce/thunar-vfs/"
59 SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.bz2"
60
61 LICENSE="LGPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
64 IUSE="dbus debug doc gnome startup-notification"
65
66 RDEPEND=">=xfce-base/exo-0.5.1
67 >=dev-libs/glib-2.12:2
68 >=x11-libs/gtk+-2.10:2
69 >=xfce-base/libxfce4util-4.6
70 >=media-libs/libpng-1.4
71 >=media-libs/freetype-2
72 >=media-libs/jpeg-8b
73 dbus? ( >=dev-libs/dbus-glib-0.34 )
74 gnome? ( >=gnome-base/gconf-2 )
75 startup-notification? ( >=x11-libs/startup-notification-0.4 )
76 !<xfce-base/thunar-1.1.0"
77 DEPEND="${RDEPEND}
78 dev-util/pkgconfig
79 dev-util/intltool
80 sys-devel/gettext
81 dev-lang/perl
82 dev-util/gtk-doc-am
83 doc? ( dev-libs/libxslt )"
84
85 pkg_setup() {
86 DOCS="AUTHORS ChangeLog HACKING NEWS README TODO"
87
88 XFCONF="--enable-maintainer-mode
89 --disable-dependency-tracking
90 $(use_enable dbus)
91 $(use_enable gnome gnome-thumbnailers)
92 $(use_enable startup-notification)
93 $(use_enable doc xsltproc)
94 $(use_enable debug)
95 --with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html
96 --with-volume-manager=none"
97 }
98
99 src_prepare() {
100 sed -i \
101 -e "/^docdir/s:=.*:= /usr/share/doc/${PF}:" \
102 docs/Makefile.am || die
103
104 xfconf_src_prepare
105 }