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 ChangeLog
Date: Fri, 05 Nov 2010 15:08:56
Message-Id: 20101105150852.8222D20051@flycatcher.gentoo.org
1 ssuominen 10/11/05 15:08:52
2
3 Modified: ChangeLog
4 Added: thunar-shares-plugin-0.2.0_p20101105.ebuild
5 Log:
6 Snapshot from thunarx-2 branch.
7
8 (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 xfce-extra/thunar-shares-plugin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 15 Jan 2010 02:40:14 -0000 1.4
24 +++ ChangeLog 5 Nov 2010 15:08:52 -0000 1.5
25 @@ -1,6 +1,12 @@
26 # ChangeLog for xfce-extra/thunar-shares-plugin
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog,v 1.4 2010/01/15 02:40:14 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog,v 1.5 2010/11/05 15:08:52 ssuominen Exp $
30 +
31 +*thunar-shares-plugin-0.2.0_p20101105 (05 Nov 2010)
32 +
33 + 05 Nov 2010; Samuli Suominen <ssuominen@g.o>
34 + +thunar-shares-plugin-0.2.0_p20101105.ebuild:
35 + Snapshot from thunarx-2 branch.
36
37 15 Jan 2010; Samuli Suominen <ssuominen@g.o>
38 thunar-shares-plugin-0.2.0.ebuild:
39
40
41
42 1.1 xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild?rev=1.1&content-type=text/plain
46
47 Index: thunar-shares-plugin-0.2.0_p20101105.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-shares-plugin/thunar-shares-plugin-0.2.0_p20101105.ebuild,v 1.1 2010/11/05 15:08:52 ssuominen Exp $
52
53 # git clone -b thunarx-2 git://git.xfce.org/thunar-plugins/thunar-shares-plugin
54
55 EAPI=3
56 EAUTORECONF=yes
57 inherit xfconf
58
59 DESCRIPTION="Thunar plugin to share files using Samba"
60 HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-shares-plugin"
61 SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.bz2"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 RDEPEND=">=dev-libs/glib-2.18:2
69 >=x11-libs/gtk+-2.12:2
70 >=xfce-base/thunar-1.1.0"
71 DEPEND="${RDEPEND}
72 dev-util/intltool
73 dev-util/pkgconfig"
74
75 pkg_setup() {
76 XFCONF=(
77 --disable-dependency-tracking
78 --disable-static
79 $(xfconf_use_debug)
80 )
81
82 DOCS="AUTHORS ChangeLog NEWS README TODO"
83 }