summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-06-08 16:05:12 +0200
committerMichał Górny <mgorny@gentoo.org>2016-06-08 16:05:12 +0200
commit7617c53d5464c92d35f7d29a39ac739b4c33973d (patch)
tree5487341be4cc4b02a13355253e2de3bc8a92196b /app-laptop/nvidia-bl/nvidia-bl-0.16.10.ebuild
parentsys-auth/google-authenticator: Remove, now in ::gentoo (diff)
downloadsunrise-7617c53d5464c92d35f7d29a39ac739b4c33973d.tar.gz
sunrise-7617c53d5464c92d35f7d29a39ac739b4c33973d.tar.bz2
sunrise-7617c53d5464c92d35f7d29a39ac739b4c33973d.zip
app-laptop/nvidia-bl: Moved to gentoo as app-laptop/nvidiabl
Diffstat (limited to 'app-laptop/nvidia-bl/nvidia-bl-0.16.10.ebuild')
-rw-r--r--app-laptop/nvidia-bl/nvidia-bl-0.16.10.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/app-laptop/nvidia-bl/nvidia-bl-0.16.10.ebuild b/app-laptop/nvidia-bl/nvidia-bl-0.16.10.ebuild
deleted file mode 100644
index a0f2b27cc..000000000
--- a/app-laptop/nvidia-bl/nvidia-bl-0.16.10.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils linux-mod linux-info
-
-DESCRIPTION="Nvidia-based graphics adapter backlight driver"
-HOMEPAGE="https://launchpad.net/~mactel-support"
-SRC_URI="https://launchpad.net/~mactel-support/+archive/ppa/+files/${PN}-dkms_${PV}~lucid.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-S="${WORKDIR}/${PN}-dkms-${PV}/usr/src/dkms_source_tree"
-
-MODULE_NAMES="nvidia_bl(kernel/drivers)"
-
-pkg_setup() {
- kernel_is -lt 2 6 29 && die "kernel 2.6.29 or higher is required"
- linux-mod_pkg_setup
- BUILD_PARAMS="-C ${KV_DIR} M=${S}"
- BUILD_TARGETS="nvidia_bl.ko"
-}