summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-laptop/lenovo-sl-laptop/lenovo-sl-laptop-20090607.ebuild')
-rw-r--r--app-laptop/lenovo-sl-laptop/lenovo-sl-laptop-20090607.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/app-laptop/lenovo-sl-laptop/lenovo-sl-laptop-20090607.ebuild b/app-laptop/lenovo-sl-laptop/lenovo-sl-laptop-20090607.ebuild
deleted file mode 100644
index 137e24e..0000000
--- a/app-laptop/lenovo-sl-laptop/lenovo-sl-laptop-20090607.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header$
-
-EAPI="2"
-
-inherit linux-info linux-mod
-
-DESCRIPTION="Driver for Lenovo ThinkPad SL laptops."
-HOMEPAGE="http://github.com/tetromino/lenovo-sl-laptop/tree/master"
-SRC_URI="http://dev.gentoo.org/~nelchael/distfiles/${P}.tar.bz2"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-CONFIG_CHECK="HWMON BACKLIGHT_CLASS_DEVICE"
-
-MODULE_NAMES="${PN}(acpi)"
-BUILD_TARGETS="module"
-
-S="${WORKDIR}/${PN}"
-
-src_install() {
- linux-mod_src_install
- dodoc README
-}