Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/luakit: ChangeLog luakit-9999.ebuild
Date: Fri, 25 Feb 2011 15:35:32
Message-Id: 20110225153522.1CD1920054@flycatcher.gentoo.org
1 wired 11/02/25 15:35:22
2
3 Modified: ChangeLog luakit-9999.ebuild
4 Log:
5 removed dmenu from RDEPEND, helpers USE, not needed anymore
6
7 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.17 www-client/luakit/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/luakit/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/luakit/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/luakit/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-client/luakit/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 25 Feb 2011 09:23:01 -0000 1.16
23 +++ ChangeLog 25 Feb 2011 15:35:22 -0000 1.17
24 @@ -1,6 +1,9 @@
25 # ChangeLog for www-client/luakit
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-client/luakit/ChangeLog,v 1.16 2011/02/25 09:23:01 wired Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-client/luakit/ChangeLog,v 1.17 2011/02/25 15:35:22 wired Exp $
29 +
30 + 25 Feb 2011; Alex Alexander <wired@g.o> luakit-9999.ebuild:
31 + removed dmenu from RDEPEND, helpers USE, not needed anymore
32
33 *luakit-2010.12.25_p2 (25 Feb 2011)
34
35
36
37
38 1.14 www-client/luakit/luakit-9999.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/luakit/luakit-9999.ebuild?rev=1.14&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/luakit/luakit-9999.ebuild?rev=1.14&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/luakit/luakit-9999.ebuild?r1=1.13&r2=1.14
43
44 Index: luakit-9999.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/www-client/luakit/luakit-9999.ebuild,v
47 retrieving revision 1.13
48 retrieving revision 1.14
49 diff -u -r1.13 -r1.14
50 --- luakit-9999.ebuild 25 Feb 2011 09:23:01 -0000 1.13
51 +++ luakit-9999.ebuild 25 Feb 2011 15:35:22 -0000 1.14
52 @@ -1,10 +1,10 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/www-client/luakit/luakit-9999.ebuild,v 1.13 2011/02/25 09:23:01 wired Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/www-client/luakit/luakit-9999.ebuild,v 1.14 2011/02/25 15:35:22 wired Exp $
57
58 EAPI=3
59
60 -IUSE="helpers vim-syntax"
61 +IUSE="vim-syntax"
62
63 if [[ ${PV} == *9999* ]]; then
64 inherit git
65 @@ -44,9 +44,6 @@
66 RDEPEND="
67 ${COMMON_DEPEND}
68 dev-lua/luafilesystem
69 - helpers? (
70 - x11-misc/dmenu
71 - )
72 vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )
73 "