summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-laptop/i8kutils/i8kutils-1.17.ebuild')
-rw-r--r--app-laptop/i8kutils/i8kutils-1.17.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/app-laptop/i8kutils/i8kutils-1.17.ebuild b/app-laptop/i8kutils/i8kutils-1.17.ebuild
deleted file mode 100644
index 5707dd988a4b..000000000000
--- a/app-laptop/i8kutils/i8kutils-1.17.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/i8kutils-1.17.ebuild,v 1.5 2005/04/21 07:13:52 wormo Exp $
-
-DESCRIPTION="Dell Inspiron and Latitude utilities"
-HOMEPAGE="http://people.debian.org/~dz/i8k/"
-SRC_URI="http://people.debian.org/~dz/i8k/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* x86 amd64"
-IUSE="tcltk"
-
-DEPEND="virtual/libc
- virtual/x11
- >=dev-lang/tk-8.3.3"
-
-src_compile() {
- make all || die
-}
-
-src_install() {
- dobin i8kbuttons i8kctl i8kfan i8kmon
- use tcltk && dobin i8kmon
- doman i8kbuttons.1 i8kctl.1
- use tcltk && doman i8kmon.1
- use tcltk && dosym /usr/bin/i8kctl /usr/bin/i8kfan
- dodoc README.i8kutils
- dodoc i8kmon.conf
- dodoc Configure.help.i8k
- docinto examples/
- dodoc examples/*
-}