summaryrefslogtreecommitdiff
path: root/app-laptop/i8kutils/i8kutils-1.42.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-laptop/i8kutils/i8kutils-1.42.ebuild')
-rw-r--r--app-laptop/i8kutils/i8kutils-1.42.ebuild52
1 files changed, 0 insertions, 52 deletions
diff --git a/app-laptop/i8kutils/i8kutils-1.42.ebuild b/app-laptop/i8kutils/i8kutils-1.42.ebuild
deleted file mode 100644
index a02cb3a89a8a..000000000000
--- a/app-laptop/i8kutils/i8kutils-1.42.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils systemd toolchain-funcs
-
-DESCRIPTION="Dell Inspiron and Latitude utilities"
-HOMEPAGE="https://launchpad.net/i8kutils"
-SRC_URI="https://launchpad.net/i8kutils/trunk/${PV}/+download/${P/-/_}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="tk"
-
-DEPEND="tk? ( dev-lang/tk:0 )"
-RDEPEND="${DEPEND}
- sys-power/acpi"
-
-S="${WORKDIR}/${PN}"
-
-DOCS=( README.i8kutils )
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-gcc5.patch"
- epatch "${FILESDIR}/${P}-Makefile.patch"
-
- tc-export CC
-}
-
-src_install() {
- dobin i8kctl i8kfan
- doman i8kctl.1
- dodoc README.i8kutils
-
- newinitd "${FILESDIR}"/i8k.init-r1 i8k
- newconfd "${FILESDIR}"/i8k.conf i8k
-
- if use tk; then
- dobin i8kmon
- doman i8kmon.1
- dodoc i8kmon.conf
- systemd_dounit "${FILESDIR}"/i8kmon.service
- else
- cat >> "${ED}"/etc/conf.d/i8k <<- EOF
-
- # i8kmon disabled because the package was installed without USE=tk
- NOMON=1
- EOF
- fi
-}