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/liblrdf: liblrdf-0.4.0-r20.ebuild ChangeLog
Date: Fri, 29 Jul 2011 07:49:11
Message-Id: 20110729074854.B5B582004B@flycatcher.gentoo.org
1 ssuominen 11/07/29 07:48:54
2
3 Modified: liblrdf-0.4.0-r20.ebuild ChangeLog
4 Log:
5 Fix missing -I/usr/include/raptor2 in lrdf.pc; as noticed when building rosegarden.
6
7 (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 media-libs/liblrdf/liblrdf-0.4.0-r20.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblrdf/liblrdf-0.4.0-r20.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblrdf/liblrdf-0.4.0-r20.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblrdf/liblrdf-0.4.0-r20.ebuild?r1=1.1&r2=1.2
15
16 Index: liblrdf-0.4.0-r20.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/liblrdf/liblrdf-0.4.0-r20.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- liblrdf-0.4.0-r20.ebuild 29 Jul 2011 06:47:40 -0000 1.1
23 +++ liblrdf-0.4.0-r20.ebuild 29 Jul 2011 07:48:54 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/liblrdf-0.4.0-r20.ebuild,v 1.1 2011/07/29 06:47:40 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/liblrdf-0.4.0-r20.ebuild,v 1.2 2011/07/29 07:48:54 ssuominen Exp $
29
30 EAPI=4
31 inherit autotools eutils
32 @@ -22,7 +22,7 @@
33 DOCS=( AUTHORS ChangeLog README )
34
35 src_prepare() {
36 - epatch "${FILESDIR}"/${P}-{dontbuild-tests,raptor2}.patch
37 + epatch "${FILESDIR}"/${P}-{dontbuild-tests,raptor2{,-pkgconfig}}.patch
38 eautoreconf
39 }
40
41
42
43
44 1.40 media-libs/liblrdf/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblrdf/ChangeLog?rev=1.40&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblrdf/ChangeLog?rev=1.40&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblrdf/ChangeLog?r1=1.39&r2=1.40
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-libs/liblrdf/ChangeLog,v
53 retrieving revision 1.39
54 retrieving revision 1.40
55 diff -u -r1.39 -r1.40
56 --- ChangeLog 29 Jul 2011 06:47:40 -0000 1.39
57 +++ ChangeLog 29 Jul 2011 07:48:54 -0000 1.40
58 @@ -1,6 +1,11 @@
59 # ChangeLog for media-libs/liblrdf
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/ChangeLog,v 1.39 2011/07/29 06:47:40 ssuominen Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/ChangeLog,v 1.40 2011/07/29 07:48:54 ssuominen Exp $
63 +
64 + 29 Jul 2011; Samuli Suominen <ssuominen@g.o> liblrdf-0.4.0-r20.ebuild,
65 + +files/liblrdf-0.4.0-raptor2-pkgconfig.patch:
66 + Fix missing -I/usr/include/raptor2 in lrdf.pc; as noticed when building
67 + rosegarden.
68
69 *liblrdf-0.4.0-r20 (29 Jul 2011)