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: metadata.xml ChangeLog thunar-vcs-plugin-0.1.0.ebuild
Date: Wed, 30 Sep 2009 08:52:31
Message-Id: E1MsuvE-0000EG-Lg@stork.gentoo.org
1 ssuominen 09/09/30 08:52:28
2
3 Modified: metadata.xml ChangeLog
4 Added: thunar-vcs-plugin-0.1.0.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc42/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 xfce-extra/thunar-vcs-plugin/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/metadata.xml?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/metadata.xml?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/metadata.xml?r1=1.1&r2=1.2
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/metadata.xml,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- metadata.xml 30 Sep 2009 08:37:29 -0000 1.1
23 +++ metadata.xml 30 Sep 2009 08:52:28 -0000 1.2
24 @@ -2,4 +2,7 @@
25 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 <pkgmetadata>
27 <herd>xfce</herd>
28 + <use>
29 + <flag name='git'>Enable <pkg>dev-util/git</pkg> support</flag>
30 + </use>
31 </pkgmetadata>
32
33
34
35 1.2 xfce-extra/thunar-vcs-plugin/ChangeLog
36
37 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.2&view=markup
38 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.2&content-type=text/plain
39 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?r1=1.1&r2=1.2
40
41 Index: ChangeLog
42 ===================================================================
43 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v
44 retrieving revision 1.1
45 retrieving revision 1.2
46 diff -u -r1.1 -r1.2
47 --- ChangeLog 30 Sep 2009 08:37:29 -0000 1.1
48 +++ ChangeLog 30 Sep 2009 08:52:28 -0000 1.2
49 @@ -1,6 +1,12 @@
50 # ChangeLog for xfce-extra/thunar-vcs-plugin
51 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
52 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.1 2009/09/30 08:37:29 ssuominen Exp $
53 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.2 2009/09/30 08:52:28 ssuominen Exp $
54 +
55 +*thunar-vcs-plugin-0.1.0 (30 Sep 2009)
56 +
57 + 30 Sep 2009; Samuli Suominen <ssuominen@g.o>
58 + +thunar-vcs-plugin-0.1.0.ebuild:
59 + Version bump.
60
61 *thunar-vcs-plugin-0.0.3-r2 (30 Sep 2009)
62
63
64
65
66 1.1 xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.0.ebuild
67
68 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.0.ebuild?rev=1.1&view=markup
69 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.0.ebuild?rev=1.1&content-type=text/plain
70
71 Index: thunar-vcs-plugin-0.1.0.ebuild
72 ===================================================================
73 # Copyright 1999-2009 Gentoo Foundation
74 # Distributed under the terms of the GNU General Public License v2
75 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.0.ebuild,v 1.1 2009/09/30 08:52:28 ssuominen Exp $
76
77 EAPI=2
78 inherit xfconf
79
80 DESCRIPTION="adds Subversion actions to the context menu of thunar"
81 HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-svn-plugin"
82 SRC_URI="mirror://xfce/src/thunar-plugins/${PN}/0.1/${P}.tar.bz2"
83
84 LICENSE="LGPL-2"
85 SLOT="0"
86 KEYWORDS="~amd64 ~x86"
87 IUSE="debug git subversion"
88
89 RDEPEND=">=xfce-base/thunar-0.4
90 >=x11-libs/gtk+-2.6:2
91 >=dev-libs/glib-2.6:2
92 git? ( dev-util/git )
93 subversion? ( >=dev-libs/apr-0.9.7
94 >=dev-util/subversion-1.5 )"
95 DEPEND="${RDEPEND}
96 dev-util/pkgconfig"
97
98 pkg_setup() {
99 DOCS="AUTHORS ChangeLog NEWS README"
100 XFCONF="--disable-dependency-tracking
101 $(use_enable subversion)
102 $(use_enable git)
103 $(use_enable debug)"
104 }