Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/gjs: gjs-1.34.0.ebuild ChangeLog
Date: Mon, 28 Jan 2013 14:54:17
Message-Id: 20130128145413.8CEB12171D@flycatcher.gentoo.org
1 aballier 13/01/28 14:54:13
2
3 Modified: gjs-1.34.0.ebuild ChangeLog
4 Log:
5 keyword ~amd64-fbsd
6
7 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
8
9 Revision Changes Path
10 1.6 dev-libs/gjs/gjs-1.34.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/gjs-1.34.0.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/gjs-1.34.0.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/gjs-1.34.0.ebuild?r1=1.5&r2=1.6
15
16 Index: gjs-1.34.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/gjs/gjs-1.34.0.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- gjs-1.34.0.ebuild 6 Jan 2013 10:11:45 -0000 1.5
23 +++ gjs-1.34.0.ebuild 28 Jan 2013 14:54:13 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/gjs-1.34.0.ebuild,v 1.5 2013/01/06 10:11:45 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/gjs-1.34.0.ebuild,v 1.6 2013/01/28 14:54:13 aballier Exp $
29
30 EAPI="4"
31 GCONF_DEBUG="no"
32 @@ -15,7 +15,7 @@
33 LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
34 SLOT="0"
35 IUSE="examples test"
36 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
37 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
38
39 RDEPEND=">=dev-libs/glib-2.32:2
40 >=dev-libs/gobject-introspection-1.33.10
41
42
43
44 1.17 dev-libs/gjs/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/ChangeLog?rev=1.17&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/ChangeLog?rev=1.17&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/ChangeLog?r1=1.16&r2=1.17
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-libs/gjs/ChangeLog,v
53 retrieving revision 1.16
54 retrieving revision 1.17
55 diff -u -r1.16 -r1.17
56 --- ChangeLog 6 Jan 2013 10:11:45 -0000 1.16
57 +++ ChangeLog 28 Jan 2013 14:54:13 -0000 1.17
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-libs/gjs
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/ChangeLog,v 1.16 2013/01/06 10:11:45 maekke Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/ChangeLog,v 1.17 2013/01/28 14:54:13 aballier Exp $
63 +
64 + 28 Jan 2013; Alexis Ballier <aballier@g.o> gjs-1.34.0.ebuild:
65 + keyword ~amd64-fbsd
66
67 06 Jan 2013; Markus Meier <maekke@g.o> gjs-1.34.0.ebuild:
68 add ~arm, bug #449220