diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-01-02 19:18:57 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-01-02 19:18:57 +0000 |
commit | bd9d218a8722b2b39fccfd9bee2989f058e5d953 (patch) | |
tree | a2a5ae87f758d76ecd5204b01ed86bf2c7506dc3 /x11-misc | |
parent | Fixed cross-compilation issues (diff) | |
download | gentoo-2-bd9d218a8722b2b39fccfd9bee2989f058e5d953.tar.gz gentoo-2-bd9d218a8722b2b39fccfd9bee2989f058e5d953.tar.bz2 gentoo-2-bd9d218a8722b2b39fccfd9bee2989f058e5d953.zip |
Old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xbindkeys/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xbindkeys/xbindkeys-1.8.4.ebuild | 33 | ||||
-rw-r--r-- | x11-misc/xbindkeys/xbindkeys-1.8.5.ebuild | 33 |
3 files changed, 5 insertions, 67 deletions
diff --git a/x11-misc/xbindkeys/ChangeLog b/x11-misc/xbindkeys/ChangeLog index a0298bd7ec39..ea3d7d1b7f90 100644 --- a/x11-misc/xbindkeys/ChangeLog +++ b/x11-misc/xbindkeys/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xbindkeys # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbindkeys/ChangeLog,v 1.68 2015/01/02 12:23:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbindkeys/ChangeLog,v 1.69 2015/01/02 19:18:57 jer Exp $ + + 02 Jan 2015; Jeroen Roovers <jer@gentoo.org> -xbindkeys-1.8.4.ebuild, + -xbindkeys-1.8.5.ebuild: + Old. 02 Jan 2015; Agostino Sarubbo <ago@gentoo.org> xbindkeys-1.8.6.ebuild: Stable for sparc, wrt bug #530444 diff --git a/x11-misc/xbindkeys/xbindkeys-1.8.4.ebuild b/x11-misc/xbindkeys/xbindkeys-1.8.4.ebuild deleted file mode 100644 index 43d276d539a3..000000000000 --- a/x11-misc/xbindkeys/xbindkeys-1.8.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbindkeys/xbindkeys-1.8.4.ebuild,v 1.8 2011/03/15 23:34:48 abcd Exp $ - -EAPI="2" - -inherit eutils - -IUSE="guile tk" - -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" -KEYWORDS="amd64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" -SLOT="0" - -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) -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" -} diff --git a/x11-misc/xbindkeys/xbindkeys-1.8.5.ebuild b/x11-misc/xbindkeys/xbindkeys-1.8.5.ebuild deleted file mode 100644 index 915a13762eb0..000000000000 --- a/x11-misc/xbindkeys/xbindkeys-1.8.5.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbindkeys/xbindkeys-1.8.5.ebuild,v 1.2 2013/09/08 19:25:55 xmw Exp $ - -EAPI="2" - -inherit eutils - -IUSE="guile tk" - -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" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" -SLOT="0" - -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) -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" -} |