From 04f6fc2cbc8cae4b77185f7466bdb0981cdf6b8f Mon Sep 17 00:00:00 2001 From: Harri Nieminen Date: Thu, 2 Mar 2017 20:14:58 +0200 Subject: x11-misc/oroborus-keylaunch: EAPI bump 4 -> 6 Package-Manager: Portage-2.3.4, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4098 --- .../oroborus-keylaunch-1.3.9-r1.ebuild | 34 ++++++++++++++++++++++ .../oroborus-keylaunch-1.3.9.ebuild | 32 -------------------- 2 files changed, 34 insertions(+), 32 deletions(-) create mode 100644 x11-misc/oroborus-keylaunch/oroborus-keylaunch-1.3.9-r1.ebuild delete mode 100644 x11-misc/oroborus-keylaunch/oroborus-keylaunch-1.3.9.ebuild diff --git a/x11-misc/oroborus-keylaunch/oroborus-keylaunch-1.3.9-r1.ebuild b/x11-misc/oroborus-keylaunch/oroborus-keylaunch-1.3.9-r1.ebuild new file mode 100644 index 000000000000..b4f28a884834 --- /dev/null +++ b/x11-misc/oroborus-keylaunch/oroborus-keylaunch-1.3.9-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MY_PN=${PN/oroborus-//} + +DESCRIPTION="utility for binding keys in Oroborus" +HOMEPAGE="http://www.oroborus.org" +SRC_URI="mirror://debian/pool/main/k/${MY_PN}/${MY_PN}_${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="x11-libs/libX11 + !x11-wm/oroborus-extras" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${MY_PN}-${PV} + +DOCS=( README docs/example_rc debian/changelog ) + +src_prepare() { + default + sed -e "s: -g -O2 -Wall::" \ + -e "/^install:/s/install-docs//" \ + -i Makefile.in || die +} + +src_compile() { + emake VERBOSE=1 +} diff --git a/x11-misc/oroborus-keylaunch/oroborus-keylaunch-1.3.9.ebuild b/x11-misc/oroborus-keylaunch/oroborus-keylaunch-1.3.9.ebuild deleted file mode 100644 index bcab32de50ca..000000000000 --- a/x11-misc/oroborus-keylaunch/oroborus-keylaunch-1.3.9.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -MY_PN=${PN/oroborus-//} - -DESCRIPTION="utility for binding keys in Oroborus" -HOMEPAGE="http://www.oroborus.org" -SRC_URI="mirror://debian/pool/main/k/${MY_PN}/${MY_PN}_${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="x11-libs/libX11 - !x11-wm/oroborus-extras" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_PN}-${PV} - -src_prepare() { - sed -e "s: -g -O2 -Wall::" \ - -e "/^install:/s/install-docs//" \ - -i Makefile.in || die -} - -src_install() { - emake DESTDIR="${D}" install - dodoc README docs/example_rc debian/changelog -} -- cgit v1.2.3-65-gdbad