Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/raptor: ChangeLog raptor-2.0.8.ebuild raptor-2.0.9.ebuild
Date: Tue, 04 Feb 2014 23:33:11
Message-Id: 20140204233305.9C22B2004C@flycatcher.gentoo.org
1 dilfridge 14/02/04 23:33:05
2
3 Modified: ChangeLog raptor-2.0.8.ebuild raptor-2.0.9.ebuild
4 Log:
5 Do not use xml2-config and curl-config but rely on pkgconfig output, bug 497956; acked by chainsaw
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
8
9 Revision Changes Path
10 1.156 media-libs/raptor/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.156&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.156&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?r1=1.155&r2=1.156
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v
19 retrieving revision 1.155
20 retrieving revision 1.156
21 diff -u -r1.155 -r1.156
22 --- ChangeLog 25 May 2013 07:44:46 -0000 1.155
23 +++ ChangeLog 4 Feb 2014 23:33:05 -0000 1.156
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-libs/raptor
26 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.155 2013/05/25 07:44:46 ago Exp $
28 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.156 2014/02/04 23:33:05 dilfridge Exp $
30 +
31 + 04 Feb 2014; Andreas K. Huettel <dilfridge@g.o> raptor-2.0.8.ebuild,
32 + raptor-2.0.9.ebuild:
33 + Do not use xml2-config and curl-config but rely on pkgconfig output, bug
34 + 497956; acked by chainsaw
35
36 25 May 2013; Agostino Sarubbo <ago@g.o> raptor-2.0.9.ebuild:
37 Stable for sparc, wrt bug #469688
38
39
40
41 1.13 media-libs/raptor/raptor-2.0.8.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild?rev=1.13&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild?rev=1.13&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild?r1=1.12&r2=1.13
46
47 Index: raptor-2.0.8.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild,v
50 retrieving revision 1.12
51 retrieving revision 1.13
52 diff -u -r1.12 -r1.13
53 --- raptor-2.0.8.ebuild 13 Apr 2013 08:14:42 -0000 1.12
54 +++ raptor-2.0.8.ebuild 4 Feb 2014 23:33:05 -0000 1.13
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2013 Gentoo Foundation
57 +# Copyright 1999-2014 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild,v 1.12 2013/04/13 08:14:42 ago Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild,v 1.13 2014/02/04 23:33:05 dilfridge Exp $
61
62 EAPI=4
63 inherit eutils libtool
64 @@ -46,6 +46,8 @@
65 $(use_enable debug) \
66 $(use unicode && echo --with-icu-config="${EPREFIX}"/usr/bin/icu-config) \
67 $(use_with json yajl) \
68 + --with-xml2-config=no \
69 + --with-curl-config=no \
70 --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html \
71 ${myconf}
72 }
73
74
75
76 1.13 media-libs/raptor/raptor-2.0.9.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-2.0.9.ebuild?rev=1.13&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-2.0.9.ebuild?rev=1.13&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-2.0.9.ebuild?r1=1.12&r2=1.13
81
82 Index: raptor-2.0.9.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.9.ebuild,v
85 retrieving revision 1.12
86 retrieving revision 1.13
87 diff -u -r1.12 -r1.13
88 --- raptor-2.0.9.ebuild 25 May 2013 07:44:46 -0000 1.12
89 +++ raptor-2.0.9.ebuild 4 Feb 2014 23:33:05 -0000 1.13
90 @@ -1,6 +1,6 @@
91 -# Copyright 1999-2013 Gentoo Foundation
92 +# Copyright 1999-2014 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.9.ebuild,v 1.12 2013/05/25 07:44:46 ago Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.9.ebuild,v 1.13 2014/02/04 23:33:05 dilfridge Exp $
96
97 EAPI=5
98 inherit eutils libtool
99 @@ -46,6 +46,8 @@
100 $(use_enable debug) \
101 $(use unicode && echo --with-icu-config="${EPREFIX}"/usr/bin/icu-config) \
102 $(use_with json yajl) \
103 + --with-xml2-config=no \
104 + --with-curl-config=no \
105 --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html \
106 ${myconf}
107 }