Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xbindkeys: ChangeLog xbindkeys-1.8.6.ebuild
Date: Sat, 04 Jan 2014 21:10:46
Message-Id: 20140104211041.F359F2004C@flycatcher.gentoo.org
1 radhermit 14/01/04 21:10:41
2
3 Modified: ChangeLog
4 Added: xbindkeys-1.8.6.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.63 x11-misc/xbindkeys/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xbindkeys/ChangeLog?rev=1.63&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xbindkeys/ChangeLog?rev=1.63&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xbindkeys/ChangeLog?r1=1.62&r2=1.63
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xbindkeys/ChangeLog,v
20 retrieving revision 1.62
21 retrieving revision 1.63
22 diff -u -r1.62 -r1.63
23 --- ChangeLog 8 Sep 2013 19:25:55 -0000 1.62
24 +++ ChangeLog 4 Jan 2014 21:10:41 -0000 1.63
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-misc/xbindkeys
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbindkeys/ChangeLog,v 1.62 2013/09/08 19:25:55 xmw Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbindkeys/ChangeLog,v 1.63 2014/01/04 21:10:41 radhermit Exp $
31 +
32 +*xbindkeys-1.8.6 (04 Jan 2014)
33 +
34 + 04 Jan 2014; Tim Harder <radhermit@g.o> +xbindkeys-1.8.6.ebuild:
35 + Version bump.
36
37 08 Sep 2013; Michael Weber <xmw@g.o> xbindkeys-1.8.5.ebuild:
38 Add ~arm keyword
39
40
41
42 1.1 x11-misc/xbindkeys/xbindkeys-1.8.6.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xbindkeys/xbindkeys-1.8.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xbindkeys/xbindkeys-1.8.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xbindkeys-1.8.6.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-misc/xbindkeys/xbindkeys-1.8.6.ebuild,v 1.1 2014/01/04 21:10:41 radhermit Exp $
52
53 EAPI="5"
54
55 DESCRIPTION="Tool for launching commands on keystrokes"
56 SRC_URI="http://www.nongnu.org/${PN}/${P}.tar.gz"
57 HOMEPAGE="http://www.nongnu.org/xbindkeys/xbindkeys.html"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
62 IUSE="guile tk"
63
64 RDEPEND="x11-libs/libX11
65 guile? ( >=dev-scheme/guile-1.8.4[deprecated] )
66 tk? ( dev-lang/tk )"
67 DEPEND="${RDEPEND}
68 x11-proto/xproto"
69
70 src_configure() {
71 econf \
72 $(use_enable tk) \
73 $(use_enable guile)
74 }