Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lua/lgi: ChangeLog lgi-0.9.0.ebuild
Date: Tue, 07 Jul 2015 04:35:47
Message-Id: 20150707043539.0C4FB756@oystercatcher.gentoo.org
1 jer 15/07/07 04:35:39
2
3 Modified: ChangeLog lgi-0.9.0.ebuild
4 Log:
5 Stable for PPC64 (bug #551996).
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.14 dev-lua/lgi/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lgi/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lgi/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lgi/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lua/lgi/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 27 Jun 2015 12:40:36 -0000 1.13
23 +++ ChangeLog 7 Jul 2015 04:35:38 -0000 1.14
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-lua/lgi
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/ChangeLog,v 1.13 2015/06/27 12:40:36 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/ChangeLog,v 1.14 2015/07/07 04:35:38 jer Exp $
29 +
30 + 07 Jul 2015; Jeroen Roovers <jer@g.o> lgi-0.9.0.ebuild:
31 + Stable for PPC64 (bug #551996).
32
33 27 Jun 2015; Markus Meier <maekke@g.o> lgi-0.9.0.ebuild:
34 arm stable, bug #551996
35
36
37
38 1.4 dev-lua/lgi/lgi-0.9.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lgi/lgi-0.9.0.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lgi/lgi-0.9.0.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lgi/lgi-0.9.0.ebuild?r1=1.3&r2=1.4
43
44 Index: lgi-0.9.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-lua/lgi/lgi-0.9.0.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- lgi-0.9.0.ebuild 27 Jun 2015 12:40:36 -0000 1.3
51 +++ lgi-0.9.0.ebuild 7 Jul 2015 04:35:38 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2015 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/lgi-0.9.0.ebuild,v 1.3 2015/06/27 12:40:36 maekke Exp ${PV}.ebuild,v 1.7 2015/04/02 18:22:41 mr_bones_ Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/lgi-0.9.0.ebuild,v 1.4 2015/07/07 04:35:38 jer Exp ${PV}.ebuild,v 1.7 2015/04/02 18:22:41 mr_bones_ Exp $
57
58 EAPI=4
59
60 @@ -14,7 +14,7 @@
61
62 LICENSE="MIT"
63 SLOT="0"
64 -KEYWORDS="amd64 arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
65 +KEYWORDS="amd64 arm ~ppc ppc64 ~x86 ~x86-fbsd"
66 IUSE="examples test"
67
68 RDEPEND=">=dev-lang/lua-5.1