Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@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: Wed, 30 Nov 2011 03:27:12
Message-Id: 20111130032657.948D120034@flycatcher.gentoo.org
1 jer 11/11/30 03:26:57
2
3 Modified: ChangeLog liblrdf-0.5.0.ebuild
4 Log:
5 Stable for HPPA (bug #391805).
6
7 (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.54 media-libs/liblrdf/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblrdf/ChangeLog?rev=1.54&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblrdf/ChangeLog?rev=1.54&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblrdf/ChangeLog?r1=1.53&r2=1.54
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/liblrdf/ChangeLog,v
19 retrieving revision 1.53
20 retrieving revision 1.54
21 diff -u -r1.53 -r1.54
22 --- ChangeLog 29 Nov 2011 16:30:02 -0000 1.53
23 +++ ChangeLog 30 Nov 2011 03:26:57 -0000 1.54
24 @@ -1,6 +1,9 @@
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.53 2011/11/29 16:30:02 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/ChangeLog,v 1.54 2011/11/30 03:26:57 jer Exp $
29 +
30 + 30 Nov 2011; Jeroen Roovers <jer@g.o> liblrdf-0.5.0.ebuild:
31 + Stable for HPPA (bug #391805).
32
33 29 Nov 2011; Samuli Suominen <ssuominen@g.o> liblrdf-0.5.0.ebuild:
34 Only run testsuite if swh-plugins is installed and change hardcoded /usr/local
35
36
37
38 1.4 media-libs/liblrdf/liblrdf-0.5.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblrdf/liblrdf-0.5.0.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblrdf/liblrdf-0.5.0.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblrdf/liblrdf-0.5.0.ebuild?r1=1.3&r2=1.4
43
44 Index: liblrdf-0.5.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-libs/liblrdf/liblrdf-0.5.0.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- liblrdf-0.5.0.ebuild 29 Nov 2011 16:30:02 -0000 1.3
51 +++ liblrdf-0.5.0.ebuild 30 Nov 2011 03:26:57 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/liblrdf-0.5.0.ebuild,v 1.3 2011/11/29 16:30:02 ssuominen Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/liblrdf-0.5.0.ebuild,v 1.4 2011/11/30 03:26:57 jer Exp $
57
58 EAPI=4
59 inherit autotools
60 @@ -11,7 +11,7 @@
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 -KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
65 +KEYWORDS="amd64 hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
66 IUSE="static-libs"
67
68 RDEPEND=">=dev-libs/openssl-1