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-shares-plugin: metadata.xml ChangeLog thunar-shares-plugin-0.2.0.ebuild
Date: Sun, 23 Aug 2009 02:37:48
Message-Id: E1Mf2xk-0001CZ-1O@stork.gentoo.org
1 darkside 09/08/23 02:37:44
2
3 Added: metadata.xml ChangeLog
4 thunar-shares-plugin-0.2.0.ebuild
5 Log:
6 ebuild rewrite to fix many small issues, convert to xfconf.eclass. pkgmove from xfce-extra/thunar-shares
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 xfce-extra/thunar-shares-plugin/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-shares-plugin/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-shares-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-shares-plugin/ChangeLog
26
27 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog?rev=1.1&content-type=text/plain
29
30 Index: ChangeLog
31 ===================================================================
32 # ChangeLog for xfce-extra/thunar-shares-plugin
33 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
34 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog,v 1.1 2009/08/23 02:37:43 darkside Exp $
35
36 *thunar-shares-plugin-0.2.0 (23 Aug 2009)
37
38 23 Aug 2009; Jeremy Olexa <darkside@g.o>
39 +thunar-shares-plugin-0.2.0.ebuild, +metadata.xml:
40 ebuild rewrite to fix many small issues, convert to xfconf.eclass. pkgmove
41 from xfce-extra/thunar-shares
42
43 *thunar-shares-0.2.0 (15 Feb 2009)
44
45 15 Feb 2009; Christoph Mende <angelos@g.o>
46 +thunar-shares-0.2.0.ebuild, -thunar-shares-0.16.ebuild:
47 Version bump
48
49 *thunar-shares-0.16 (01 Dec 2008)
50
51 01 Dec 2008; Christoph Mende <angelos@g.o>
52 +thunar-shares-0.16.ebuild:
53 Initial import, bug 248265
54
55
56
57
58 1.1 xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0.ebuild
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0.ebuild?rev=1.1&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0.ebuild?rev=1.1&content-type=text/plain
62
63 Index: thunar-shares-plugin-0.2.0.ebuild
64 ===================================================================
65 # Copyright 1999-2009 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0.ebuild,v 1.1 2009/08/23 02:37:43 darkside Exp $
68
69 EAPI="2"
70 inherit xfconf
71
72 DESCRIPTION="Thunar plugin to share files using Samba"
73 HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-shares-plugin"
74 SRC_URI="http://goodies.xfce.org/releases/${PN}/${P}.tar.gz"
75
76 LICENSE="GPL-2"
77 SLOT="0"
78 KEYWORDS="~amd64 ~x86"
79 IUSE=""
80
81 RDEPEND=">=dev-libs/glib-2.12:2
82 >=x11-libs/gtk+-2.10:2
83 xfce-base/thunar"
84 DEPEND="${RDEPEND}
85 dev-util/intltool"
86
87 pkg_setup() {
88 DOCS="AUTHORS ChangeLog NEWS README TODO"
89 }