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 ChangeLog
Date: Fri, 05 Nov 2010 15:35:59
Message-Id: 20101105153555.53DC120051@flycatcher.gentoo.org
1 ssuominen 10/11/05 15:35:55
2
3 Modified: ChangeLog
4 Added: thunar-vcs-plugin-0.1.2_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.12 xfce-extra/thunar-vcs-plugin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?r1=1.11&r2=1.12
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- ChangeLog 20 Aug 2010 00:56:38 -0000 1.11
24 +++ ChangeLog 5 Nov 2010 15:35:55 -0000 1.12
25 @@ -1,6 +1,12 @@
26 # ChangeLog for xfce-extra/thunar-vcs-plugin
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.11 2010/08/20 00:56:38 darkside Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.12 2010/11/05 15:35:55 ssuominen Exp $
30 +
31 +*thunar-vcs-plugin-0.1.2_p20101105 (05 Nov 2010)
32 +
33 + 05 Nov 2010; Samuli Suominen <ssuominen@g.o>
34 + +thunar-vcs-plugin-0.1.2_p20101105.ebuild:
35 + Snapshot from thunarx-2 branch.
36
37 20 Aug 2010; Jeremy Olexa <darkside@g.o>
38 thunar-vcs-plugin-0.1.2.ebuild:
39
40
41
42 1.1 xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2_p20101105.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2_p20101105.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2_p20101105.ebuild?rev=1.1&content-type=text/plain
46
47 Index: thunar-vcs-plugin-0.1.2_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-vcs-plugin/thunar-vcs-plugin-0.1.2_p20101105.ebuild,v 1.1 2010/11/05 15:35:55 ssuominen Exp $
52
53 # git clone -b thunarx-2 git://git.xfce.org/thunar-plugins/thunar-vcs-plugin
54
55 EAPI=3
56 EAUTORECONF=yes
57 inherit xfconf
58
59 DESCRIPTION="adds Subversion and GIT actions to the context menu of thunar"
60 HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin"
61 SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.bz2"
62
63 LICENSE="LGPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="debug git subversion"
67
68 RDEPEND=">=xfce-base/thunar-1.1.0
69 >=x11-libs/gtk+-2.6:2
70 >=dev-libs/glib-2.6:2
71 git? ( dev-vcs/git )
72 subversion? ( >=dev-libs/apr-0.9.7
73 >=dev-vcs/subversion-1.5 )"
74 DEPEND="${RDEPEND}
75 dev-util/intltool
76 dev-util/pkgconfig"
77
78 pkg_setup() {
79 XFCONF=(
80 --disable-dependency-tracking
81 $(use_enable subversion)
82 $(use_enable git)
83 $(xfconf_use_debug)
84 )
85
86 DOCS="AUTHORS ChangeLog NEWS README"
87 }