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-media-tags-plugin: metadata.xml ChangeLog thunar-media-tags-plugin-0.2.0.ebuild Manifest
Date: Thu, 01 Dec 2011 16:58:30
Message-Id: 20111201165820.A81E12004C@flycatcher.gentoo.org
1 ssuominen 11/12/01 16:58:20
2
3 Added: metadata.xml ChangeLog
4 thunar-media-tags-plugin-0.2.0.ebuild Manifest
5 Log:
6 Initial commit (or rather restore the ebuild since it was only now ported to Xfce 4.8.x)
7
8 (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 xfce-extra/thunar-media-tags-plugin/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-media-tags-plugin/metadata.xml?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-media-tags-plugin/metadata.xml?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-media-tags-plugin/metadata.xml?r1=1.2&r2=1.3
16
17
18
19
20 1.8 xfce-extra/thunar-media-tags-plugin/ChangeLog
21
22 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-media-tags-plugin/ChangeLog?rev=1.8&view=markup
23 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-media-tags-plugin/ChangeLog?rev=1.8&content-type=text/plain
24 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-media-tags-plugin/ChangeLog?r1=1.7&r2=1.8
25
26
27
28
29 1.1 xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.2.0.ebuild
30
31 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.2.0.ebuild?rev=1.1&view=markup
32 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.2.0.ebuild?rev=1.1&content-type=text/plain
33
34 Index: thunar-media-tags-plugin-0.2.0.ebuild
35 ===================================================================
36 # Copyright 1999-2011 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.2.0.ebuild,v 1.1 2011/12/01 16:58:20 ssuominen Exp $
39
40 EAPI=4
41 EAUTORECONF=yes
42 inherit xfconf
43
44 DESCRIPTION="Adds special features for media files to the Thunar File Manager"
45 HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-media-tags-plugin"
46 SRC_URI="mirror://xfce/src/thunar-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
47
48 LICENSE="GPL-2"
49 SLOT="0"
50 KEYWORDS="~amd64 ~x86"
51 IUSE="debug"
52
53 RDEPEND=">=media-libs/taglib-1.6
54 >=x11-libs/gtk+-2.12:2
55 >=xfce-base/exo-0.6
56 >=xfce-base/thunar-1.2"
57 DEPEND="${RDEPEND}
58 dev-util/intltool
59 dev-util/pkgconfig"
60
61 pkg_setup() {
62 PATCHES=( "${FILESDIR}"/${P}-linkorder.patch )
63
64 XFCONF=(
65 $(xfconf_use_debug)
66 )
67
68 DOCS=( AUTHORS ChangeLog NEWS README TODO )
69 }
70
71
72
73 1.10 xfce-extra/thunar-media-tags-plugin/Manifest
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-media-tags-plugin/Manifest?rev=1.10&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-media-tags-plugin/Manifest?rev=1.10&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-media-tags-plugin/Manifest?r1=1.9&r2=1.10