From 048da79412a64a52f6dab4b0a543ce641fc794d3 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Wed, 26 Jul 2017 12:49:41 +0200 Subject: x11-plugins/gkrellm-trayicons: Fix dependency on gkrellm[X] Package-Manager: Portage-2.3.6, Repoman-2.3.2 RepoMan-Options: --force --- .../gkrellm-trayicons-1.03-r1.ebuild | 24 ++++++++++++++++++++++ .../gkrellm-trayicons-1.03.ebuild | 22 -------------------- 2 files changed, 24 insertions(+), 22 deletions(-) create mode 100644 x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild delete mode 100644 x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild diff --git a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild new file mode 100644 index 000000000000..e195c9658202 --- /dev/null +++ b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit gkrellm-plugin toolchain-funcs + +DESCRIPTION="Configurable Tray Icons for GKrellM" +HOMEPAGE="http://gkrellm.srcbox.net/Plugins.html" +SRC_URI="mirror://gentoo/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ppc sparc x86" +IUSE="" + +RDEPEND="app-admin/gkrellm[X]" + +PATCHES=( "${FILESDIR}"/${P}-ldflags.patch ) + +PLUGIN_SO=trayicons.so + +src_compile() { + emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" +} diff --git a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild deleted file mode 100644 index 3448abf694d9..000000000000 --- a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gkrellm-plugin toolchain-funcs - -DESCRIPTION="Configurable Tray Icons for GKrellM" -HOMEPAGE="http://gkrellm.srcbox.net/Plugins.html" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -IUSE="" - -PATCHES=( "${FILESDIR}"/${P}-ldflags.patch ) - -PLUGIN_SO=trayicons.so - -src_compile() { - emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" -} -- cgit v1.2.3-65-gdbad