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-archive-plugin: metadata.xml ChangeLog thunar-archive-plugin-0.2.4-r1.ebuild
Date: Mon, 24 Aug 2009 09:17:24
Message-Id: E1MfVg2-0000oq-4b@stork.gentoo.org
1 ssuominen 09/08/24 09:17:22
2
3 Added: metadata.xml ChangeLog
4 thunar-archive-plugin-0.2.4-r1.ebuild
5 Log:
6 Rename thunar-archive to thunar-archive-plugin.
7 (Portage version: 2.2_rc39/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.1 xfce-extra/thunar-archive-plugin/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-archive-plugin/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-archive-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-archive-plugin/ChangeLog
26
27 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-archive-plugin/ChangeLog?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-archive-plugin/ChangeLog?rev=1.1&content-type=text/plain
29
30 Index: ChangeLog
31 ===================================================================
32 # ChangeLog for xfce-extra/thunar-archive-plugin
33 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
34 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-archive-plugin/ChangeLog,v 1.1 2009/08/24 09:17:21 ssuominen Exp $
35
36 *thunar-archive-plugin-0.2.4-r1 (24 Aug 2009)
37
38 24 Aug 2009; Samuli Suominen <ssuominen@g.o>
39 +thunar-archive-plugin-0.2.4-r1.ebuild:
40 Rename thunar-archive to thunar-archive-plugin.
41
42
43
44
45 1.1 xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.2.4-r1.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.2.4-r1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.2.4-r1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: thunar-archive-plugin-0.2.4-r1.ebuild
51 ===================================================================
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.2.4-r1.ebuild,v 1.1 2009/08/24 09:17:21 ssuominen Exp $
55
56 inherit xfconf
57
58 DESCRIPTION="Thunar archive plugin"
59 HOMEPAGE="http://www.foo-projects.org/~benny/projects/thunar-archive-plugin"
60 SRC_URI="mirror://xfce/src/thunar-plugins/${PN}/0.2/${P}.tar.bz2"
61
62 LICENSE="LGPL-2"
63 SLOT="0"
64 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
65 IUSE="debug"
66
67 COMMON_DEPEND="xfce-base/thunar"
68 RDEPEND="${COMMON_DEPEND}
69 || ( app-arch/xarchiver
70 app-arch/file-roller
71 app-arch/squeeze
72 kde-base/ark )"
73 DEPEND="${COMMON_DEPEND}
74 sys-devel/gettext
75 dev-util/pkgconfig"
76
77 pkg_setup() {
78 XFCONF="--disable-dependency-tracking
79 $(use_enable debug)"
80 DOCS="AUTHORS ChangeLog NEWS README THANKS"
81 }