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-vcs-plugin: thunar-vcs-plugin-0.1.2_p20101105.ebuild
Date: Fri, 05 Nov 2010 15:45:39
Message-Id: 20101105154530.EB43E20051@flycatcher.gentoo.org
1 ssuominen 10/11/05 15:45:30
2
3 Modified: thunar-vcs-plugin-0.1.2_p20101105.ebuild
4 Log:
5 extra tabbing
6
7 (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2_p20101105.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2_p20101105.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2_p20101105.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2_p20101105.ebuild?r1=1.1&r2=1.2
15
16 Index: thunar-vcs-plugin-0.1.2_p20101105.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2_p20101105.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- thunar-vcs-plugin-0.1.2_p20101105.ebuild 5 Nov 2010 15:35:55 -0000 1.1
23 +++ thunar-vcs-plugin-0.1.2_p20101105.ebuild 5 Nov 2010 15:45:30 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2_p20101105.ebuild,v 1.1 2010/11/05 15:35:55 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2_p20101105.ebuild,v 1.2 2010/11/05 15:45:30 ssuominen Exp $
29
30 # git clone -b thunarx-2 git://git.xfce.org/thunar-plugins/thunar-vcs-plugin
31
32 @@ -29,11 +29,11 @@
33
34 pkg_setup() {
35 XFCONF=(
36 - --disable-dependency-tracking
37 - $(use_enable subversion)
38 - $(use_enable git)
39 - $(xfconf_use_debug)
40 - )
41 + --disable-dependency-tracking
42 + $(use_enable subversion)
43 + $(use_enable git)
44 + $(xfconf_use_debug)
45 + )
46
47 DOCS="AUTHORS ChangeLog NEWS README"
48 }