Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/raptor: ChangeLog raptor-1.9.0.ebuild
Date: Wed, 27 Oct 2010 22:12:39
Message-Id: 20101027221229.9A27720051@flycatcher.gentoo.org
1 maekke 10/10/27 22:12:29
2
3 Modified: ChangeLog raptor-1.9.0.ebuild
4 Log:
5 add ~arm, bug #341149
6
7 (Portage version: 2.2.0_alpha1/cvs/Linux i686)
8
9 Revision Changes Path
10 1.90 media-libs/raptor/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.90&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?rev=1.90&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/ChangeLog?r1=1.89&r2=1.90
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v
19 retrieving revision 1.89
20 retrieving revision 1.90
21 diff -u -r1.89 -r1.90
22 --- ChangeLog 27 Oct 2010 22:10:21 -0000 1.89
23 +++ ChangeLog 27 Oct 2010 22:12:29 -0000 1.90
24 @@ -1,6 +1,9 @@
25 # ChangeLog for media-libs/raptor
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.89 2010/10/27 22:10:21 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.90 2010/10/27 22:12:29 maekke Exp $
29 +
30 + 27 Oct 2010; Markus Meier <maekke@g.o> raptor-1.9.0.ebuild:
31 + add ~arm, bug #341149
32
33 27 Oct 2010; Markus Meier <maekke@g.o> raptor-1.4.21-r1.ebuild:
34 add ~arm, bug #341149
35
36
37
38 1.5 media-libs/raptor/raptor-1.9.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-1.9.0.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-1.9.0.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raptor/raptor-1.9.0.ebuild?r1=1.4&r2=1.5
43
44 Index: raptor-1.9.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.9.0.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- raptor-1.9.0.ebuild 20 Oct 2010 05:01:03 -0000 1.4
51 +++ raptor-1.9.0.ebuild 27 Oct 2010 22:12:29 -0000 1.5
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.9.0.ebuild,v 1.4 2010/10/20 05:01:03 jer Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.9.0.ebuild,v 1.5 2010/10/27 22:12:29 maekke Exp $
57
58 EAPI=3
59 inherit eutils libtool
60 @@ -13,7 +13,7 @@
61
62 LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
63 SLOT="2"
64 -KEYWORDS="~amd64 ~hppa ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
65 +KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
66 IUSE="+curl debug json static-libs unicode +xml"
67
68 RDEPEND="unicode? ( dev-libs/glib:2 )