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-shares-plugin: thunar-shares-plugin-0.2.0_p20101105.ebuild
Date: Fri, 05 Nov 2010 15:46:00
Message-Id: 20101105154556.D7E7D20051@flycatcher.gentoo.org
1 ssuominen 10/11/05 15:45:56
2
3 Modified: thunar-shares-plugin-0.2.0_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-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild?r1=1.1&r2=1.2
15
16 Index: thunar-shares-plugin-0.2.0_p20101105.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- thunar-shares-plugin-0.2.0_p20101105.ebuild 5 Nov 2010 15:08:52 -0000 1.1
23 +++ thunar-shares-plugin-0.2.0_p20101105.ebuild 5 Nov 2010 15:45:56 -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-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild,v 1.1 2010/11/05 15:08:52 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild,v 1.2 2010/11/05 15:45:56 ssuominen Exp $
29
30 # git clone -b thunarx-2 git://git.xfce.org/thunar-plugins/thunar-shares-plugin
31
32 @@ -26,10 +26,10 @@
33
34 pkg_setup() {
35 XFCONF=(
36 - --disable-dependency-tracking
37 - --disable-static
38 - $(xfconf_use_debug)
39 - )
40 + --disable-dependency-tracking
41 + --disable-static
42 + $(xfconf_use_debug)
43 + )
44
45 DOCS="AUTHORS ChangeLog NEWS README TODO"
46 }