Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libxspf: libxspf-1.2.0.ebuild ChangeLog
Date: Wed, 22 Aug 2012 03:13:04
Message-Id: 20120822031251.0A66C202CD@flycatcher.gentoo.org
1 ottxor 12/08/22 03:12:50
2
3 Modified: libxspf-1.2.0.ebuild ChangeLog
4 Log:
5 added prefix keywords
6
7 (Portage version: 2.2.0_alpha121/cvs/Linux i686)
8
9 Revision Changes Path
10 1.12 media-libs/libxspf/libxspf-1.2.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libxspf/libxspf-1.2.0.ebuild?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libxspf/libxspf-1.2.0.ebuild?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libxspf/libxspf-1.2.0.ebuild?r1=1.11&r2=1.12
15
16 Index: libxspf-1.2.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libxspf/libxspf-1.2.0.ebuild,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- libxspf-1.2.0.ebuild 30 Jul 2012 10:27:14 -0000 1.11
23 +++ libxspf-1.2.0.ebuild 22 Aug 2012 03:12:50 -0000 1.12
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libxspf/libxspf-1.2.0.ebuild,v 1.11 2012/07/30 10:27:14 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libxspf/libxspf-1.2.0.ebuild,v 1.12 2012/08/22 03:12:50 ottxor Exp $
29
30 EAPI=4
31 inherit eutils
32 @@ -11,7 +11,7 @@
33
34 LICENSE="BSD LGPL-2.1"
35 SLOT="0"
36 -KEYWORDS="amd64 ppc x86"
37 +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
38 IUSE="doc static-libs test"
39
40 RDEPEND=">=dev-libs/expat-2
41 @@ -37,7 +37,7 @@
42 export XDG_CONFIG_HOME="${T}" #398881#c2
43
44 econf \
45 - --docdir=/usr/share/doc/${PF} \
46 + --docdir="${EPREFIX}"/usr/share/doc/${PF} \
47 $(use_enable static-libs static) \
48 $(use_enable test) \
49 $(use_enable doc)
50
51
52
53 1.12 media-libs/libxspf/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libxspf/ChangeLog?rev=1.12&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libxspf/ChangeLog?rev=1.12&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libxspf/ChangeLog?r1=1.11&r2=1.12
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/media-libs/libxspf/ChangeLog,v
62 retrieving revision 1.11
63 retrieving revision 1.12
64 diff -u -r1.11 -r1.12
65 --- ChangeLog 30 Jul 2012 10:27:14 -0000 1.11
66 +++ ChangeLog 22 Aug 2012 03:12:50 -0000 1.12
67 @@ -1,6 +1,9 @@
68 # ChangeLog for media-libs/libxspf
69 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libxspf/ChangeLog,v 1.11 2012/07/30 10:27:14 ssuominen Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libxspf/ChangeLog,v 1.12 2012/08/22 03:12:50 ottxor Exp $
72 +
73 + 22 Aug 2012; Christoph Junghans <ottxor@g.o> libxspf-1.2.0.ebuild:
74 + added prefix keywords
75
76 30 Jul 2012; Samuli Suominen <ssuominen@g.o> libxspf-1.2.0.ebuild,
77 +files/libxspf-1.2.0-gcc47.patch:
78 @@ -42,4 +45,3 @@
79 +files/libxspf-1.2.0-gcc44.patch:
80 Initial commit for bug 261604 with GCC 4.4 compile fix. This is renamed
81 (by upstream) media-libs/libspiff. Thanks to Sebastian Pipping.
82 -