summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago M. Mola <coldwind@gentoo.org>2008-01-11 23:04:32 +0000
committerSantiago M. Mola <coldwind@gentoo.org>2008-01-11 23:04:32 +0000
commitb8546b398b7e3cd5d8b1ba0580329f35a8cdf85b (patch)
treea9315cee22a3b125a60dd077cf1786ce8af6ba6b /x11-plugins/gkrellm-leds
parentAdd missing deps (#204574), check if gkrellm is built with USE=X, migrate to ... (diff)
downloadgentoo-2-b8546b398b7e3cd5d8b1ba0580329f35a8cdf85b.tar.gz
gentoo-2-b8546b398b7e3cd5d8b1ba0580329f35a8cdf85b.tar.bz2
gentoo-2-b8546b398b7e3cd5d8b1ba0580329f35a8cdf85b.zip
Add missing deps (#204572), change HOMEPAGE, QA fixes.
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-plugins/gkrellm-leds')
-rw-r--r--x11-plugins/gkrellm-leds/ChangeLog8
-rw-r--r--x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild11
2 files changed, 13 insertions, 6 deletions
diff --git a/x11-plugins/gkrellm-leds/ChangeLog b/x11-plugins/gkrellm-leds/ChangeLog
index b9b54f964b51..9a597f2d22b4 100644
--- a/x11-plugins/gkrellm-leds/ChangeLog
+++ b/x11-plugins/gkrellm-leds/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/gkrellm-leds
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-leds/ChangeLog,v 1.19 2007/03/09 19:22:43 lack Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-leds/ChangeLog,v 1.20 2008/01/11 23:04:32 coldwind Exp $
+
+ 11 Jan 2008; Santiago M. Mola <coldwind@gentoo.org>
+ gkrellm-leds-0.8.1.ebuild:
+ Add missing deps (#204572), change HOMEPAGE, QA fixes.
09 Mar 2007; Jim Ramsay <lack@gentoo.org> gkrellm-leds-0.8.1.ebuild:
Updated to use new gkrellm-plugin eclass
diff --git a/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild b/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild
index 0f9408d899d7..7aea075f2d82 100644
--- a/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild
+++ b/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild,v 1.11 2007/03/09 19:22:43 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild,v 1.12 2008/01/11 23:04:32 coldwind Exp $
inherit gkrellm-plugin
@@ -9,17 +9,20 @@ 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://www.stud.ifi.uio.no/~oyvinha/gkleds/"
+HOMEPAGE="http://heim.ifi.uio.no/~oyvinha/gkleds/"
SLOT="2"
LICENSE="GPL-2"
KEYWORDS="x86 ppc sparc alpha amd64"
+DEPEND="x11-proto/inputproto"
+RDEPEND="x11-libs/libXtst"
+
PLUGIN_SO=gkleds.so
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
# Includes for gcc-4
sed -i -e '/^#include <stdio.h>/a#include <string.h>' src/gkleds_com.h || die "Patch failed"
}