Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-shares: metadata.xml ChangeLog thunar-shares-0.16.ebuild
Date: Mon, 01 Dec 2008 20:43:10
Message-Id: E1L7Fbo-0006Jh-S4@stork.gentoo.org
1 angelos 08/12/01 20:43:08
2
3 Added: metadata.xml ChangeLog thunar-shares-0.16.ebuild
4 Log:
5 Initial import, bug 248265
6 (Portage version: 2.2_rc16/cvs/Linux 2.6.28-rc6-00184-gd9d060a x86_64)
7
8 Revision Changes Path
9 1.1 xfce-extra/thunar-shares/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-shares/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-shares/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>xfce</herd>
20 </pkgmetadata>
21
22
23
24 1.1 xfce-extra/thunar-shares/ChangeLog
25
26 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-shares/ChangeLog?rev=1.1&view=markup
27 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-shares/ChangeLog?rev=1.1&content-type=text/plain
28
29 Index: ChangeLog
30 ===================================================================
31 # ChangeLog for xfce-extra/thunar-shares
32 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
33 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares/ChangeLog,v 1.1 2008/12/01 20:43:08 angelos Exp $
34
35 *thunar-shares-0.16 (01 Dec 2008)
36
37 01 Dec 2008; Christoph Mende <angelos@g.o>
38 +thunar-shares-0.16.ebuild:
39 Initial import, bug 248265
40
41
42
43
44 1.1 xfce-extra/thunar-shares/thunar-shares-0.16.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-shares/thunar-shares-0.16.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-shares/thunar-shares-0.16.ebuild?rev=1.1&content-type=text/plain
48
49 Index: thunar-shares-0.16.ebuild
50 ===================================================================
51 # Copyright 1999-2008 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares/thunar-shares-0.16.ebuild,v 1.1 2008/12/01 20:43:08 angelos Exp $
54
55 EAPI=1
56
57 inherit xfce44
58
59 DESCRIPTION="Thunar plugin to share files using Samba"
60 HOMEPAGE="http://code.google.com/p/thunar-shares/"
61 SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
62
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 RDEPEND=">=dev-libs/glib-2.12:2
67 >=x11-libs/gtk+-2.10:2
68 >=xfce-base/thunar-0.9"
69 DEPEND="${RDEPEND}
70 dev-util/intltool"
71
72 DOCS="AUTHORS ChangeLog NEWS README TODO"