diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-01-04 21:10:41 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-01-04 21:10:41 +0000 |
commit | 65c2f15abfd6a7514b4f2b22afa7d8321f9a4a34 (patch) | |
tree | fbc963d519c289d36e1bc52e885405b585bf9883 /x11-misc | |
parent | New LSI license for tw_cli, as approved by licenses@ team. Any ebuilds using ... (diff) | |
download | gentoo-2-65c2f15abfd6a7514b4f2b22afa7d8321f9a4a34.tar.gz gentoo-2-65c2f15abfd6a7514b4f2b22afa7d8321f9a4a34.tar.bz2 gentoo-2-65c2f15abfd6a7514b4f2b22afa7d8321f9a4a34.zip |
Version bump.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xbindkeys/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/xbindkeys/xbindkeys-1.8.6.ebuild | 26 |
2 files changed, 33 insertions, 2 deletions
diff --git a/x11-misc/xbindkeys/ChangeLog b/x11-misc/xbindkeys/ChangeLog index 5993fcf99cae..4db172a55f07 100644 --- a/x11-misc/xbindkeys/ChangeLog +++ b/x11-misc/xbindkeys/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/xbindkeys -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbindkeys/ChangeLog,v 1.62 2013/09/08 19:25:55 xmw Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbindkeys/ChangeLog,v 1.63 2014/01/04 21:10:41 radhermit Exp $ + +*xbindkeys-1.8.6 (04 Jan 2014) + + 04 Jan 2014; Tim Harder <radhermit@gentoo.org> +xbindkeys-1.8.6.ebuild: + Version bump. 08 Sep 2013; Michael Weber <xmw@gentoo.org> xbindkeys-1.8.5.ebuild: Add ~arm keyword diff --git a/x11-misc/xbindkeys/xbindkeys-1.8.6.ebuild b/x11-misc/xbindkeys/xbindkeys-1.8.6.ebuild new file mode 100644 index 000000000000..31c4e2b325c0 --- /dev/null +++ b/x11-misc/xbindkeys/xbindkeys-1.8.6.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbindkeys/xbindkeys-1.8.6.ebuild,v 1.1 2014/01/04 21:10:41 radhermit Exp $ + +EAPI="5" + +DESCRIPTION="Tool for launching commands on keystrokes" +SRC_URI="http://www.nongnu.org/${PN}/${P}.tar.gz" +HOMEPAGE="http://www.nongnu.org/xbindkeys/xbindkeys.html" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" +IUSE="guile tk" + +RDEPEND="x11-libs/libX11 + guile? ( >=dev-scheme/guile-1.8.4[deprecated] ) + tk? ( dev-lang/tk )" +DEPEND="${RDEPEND} + x11-proto/xproto" + +src_configure() { + econf \ + $(use_enable tk) \ + $(use_enable guile) +} |