summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2010-08-11 13:37:36 +0000
committerJim Ramsay <lack@gentoo.org>2010-08-11 13:37:36 +0000
commit69c3838ea2371319475b099801af64d5f2d8d6fe (patch)
treec07dbef58259dd75deb27991a9b1b078fdcd5549 /x11-plugins/i8krellm/i8krellm-2.5-r1.ebuild
parentAdd patch to respect LDFLAGS (Bug #331831) (diff)
downloadhistorical-69c3838ea2371319475b099801af64d5f2d8d6fe.tar.gz
historical-69c3838ea2371319475b099801af64d5f2d8d6fe.tar.bz2
historical-69c3838ea2371319475b099801af64d5f2d8d6fe.zip
Respect LDFLAGS (Bug #331873)
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'x11-plugins/i8krellm/i8krellm-2.5-r1.ebuild')
-rw-r--r--x11-plugins/i8krellm/i8krellm-2.5-r1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-plugins/i8krellm/i8krellm-2.5-r1.ebuild b/x11-plugins/i8krellm/i8krellm-2.5-r1.ebuild
new file mode 100644
index 000000000000..837eccfd3e5d
--- /dev/null
+++ b/x11-plugins/i8krellm/i8krellm-2.5-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/i8krellm/i8krellm-2.5-r1.ebuild,v 1.1 2010/08/11 13:37:36 lack Exp $
+
+EAPI=3
+inherit gkrellm-plugin
+
+DESCRIPTION="GKrellM2 Plugin for the Dell Inspiron and Latitude notebooks"
+SRC_URI="http://www.coding-zone.com/${P}.tar.gz"
+HOMEPAGE="http://www.coding-zone.com/?page=i8krellm"
+IUSE=""
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="-* ~x86"
+
+RDEPEND=">=app-laptop/i8kutils-1.5"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+ epatch "${FILESDIR}/${P}-Respect-LDFLAGS.patch"
+}