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 06:47:51
Message-Id: 20110729064741.1667E2004B@flycatcher.gentoo.org
1 ssuominen 11/07/29 06:47:41
2
3 Modified: ChangeLog
4 Added: liblrdf-0.4.0-r20.ebuild
5 Log:
6 Use raptor2 instead of raptor wrt bug #375025
7
8 (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.39 media-libs/liblrdf/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblrdf/ChangeLog?rev=1.39&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblrdf/ChangeLog?rev=1.39&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblrdf/ChangeLog?r1=1.38&r2=1.39
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/liblrdf/ChangeLog,v
20 retrieving revision 1.38
21 retrieving revision 1.39
22 diff -u -r1.38 -r1.39
23 --- ChangeLog 24 Oct 2010 16:58:22 -0000 1.38
24 +++ ChangeLog 29 Jul 2011 06:47:40 -0000 1.39
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-libs/liblrdf
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/ChangeLog,v 1.38 2010/10/24 16:58:22 armin76 Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/ChangeLog,v 1.39 2011/07/29 06:47:40 ssuominen Exp $
31 +
32 +*liblrdf-0.4.0-r20 (29 Jul 2011)
33 +
34 + 29 Jul 2011; Samuli Suominen <ssuominen@g.o>
35 + +liblrdf-0.4.0-r20.ebuild, +files/liblrdf-0.4.0-raptor2.patch:
36 + Use raptor2 instead of raptor wrt bug #375025
37
38 24 Oct 2010; Raúl Porcel <armin76@g.o> liblrdf-0.4.0.ebuild:
39 Drop sparc keywords
40
41
42
43 1.1 media-libs/liblrdf/liblrdf-0.4.0-r20.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblrdf/liblrdf-0.4.0-r20.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblrdf/liblrdf-0.4.0-r20.ebuild?rev=1.1&content-type=text/plain
47
48 Index: liblrdf-0.4.0-r20.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $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 $
53
54 EAPI=4
55 inherit autotools eutils
56
57 DESCRIPTION="A library for the manipulation of RDF file in LADSPA plugins"
58 HOMEPAGE="http://lrdf.sourceforge.net/"
59 SRC_URI="mirror://sourceforge/lrdf/${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
64 IUSE="static-libs"
65
66 RDEPEND="media-libs/raptor:2
67 >=media-libs/ladspa-sdk-1.12"
68 DEPEND="${RDEPEND}
69 dev-util/pkgconfig"
70
71 DOCS=( AUTHORS ChangeLog README )
72
73 src_prepare() {
74 epatch "${FILESDIR}"/${P}-{dontbuild-tests,raptor2}.patch
75 eautoreconf
76 }
77
78 src_configure() {
79 econf $(use_enable static-libs static)
80 }
81
82 src_install() {
83 default
84 rm -f "${ED}"usr/lib*/liblrdf.la
85 }