summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gkrellm-leds/Manifest1
-rw-r--r--x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/x11-plugins/gkrellm-leds/Manifest b/x11-plugins/gkrellm-leds/Manifest
index 634267242621..eb95562573b1 100644
--- a/x11-plugins/gkrellm-leds/Manifest
+++ b/x11-plugins/gkrellm-leds/Manifest
@@ -1,2 +1 @@
-DIST gkleds-0.8.1.tar.gz 44904 SHA256 682b7dc9389030908714b6b8a4de2819a564d92fc0ef0f149d25b6afa1faa421 SHA512 723b110578d27daa5edf537c11031d31b19e898dee95ad324dd539907fd3d2f614bd4ade63347a9967e94f3f36fbf082961958f00c6c92e4f9df30f4752a83bd WHIRLPOOL 4946e7b23177d2e98430d134afc6d7dfc83fbde014bec3c0841453a603a52605e2c7fbb18210f2077dc29fc4d521feeaf964c1641bd1c77a248aae13895889d8
DIST gkleds-0.8.2.tar.gz 322409 SHA256 521d97f4e036b49913bb5deeb541ed815e6944fa45003f2c451caacc5c86bea8 SHA512 0db2f7c62b799c262f1ef3af4bf3eb147717c567862d30c07033b77bc890a33afc40389afd1d4f0a5e05c344d4bc3b12a0b7d2c42044eb4c5be00c5ca5aa7191 WHIRLPOOL 472d70b7fc711f837d007ab930041a2adba3c5abda330f40c9e147e1d6fcde412cc18e4e5a1d7b8555057de4f968b6a86039c619513a8e83832f33e3e0c966f2
diff --git a/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild b/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild
deleted file mode 100644
index 34eaf2dd5850..000000000000
--- a/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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"
-RESTRICT="test"
-
-DEPEND="x11-proto/inputproto"
-RDEPEND="x11-libs/libXtst"
-
-PLUGIN_SO=gkleds.so
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # Includes for gcc-4
- sed -i -e '/^#include <stdio.h>/a#include <string.h>' src/gkleds_com.h || die "Patch failed"
-}