Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-kbswitch: ChangeLog lc-kbswitch-9999.ebuild
Date: Wed, 31 Jul 2013 12:14:52
Message-Id: 20130731121445.475832171C@flycatcher.gentoo.org
1 pinkbyte 13/07/31 12:14:45
2
3 Modified: ChangeLog lc-kbswitch-9999.ebuild
4 Log:
5 Add dependency on x11-apps/setxkbmap, thanks to 0xd34df00d
6
7 (Portage version: 2.2.0_alpha187/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
8
9 Revision Changes Path
10 1.7 app-leechcraft/lc-kbswitch/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-kbswitch/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-kbswitch/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-kbswitch/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-kbswitch/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 18 Jul 2013 12:44:23 -0000 1.6
23 +++ ChangeLog 31 Jul 2013 12:14:45 -0000 1.7
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-leechcraft/lc-kbswitch
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-kbswitch/ChangeLog,v 1.6 2013/07/18 12:44:23 maksbotan Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-kbswitch/ChangeLog,v 1.7 2013/07/31 12:14:45 pinkbyte Exp $
29 +
30 + 31 Jul 2013; Sergey Popov <pinkbyte@g.o> lc-kbswitch-9999.ebuild:
31 + Add dependency on x11-apps/setxkbmap, thanks to 0xd34df00d
32
33 *lc-kbswitch-0.5.99 (18 Jul 2013)
34
35
36
37
38 1.2 app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild?r1=1.1&r2=1.2
43
44 Index: lc-kbswitch-9999.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- lc-kbswitch-9999.ebuild 2 May 2013 14:22:07 -0000 1.1
51 +++ lc-kbswitch-9999.ebuild 31 Jul 2013 12:14:45 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild,v 1.1 2013/05/02 14:22:07 pinkbyte Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild,v 1.2 2013/07/31 12:14:45 pinkbyte Exp $
57
58 EAPI="5"
59
60 @@ -13,4 +13,5 @@
61 IUSE="debug"
62
63 DEPEND="~app-leechcraft/lc-core-${PV}"
64 -RDEPEND="${DEPEND}"
65 +RDEPEND="${DEPEND}
66 + x11-apps/setxkbmap"