From 7aa2549e1e67e965ba211fa9788e40197b688ed4 Mon Sep 17 00:00:00 2001 From: Harri Nieminen Date: Tue, 14 Feb 2017 11:06:39 +0200 Subject: x11-misc/bbkeys: EAPI bump 0 -> 6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3967 --- x11-misc/bbkeys/bbkeys-0.9.1-r1.ebuild | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 x11-misc/bbkeys/bbkeys-0.9.1-r1.ebuild (limited to 'x11-misc/bbkeys/bbkeys-0.9.1-r1.ebuild') diff --git a/x11-misc/bbkeys/bbkeys-0.9.1-r1.ebuild b/x11-misc/bbkeys/bbkeys-0.9.1-r1.ebuild new file mode 100644 index 000000000000..c9f5279d7702 --- /dev/null +++ b/x11-misc/bbkeys/bbkeys-0.9.1-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Use keyboard shortcuts in the blackbox wm" +HOMEPAGE="http://bbkeys.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-wm/blackbox-0.70.0" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_install() { + emake DESTDIR="${D}" install + rm -rf "${ED%/}"/usr/share/doc || die + einstalldocs + + echo PRELINK_PATH_MASK=\""${EPREFIX}"/usr/bin/bbkeys\" > "${T}"/99bbkeys || die + doenvd "${T}"/99bbkeys +} -- cgit v1.2.3-65-gdbad