Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/gjs: ChangeLog gjs-1.38.1.ebuild
Date: Thu, 30 Jan 2014 08:32:06
Message-Id: 20140130083159.95FCF2004C@flycatcher.gentoo.org
1 eva 14/01/30 08:31:58
2
3 Modified: ChangeLog gjs-1.38.1.ebuild
4 Log:
5 Drop amd64-fbsd keyword due to dependency on spidermonkey:17.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C6085806)
8
9 Revision Changes Path
10 1.30 dev-libs/gjs/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/ChangeLog?rev=1.30&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/ChangeLog?rev=1.30&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/ChangeLog?r1=1.29&r2=1.30
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/gjs/ChangeLog,v
19 retrieving revision 1.29
20 retrieving revision 1.30
21 diff -u -r1.29 -r1.30
22 --- ChangeLog 26 Dec 2013 20:02:36 -0000 1.29
23 +++ ChangeLog 30 Jan 2014 08:31:58 -0000 1.30
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-libs/gjs
26 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/ChangeLog,v 1.29 2013/12/26 20:02:36 eva Exp $
28 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/ChangeLog,v 1.30 2014/01/30 08:31:58 eva Exp $
30 +
31 + 30 Jan 2014; Gilles Dartiguelongue <eva@g.o> gjs-1.38.1.ebuild:
32 + Drop amd64-fbsd keyword due to dependency on spidermonkey:17.
33
34 26 Dec 2013; Gilles Dartiguelongue <eva@g.o> gjs-1.38.1.ebuild:
35 Re-add ~arm keyword and -ia64 as found in spidermonkey ebuild.
36
37
38
39 1.3 dev-libs/gjs/gjs-1.38.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/gjs-1.38.1.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/gjs-1.38.1.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gjs/gjs-1.38.1.ebuild?r1=1.2&r2=1.3
44
45 Index: gjs-1.38.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-libs/gjs/gjs-1.38.1.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- gjs-1.38.1.ebuild 26 Dec 2013 20:02:36 -0000 1.2
52 +++ gjs-1.38.1.ebuild 30 Jan 2014 08:31:58 -0000 1.3
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2013 Gentoo Foundation
55 +# Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/gjs-1.38.1.ebuild,v 1.2 2013/12/26 20:02:36 eva Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/gjs-1.38.1.ebuild,v 1.3 2014/01/30 08:31:58 eva Exp $
59
60 EAPI="5"
61 GCONF_DEBUG="no"
62 @@ -13,7 +13,7 @@
63 LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
64 SLOT="0"
65 IUSE="+cairo examples test"
66 -KEYWORDS=" ~alpha ~amd64 ~arm -ia64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
67 +KEYWORDS=" ~alpha ~amd64 ~arm -ia64 ~arm ~ppc ~ppc64 ~sparc ~x86"
68
69 RDEPEND="
70 >=dev-libs/glib-2.36:2