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: ChangeLog thunar-media-tags-plugin-0.1.2.ebuild
Date: Wed, 28 Oct 2009 22:17:03
Message-Id: E1N3GpA-0003p8-Gk@stork.gentoo.org
1 ssuominen 09/10/28 22:17:00
2
3 Modified: ChangeLog thunar-media-tags-plugin-0.1.2.ebuild
4 Log:
5 Fix configure.in to detect >=exo-0.5.
6 (Portage version: 2.2_rc46/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 xfce-extra/thunar-media-tags-plugin/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-media-tags-plugin/ChangeLog?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-media-tags-plugin/ChangeLog?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-media-tags-plugin/ChangeLog?r1=1.2&r2=1.3
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-media-tags-plugin/ChangeLog,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- ChangeLog 8 Oct 2009 17:19:41 -0000 1.2
22 +++ ChangeLog 28 Oct 2009 22:16:59 -0000 1.3
23 @@ -1,6 +1,11 @@
24 # ChangeLog for xfce-extra/thunar-media-tags-plugin
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-media-tags-plugin/ChangeLog,v 1.2 2009/10/08 17:19:41 darkside Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-media-tags-plugin/ChangeLog,v 1.3 2009/10/28 22:16:59 ssuominen Exp $
28 +
29 + 28 Oct 2009; Samuli Suominen <ssuominen@g.o>
30 + thunar-media-tags-plugin-0.1.2.ebuild,
31 + +files/thunar-media-tags-plugin-0.1.2-exo.patch:
32 + Fix configure.in to detect >=exo-0.5.
33
34 08 Oct 2009; Jeremy Olexa <darkside@g.o>
35 thunar-media-tags-plugin-0.1.2.ebuild:
36
37
38
39 1.3 xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.1.2.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.1.2.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.1.2.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.1.2.ebuild?r1=1.2&r2=1.3
44
45 Index: thunar-media-tags-plugin-0.1.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.1.2.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- thunar-media-tags-plugin-0.1.2.ebuild 8 Oct 2009 17:19:41 -0000 1.2
52 +++ thunar-media-tags-plugin-0.1.2.ebuild 28 Oct 2009 22:16:59 -0000 1.3
53 @@ -1,8 +1,9 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.1.2.ebuild,v 1.2 2009/10/08 17:19:41 darkside Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.1.2.ebuild,v 1.3 2009/10/28 22:16:59 ssuominen Exp $
58
59 EAPI=2
60 +EAUTORECONF=yes
61 inherit xfconf
62
63 DESCRIPTION="Thunar media tags plugin"
64 @@ -24,4 +25,5 @@
65 DOCS="AUTHORS ChangeLog README TODO"
66 XFCONF="--disable-dependency-tracking
67 $(use_enable debug)"
68 + PATCHES=( "${FILESDIR}/${P}-exo.patch" )
69 }