Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-leds/
Date: Sun, 09 Oct 2016 12:46:45
Message-Id: 1476017196.a9997454d91f3f12c6fca39cb193f3a10e28e03b.pacho@gentoo
1 commit: a9997454d91f3f12c6fca39cb193f3a10e28e03b
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 9 12:45:38 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 9 12:46:36 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9997454
7
8 x11-plugins/gkrellm-leds: Drop old, move to ~sparc and ~ppc as nothing needs this in stable for them
9
10 Package-Manager: portage-2.3.1
11
12 x11-plugins/gkrellm-leds/Manifest | 1 -
13 x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild | 29 ----------------------
14 2 files changed, 30 deletions(-)
15
16 diff --git a/x11-plugins/gkrellm-leds/Manifest b/x11-plugins/gkrellm-leds/Manifest
17 index 6342672..eb95562 100644
18 --- a/x11-plugins/gkrellm-leds/Manifest
19 +++ b/x11-plugins/gkrellm-leds/Manifest
20 @@ -1,2 +1 @@
21 -DIST gkleds-0.8.1.tar.gz 44904 SHA256 682b7dc9389030908714b6b8a4de2819a564d92fc0ef0f149d25b6afa1faa421 SHA512 723b110578d27daa5edf537c11031d31b19e898dee95ad324dd539907fd3d2f614bd4ade63347a9967e94f3f36fbf082961958f00c6c92e4f9df30f4752a83bd WHIRLPOOL 4946e7b23177d2e98430d134afc6d7dfc83fbde014bec3c0841453a603a52605e2c7fbb18210f2077dc29fc4d521feeaf964c1641bd1c77a248aae13895889d8
22 DIST gkleds-0.8.2.tar.gz 322409 SHA256 521d97f4e036b49913bb5deeb541ed815e6944fa45003f2c451caacc5c86bea8 SHA512 0db2f7c62b799c262f1ef3af4bf3eb147717c567862d30c07033b77bc890a33afc40389afd1d4f0a5e05c344d4bc3b12a0b7d2c42044eb4c5be00c5ca5aa7191 WHIRLPOOL 472d70b7fc711f837d007ab930041a2adba3c5abda330f40c9e147e1d6fcde412cc18e4e5a1d7b8555057de4f968b6a86039c619513a8e83832f33e3e0c966f2
23
24 diff --git a/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild b/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild
25 deleted file mode 100644
26 index 34eaf2d..00000000
27 --- a/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild
28 +++ /dev/null
29 @@ -1,29 +0,0 @@
30 -# Copyright 1999-2010 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -inherit gkrellm-plugin
35 -
36 -IUSE=""
37 -MY_P=${P/rellm-/}
38 -S=${WORKDIR}/${MY_P}
39 -DESCRIPTION="GKrellM2 plugin for monitoring keyboard LEDs"
40 -SRC_URI="http://heim.ifi.uio.no/~oyvinha/e107_files/downloads/${MY_P}.tar.gz"
41 -HOMEPAGE="http://heim.ifi.uio.no/~oyvinha/gkleds/"
42 -
43 -SLOT="2"
44 -LICENSE="GPL-2"
45 -KEYWORDS="x86 ppc sparc alpha amd64"
46 -RESTRICT="test"
47 -
48 -DEPEND="x11-proto/inputproto"
49 -RDEPEND="x11-libs/libXtst"
50 -
51 -PLUGIN_SO=gkleds.so
52 -
53 -src_unpack() {
54 - unpack ${A}
55 - cd "${S}"
56 - # Includes for gcc-4
57 - sed -i -e '/^#include <stdio.h>/a#include <string.h>' src/gkleds_com.h || die "Patch failed"
58 -}