Gentoo Archives: gentoo-commits

From: "Jason Donenfeld (zx2c4)" <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/cgit: cgit-9999.ebuild ChangeLog
Date: Wed, 22 Jan 2014 17:10:05
Message-Id: 20140122144325.842482004C@flycatcher.gentoo.org
1 zx2c4 14/01/22 14:43:25
2
3 Modified: cgit-9999.ebuild ChangeLog
4 Log:
5 Update new build options for latest git head.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)
8
9 Revision Changes Path
10 1.9 www-apps/cgit/cgit-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/cgit/cgit-9999.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/cgit/cgit-9999.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/cgit/cgit-9999.ebuild?r1=1.8&r2=1.9
15
16 Index: cgit-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-apps/cgit/cgit-9999.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- cgit-9999.ebuild 21 Jan 2014 19:50:01 -0000 1.8
23 +++ cgit-9999.ebuild 22 Jan 2014 14:43:25 -0000 1.9
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/cgit-9999.ebuild,v 1.8 2014/01/21 19:50:01 zx2c4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/cgit-9999.ebuild,v 1.9 2014/01/22 14:43:25 zx2c4 Exp $
29
30 EAPI="4"
31
32 @@ -52,9 +52,9 @@
33 echo "DESTDIR = ${D}" >> cgit.conf
34 if use lua; then
35 if use jit; then
36 - echo "LUA_IMPLEMENTATION = JIT" >> cgit.conf
37 + echo "LUA_PKGCONFIG = luajit" >> cgit.conf
38 else
39 - echo "LUA_IMPLEMENTATION = VANILLA" >> cgit.conf
40 + echo "LUA_PKGCONFIG = lua" >> cgit.conf
41 fi
42 else
43 echo "NO_LUA = 1" >> cgit.conf
44
45
46
47 1.21 www-apps/cgit/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/cgit/ChangeLog?rev=1.21&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/cgit/ChangeLog?rev=1.21&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/cgit/ChangeLog?r1=1.20&r2=1.21
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/www-apps/cgit/ChangeLog,v
56 retrieving revision 1.20
57 retrieving revision 1.21
58 diff -u -r1.20 -r1.21
59 --- ChangeLog 21 Jan 2014 19:50:01 -0000 1.20
60 +++ ChangeLog 22 Jan 2014 14:43:25 -0000 1.21
61 @@ -1,6 +1,9 @@
62 # ChangeLog for www-apps/cgit
63 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/ChangeLog,v 1.20 2014/01/21 19:50:01 zx2c4 Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/ChangeLog,v 1.21 2014/01/22 14:43:25 zx2c4 Exp $
66 +
67 + 22 Jan 2014; Jason A. Donenfeld <zx2c4@g.o> cgit-9999.ebuild:
68 + Update new build options for latest git head.
69
70 21 Jan 2014; Jason A. Donenfeld <zx2c4@g.o> cgit-9999.ebuild:
71 Remove variable to avoid maintainer confusion.