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 17:03:48
Message-Id: 20110729170332.AF35B20051@flycatcher.gentoo.org
1 ssuominen 11/07/29 17:03:32
2
3 Modified: liblrdf-0.4.0-r20.ebuild ChangeLog
4 Log:
5 Fix clashing MD5 symbols (reported at upstream sf.net project page)
6
7 (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 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.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblrdf/liblrdf-0.4.0-r20.ebuild?rev=1.3&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.2&r2=1.3
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.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- liblrdf-0.4.0-r20.ebuild 29 Jul 2011 07:48:54 -0000 1.2
23 +++ liblrdf-0.4.0-r20.ebuild 29 Jul 2011 17:03:32 -0000 1.3
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.2 2011/07/29 07:48:54 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/liblrdf-0.4.0-r20.ebuild,v 1.3 2011/07/29 17:03:32 ssuominen Exp $
29
30 EAPI=4
31 inherit autotools eutils
32 @@ -22,7 +22,11 @@
33 DOCS=( AUTHORS ChangeLog README )
34
35 src_prepare() {
36 - epatch "${FILESDIR}"/${P}-{dontbuild-tests,raptor2{,-pkgconfig}}.patch
37 + epatch \
38 + "${FILESDIR}"/${P}-dontbuild-tests.patch \
39 + "${FILESDIR}"/${P}-raptor2{,-pkgconfig}.patch \
40 + "${FILESDIR}"/${P}-rename_clashing_md5_symbols.patch
41 +
42 eautoreconf
43 }
44
45
46
47
48 1.41 media-libs/liblrdf/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblrdf/ChangeLog?rev=1.41&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblrdf/ChangeLog?rev=1.41&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblrdf/ChangeLog?r1=1.40&r2=1.41
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/media-libs/liblrdf/ChangeLog,v
57 retrieving revision 1.40
58 retrieving revision 1.41
59 diff -u -r1.40 -r1.41
60 --- ChangeLog 29 Jul 2011 07:48:54 -0000 1.40
61 +++ ChangeLog 29 Jul 2011 17:03:32 -0000 1.41
62 @@ -1,6 +1,10 @@
63 # ChangeLog for media-libs/liblrdf
64 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/ChangeLog,v 1.40 2011/07/29 07:48:54 ssuominen Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/ChangeLog,v 1.41 2011/07/29 17:03:32 ssuominen Exp $
67 +
68 + 29 Jul 2011; Samuli Suominen <ssuominen@g.o> liblrdf-0.4.0-r20.ebuild,
69 + +files/liblrdf-0.4.0-rename_clashing_md5_symbols.patch:
70 + Fix clashing MD5 symbols (reported at upstream sf.net project page)
71
72 29 Jul 2011; Samuli Suominen <ssuominen@g.o> liblrdf-0.4.0-r20.ebuild,
73 +files/liblrdf-0.4.0-raptor2-pkgconfig.patch: