summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-07-26 12:49:41 +0200
committerPacho Ramos <pacho@gentoo.org>2017-07-26 13:34:21 +0200
commit048da79412a64a52f6dab4b0a543ce641fc794d3 (patch)
tree386c4b60ff14318166a8aac368fa1b6b517b2c38 /x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild
parentx11-plugins/gkrellm-mailwatch: Fix dependency on gkrellm[X] (diff)
downloadgentoo-048da79412a64a52f6dab4b0a543ce641fc794d3.tar.gz
gentoo-048da79412a64a52f6dab4b0a543ce641fc794d3.tar.bz2
gentoo-048da79412a64a52f6dab4b0a543ce641fc794d3.zip
x11-plugins/gkrellm-trayicons: Fix dependency on gkrellm[X]
Package-Manager: Portage-2.3.6, Repoman-2.3.2 RepoMan-Options: --force
Diffstat (limited to 'x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild')
-rw-r--r--x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild22
1 files changed, 0 insertions, 22 deletions
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}"
-}