summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-08-29 09:34:37 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-08-29 10:36:18 +0200
commit9df35f16e310808ee924d6b54d5f5f246df25580 (patch)
tree1700da8a8fda549c3fe28b636ac4f76e3c4adf1f /x11-plugins/gkrellm-trayicons
parentx11-plugins/gkrellmss: drop 2.6-r4 (diff)
downloadgentoo-9df35f16e310808ee924d6b54d5f5f246df25580.tar.gz
gentoo-9df35f16e310808ee924d6b54d5f5f246df25580.tar.bz2
gentoo-9df35f16e310808ee924d6b54d5f5f246df25580.zip
x11-plugins/gkrellm-trayicons: drop 1.03-r1
Closes: https://bugs.gentoo.org/867175 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-plugins/gkrellm-trayicons')
-rw-r--r--x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild
deleted file mode 100644
index 7dfa3d5636f2..000000000000
--- a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# 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:2[X]"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${P}-ldflags.patch )
-
-src_configure() {
- PLUGIN_SO=( trayicons$(get_modname) )
- default
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}"
-}