Gentoo Archives: gentoo-commits

From: "Jonathan Callen (abcd)" <abcd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/rasqal: rasqal-0.9.17.ebuild ChangeLog
Date: Fri, 01 Jan 2010 02:11:44
Message-Id: E1NQWzJ-00065R-Jd@stork.gentoo.org
1 abcd 10/01/01 02:11:37
2
3 Modified: rasqal-0.9.17.ebuild ChangeLog
4 Log:
5 Add prefix keywords
6 (Portage version: -svn/cvs/Linux i686)
7
8 Revision Changes Path
9 1.3 dev-libs/rasqal/rasqal-0.9.17.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/rasqal/rasqal-0.9.17.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/rasqal/rasqal-0.9.17.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/rasqal/rasqal-0.9.17.ebuild?r1=1.2&r2=1.3
14
15 Index: rasqal-0.9.17.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/rasqal/rasqal-0.9.17.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- rasqal-0.9.17.ebuild 17 Dec 2009 14:17:54 -0000 1.2
22 +++ rasqal-0.9.17.ebuild 1 Jan 2010 02:11:36 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/rasqal-0.9.17.ebuild,v 1.2 2009/12/17 14:17:54 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/rasqal-0.9.17.ebuild,v 1.3 2010/01/01 02:11:36 abcd Exp $
29
30 EAPI=2
31 inherit libtool
32 @@ -11,7 +11,7 @@
33
34 LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
37 +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
38 IUSE="gmp pcre test xml"
39
40 RDEPEND=">=media-libs/raptor-1.4.18
41 @@ -29,6 +29,7 @@
42 }
43
44 src_configure() {
45 + use prefix || EPREFIX=
46 local regex="posix"
47 local decimal="mpfr"
48
49 @@ -42,7 +43,7 @@
50 $(use_enable xml xml2) \
51 --with-regex-library=${regex} \
52 --with-decimal=${decimal} \
53 - --with-html-dir=/usr/share/doc/${PF}/html
54 + --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
55 }
56
57 src_install() {
58
59
60
61 1.34 dev-libs/rasqal/ChangeLog
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/rasqal/ChangeLog?rev=1.34&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/rasqal/ChangeLog?rev=1.34&content-type=text/plain
65 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/rasqal/ChangeLog?r1=1.33&r2=1.34
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/dev-libs/rasqal/ChangeLog,v
70 retrieving revision 1.33
71 retrieving revision 1.34
72 diff -u -r1.33 -r1.34
73 --- ChangeLog 17 Dec 2009 13:48:21 -0000 1.33
74 +++ ChangeLog 1 Jan 2010 02:11:36 -0000 1.34
75 @@ -1,6 +1,9 @@
76 # ChangeLog for dev-libs/rasqal
77 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/ChangeLog,v 1.33 2009/12/17 13:48:21 ssuominen Exp $
79 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
80 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/ChangeLog,v 1.34 2010/01/01 02:11:36 abcd Exp $
81 +
82 + 01 Jan 2010; Jonathan Callen <abcd@g.o> rasqal-0.9.17.ebuild:
83 + Add prefix keywords
84
85 *rasqal-0.9.17 (17 Dec 2009)