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: ChangeLog liblrdf-0.5.0.ebuild
Date: Tue, 29 Nov 2011 16:30:15
Message-Id: 20111129163002.4D7872004B@flycatcher.gentoo.org
1 ssuominen 11/11/29 16:30:02
2
3 Modified: ChangeLog liblrdf-0.5.0.ebuild
4 Log:
5 Only run testsuite if swh-plugins is installed and change hardcoded /usr/local path to /usr wrt #392221 by Jeremy Murphy
6
7 (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.53 media-libs/liblrdf/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblrdf/ChangeLog?rev=1.53&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblrdf/ChangeLog?rev=1.53&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblrdf/ChangeLog?r1=1.52&r2=1.53
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/liblrdf/ChangeLog,v
19 retrieving revision 1.52
20 retrieving revision 1.53
21 diff -u -r1.52 -r1.53
22 --- ChangeLog 25 Nov 2011 23:41:19 -0000 1.52
23 +++ ChangeLog 29 Nov 2011 16:30:02 -0000 1.53
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-libs/liblrdf
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/ChangeLog,v 1.52 2011/11/25 23:41:19 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/ChangeLog,v 1.53 2011/11/29 16:30:02 ssuominen Exp $
29 +
30 + 29 Nov 2011; Samuli Suominen <ssuominen@g.o> liblrdf-0.5.0.ebuild:
31 + Only run testsuite if swh-plugins is installed and change hardcoded /usr/local
32 + path to /usr wrt #392221 by Jeremy Murphy
33
34 25 Nov 2011; Markos Chandras <hwoarang@g.o> liblrdf-0.5.0.ebuild:
35 Stable on amd64 wrt bug #391805
36
37
38
39 1.3 media-libs/liblrdf/liblrdf-0.5.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblrdf/liblrdf-0.5.0.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblrdf/liblrdf-0.5.0.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblrdf/liblrdf-0.5.0.ebuild?r1=1.2&r2=1.3
44
45 Index: liblrdf-0.5.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-libs/liblrdf/liblrdf-0.5.0.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- liblrdf-0.5.0.ebuild 25 Nov 2011 23:41:19 -0000 1.2
52 +++ liblrdf-0.5.0.ebuild 29 Nov 2011 16:30:02 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/liblrdf-0.5.0.ebuild,v 1.2 2011/11/25 23:41:19 hwoarang Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/liblrdf-0.5.0.ebuild,v 1.3 2011/11/29 16:30:02 ssuominen Exp $
58
59 EAPI=4
60 inherit autotools
61 @@ -28,6 +28,7 @@
62 }
63
64 src_prepare() {
65 + sed -i -e 's:usr/local:usr:' examples/{instances,remove}_test.c || die #392221
66 eautoreconf
67 }
68
69 @@ -35,6 +36,10 @@
70 econf $(use_enable static-libs static)
71 }
72
73 +src_test() {
74 + has_version media-plugins/swh-plugins && default #392221
75 +}
76 +
77 src_install() {
78 default
79 rm -f "${ED}"usr/lib*/liblrdf.la