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.0.3-r2.ebuild
Date: Wed, 30 Sep 2009 08:37:32
Message-Id: E1Msugj-0007yQ-Rc@stork.gentoo.org
1 ssuominen 09/09/30 08:37:29
2
3 Added: metadata.xml ChangeLog
4 thunar-vcs-plugin-0.0.3-r2.ebuild
5 Log:
6 Rename from xfce-extra/thunar-svn-plugin (by upstream).
7 (Portage version: 2.2_rc42/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.1 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.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>xfce</herd>
21 </pkgmetadata>
22
23
24
25 1.1 xfce-extra/thunar-vcs-plugin/ChangeLog
26
27 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.1&content-type=text/plain
29
30 Index: ChangeLog
31 ===================================================================
32 # ChangeLog for xfce-extra/thunar-vcs-plugin
33 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
34 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.1 2009/09/30 08:37:29 ssuominen Exp $
35
36 *thunar-vcs-plugin-0.0.3-r2 (30 Sep 2009)
37
38 30 Sep 2009; Samuli Suominen <ssuominen@g.o>
39 +thunar-vcs-plugin-0.0.3-r2.ebuild,
40 +files/thunar-vcs-plugin-0.0.3-subversion-1.6.patch:
41 Rename from xfce-extra/thunar-svn-plugin (by upstream).
42
43
44
45
46 1.1 xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.0.3-r2.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.0.3-r2.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.0.3-r2.ebuild?rev=1.1&content-type=text/plain
50
51 Index: thunar-vcs-plugin-0.0.3-r2.ebuild
52 ===================================================================
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.0.3-r2.ebuild,v 1.1 2009/09/30 08:37:29 ssuominen Exp $
56
57 EAPI=2
58 inherit xfconf
59
60 DESCRIPTION="adds Subversion actions to the context menu of thunar"
61 HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-svn-plugin"
62 SRC_URI="http://goodies.xfce.org/releases/${PN/vcs/svn}/${P/vcs/svn}.tar.bz2"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="amd64 x86"
67 IUSE="debug"
68
69 RDEPEND=">=dev-util/subversion-1.5
70 xfce-base/thunar"
71 DEPEND="${RDEPEND}"
72
73 S=${WORKDIR}/${P/vcs/svn}
74
75 pkg_setup() {
76 DOCS="AUTHORS ChangeLog NEWS README"
77 PATCHES=( "${FILESDIR}/${P}-subversion-1.6.patch" )
78 XFCONF="$(use_enable debug)"
79 }