Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-svn-plugin: metadata.xml ChangeLog thunar-svn-plugin-0.0.3-r2.ebuild
Date: Sun, 23 Aug 2009 02:19:04
Message-Id: E1Mf2fe-0000d6-2B@stork.gentoo.org
1 darkside 09/08/23 02:19:02
2
3 Added: metadata.xml ChangeLog
4 thunar-svn-plugin-0.0.3-r2.ebuild
5 Log:
6 ebuild rewrite to fix many small issues, convert to xfceonf.eclass. pkgmove from xfce-extra/thunar-svn
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 xfce-extra/thunar-svn-plugin/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-svn-plugin/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-svn-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-svn-plugin/ChangeLog
26
27 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-svn-plugin/ChangeLog?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-svn-plugin/ChangeLog?rev=1.1&content-type=text/plain
29
30 Index: ChangeLog
31 ===================================================================
32 # ChangeLog for xfce-extra/thunar-svn-plugin
33 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
34 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-svn-plugin/ChangeLog,v 1.1 2009/08/23 02:19:01 darkside Exp $
35
36 *thunar-svn-plugin-0.0.3-r2 (23 Aug 2009)
37
38 23 Aug 2009; Jeremy Olexa <darkside@g.o>
39 +thunar-svn-plugin-0.0.3-r2.ebuild,
40 +files/thunar-svn-plugin-0.0.3-subversion-1.6.patch, +metadata.xml:
41 ebuild rewrite to fix many small issues, convert to xfceonf.eclass.
42 pkgmove from xfce-extra/thunar-svn
43
44 *thunar-svn-0.0.3-r2 (09 May 2009)
45
46 09 May 2009; Jeremy Olexa <darkside@g.o>
47 files/thunar-svn-0.0.3-subversion-1.6.patch, -thunar-svn-0.0.3-r1.ebuild,
48 +thunar-svn-0.0.3-r2.ebuild:
49 New patch with new rev bump to allow compilation with >=subversion-1.6, bug
50 264451 by Philip Taffner
51
52 *thunar-svn-0.0.3-r1 (01 May 2009)
53
54 01 May 2009; Jeremy Olexa <darkside@g.o>
55 +files/thunar-svn-0.0.3-subversion-1.6.patch, +thunar-svn-0.0.3-r1.ebuild:
56 Include a patch to allow building with subversion-1.6+, bug 264451
57
58 16 Mar 2009; Christoph Mende <angelos@g.o> thunar-svn-0.0.3.ebuild:
59 Moved xfce4_thunar_plugin down to avoid overwriting dependencies
60
61 *thunar-svn-0.0.3 (14 Mar 2009)
62
63 14 Mar 2009; Christoph Mende <angelos@g.o>
64 +thunar-svn-0.0.3.ebuild:
65 Initial import
66
67
68
69
70 1.1 xfce-extra/thunar-svn-plugin/thunar-svn-plugin-0.0.3-r2.ebuild
71
72 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-svn-plugin/thunar-svn-plugin-0.0.3-r2.ebuild?rev=1.1&view=markup
73 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-svn-plugin/thunar-svn-plugin-0.0.3-r2.ebuild?rev=1.1&content-type=text/plain
74
75 Index: thunar-svn-plugin-0.0.3-r2.ebuild
76 ===================================================================
77 # Copyright 1999-2009 Gentoo Foundation
78 # Distributed under the terms of the GNU General Public License v2
79 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-svn-plugin/thunar-svn-plugin-0.0.3-r2.ebuild,v 1.1 2009/08/23 02:19:01 darkside Exp $
80
81 EAPI="2"
82 inherit xfconf
83
84 DESRIPTION="adds Subversion actions to the context menu of thunar"
85 HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-svn-plugin"
86 SRC_URI="http://goodies.xfce.org/releases/${PN}/${P}.tar.bz2"
87
88 LICENSE="GPL-2"
89 SLOT="0"
90 KEYWORDS="~amd64 ~x86"
91 IUSE="debug"
92
93 RDEPEND=">=dev-util/subversion-1.5
94 xfce-base/thunar"
95 DEPEND="${RDEPEND}"
96
97 pkg_setup() {
98 DOCS="AUTHORS ChangeLog NEWS README"
99 PATCHES=("${FILESDIR}/${P}-subversion-1.6.patch")
100 XFCONF="$(use_enable debug)"
101 }