From e364a605d5150222f44270af9c87c74a7f3a3fe7 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 5 Aug 2016 19:40:04 -0400 Subject: x11-plugins/gkrellm-leds: new revision with EAPI=6. This new revision updates the EAPI because the old one was deprecated. It also fixes a faked USE dependency reported in bug 514064, by turning it into a real one. Gentoo-Bug: 514064 Package-Manager: portage-2.2.28 --- .../gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild | 25 ++++++++++++++++++++++ x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2.ebuild | 22 ------------------- 2 files changed, 25 insertions(+), 22 deletions(-) create mode 100644 x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild delete mode 100644 x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2.ebuild (limited to 'x11-plugins/gkrellm-leds') diff --git a/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild b/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild new file mode 100644 index 000000000000..373be0b38e5d --- /dev/null +++ b/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit gkrellm-plugin + +MY_P="${P/rellm-/}" + +DESCRIPTION="GKrellM2 plugin for monitoring keyboard LEDs" +HOMEPAGE="http://heim.ifi.uio.no/~oyvinha/gkleds/" +SRC_URI="http://heim.ifi.uio.no/~oyvinha/e107_files/downloads/${MY_P}.tar.gz" +LICENSE="GPL-2" +SLOT="2" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" +IUSE="" + +COMMON_DEPEND="app-admin/gkrellm[X]" +DEPEND+=" ${COMMON_DEPEND} x11-proto/inputproto" +RDEPEND+=" ${COMMON_DEPEND} x11-libs/libXtst" + +S="${WORKDIR}/${MY_P}" + +PLUGIN_SO="src/.libs/gkleds.so" diff --git a/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2.ebuild b/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2.ebuild deleted file mode 100644 index 28e86fb202c3..000000000000 --- a/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" -inherit gkrellm-plugin - -IUSE="" -MY_P=${P/rellm-/} -S=${WORKDIR}/${MY_P} -DESCRIPTION="GKrellM2 plugin for monitoring keyboard LEDs" -SRC_URI="http://heim.ifi.uio.no/~oyvinha/e107_files/downloads/${MY_P}.tar.gz" -HOMEPAGE="http://heim.ifi.uio.no/~oyvinha/gkleds/" - -SLOT="2" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" - -DEPEND="x11-proto/inputproto" -RDEPEND="x11-libs/libXtst" - -PLUGIN_SO="src/.libs/gkleds.so" -- cgit v1.2.3-65-gdbad