summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-10-09 14:45:38 +0200
committerPacho Ramos <pacho@gentoo.org>2016-10-09 14:46:36 +0200
commita9997454d91f3f12c6fca39cb193f3a10e28e03b (patch)
tree9f11de4ce030680ba20a45503dc21f4a2b9a9ded /x11-plugins/gkrellm-leds
parentx11-plugins/gkrellm-leds: x86 stable, bug #442780 (diff)
downloadgentoo-a9997454d91f3f12c6fca39cb193f3a10e28e03b.tar.gz
gentoo-a9997454d91f3f12c6fca39cb193f3a10e28e03b.tar.bz2
gentoo-a9997454d91f3f12c6fca39cb193f3a10e28e03b.zip
x11-plugins/gkrellm-leds: Drop old, move to ~sparc and ~ppc as nothing needs this in stable for them
Package-Manager: portage-2.3.1
Diffstat (limited to 'x11-plugins/gkrellm-leds')
-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"
-}