Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libxspf: ChangeLog libxspf-1.2.0.ebuild
Date: Tue, 12 May 2009 10:44:01
Message-Id: E1M3pSp-0004mR-Ew@stork.gentoo.org
1 ssuominen 09/05/12 10:43:59
2
3 Modified: ChangeLog libxspf-1.2.0.ebuild
4 Log:
5 Remove unset XDG_CONFIG_HOME and inherit qt4 which does this for us now.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 media-libs/libxspf/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libxspf/ChangeLog?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libxspf/ChangeLog?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libxspf/ChangeLog?r1=1.3&r2=1.4
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/libxspf/ChangeLog,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- ChangeLog 11 May 2009 19:25:12 -0000 1.3
22 +++ ChangeLog 12 May 2009 10:43:59 -0000 1.4
23 @@ -1,9 +1,12 @@
24 # ChangeLog for media-libs/libxspf
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libxspf/ChangeLog,v 1.3 2009/05/11 19:25:12 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libxspf/ChangeLog,v 1.4 2009/05/12 10:43:59 ssuominen Exp $
28 +
29 + 12 May 2009; Samuli Suominen <ssuominen@g.o> libxspf-1.2.0.ebuild:
30 + Remove unset XDG_CONFIG_HOME and inherit qt4 which does this for us now.
31
32 11 May 2009; Samuli Suominen <ssuominen@g.o> libxspf-1.2.0.ebuild:
33 - unset XDG_CONFIG_HOME because otherwise doxygen fails with sandbox
34 + unset XDG_CONFIG_HOME because otherwise qt-assistant fails with sandbox
35 violation, thanks to Alexis Ballier.
36
37 10 May 2009; Samuli Suominen <ssuominen@g.o> libxspf-1.2.0.ebuild:
38
39
40
41 1.4 media-libs/libxspf/libxspf-1.2.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libxspf/libxspf-1.2.0.ebuild?rev=1.4&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libxspf/libxspf-1.2.0.ebuild?rev=1.4&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libxspf/libxspf-1.2.0.ebuild?r1=1.3&r2=1.4
46
47 Index: libxspf-1.2.0.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-libs/libxspf/libxspf-1.2.0.ebuild,v
50 retrieving revision 1.3
51 retrieving revision 1.4
52 diff -u -r1.3 -r1.4
53 --- libxspf-1.2.0.ebuild 11 May 2009 19:25:12 -0000 1.3
54 +++ libxspf-1.2.0.ebuild 12 May 2009 10:43:59 -0000 1.4
55 @@ -1,9 +1,9 @@
56 # Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libxspf/libxspf-1.2.0.ebuild,v 1.3 2009/05/11 19:25:12 ssuominen Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libxspf/libxspf-1.2.0.ebuild,v 1.4 2009/05/12 10:43:59 ssuominen Exp $
60
61 EAPI=2
62 -inherit eutils
63 +inherit eutils qt4
64
65 DESCRIPTION="Playlist handling library"
66 HOMEPAGE="http://libspiff.sourceforge.net"
67 @@ -28,7 +28,6 @@
68 }
69
70 src_configure() {
71 - unset XDG_CONFIG_HOME
72 econf \
73 --docdir=/usr/share/doc/${PF} \
74 --disable-dependency-tracking \