summaryrefslogtreecommitdiff
path: root/sys-power
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-12-19 03:02:42 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-12-19 03:02:42 +0000
commite96c0c607bdc7a7535fc2be6b19fb6b1c082a5ba (patch)
tree6da052f2a162f30e2a355055adefdd8611369920 /sys-power
parentf658868b6e504639221a1bc5545225b04742fff1 (diff)
winter overlay cleanup
Diffstat (limited to 'sys-power')
-rw-r--r--sys-power/bbswitch/bbswitch-0.8-r2.ebuild24
-rw-r--r--sys-power/bbswitch/files/bbswitch.modprobe1
2 files changed, 0 insertions, 25 deletions
diff --git a/sys-power/bbswitch/bbswitch-0.8-r2.ebuild b/sys-power/bbswitch/bbswitch-0.8-r2.ebuild
deleted file mode 100644
index b0a25a9f..00000000
--- a/sys-power/bbswitch/bbswitch-0.8-r2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Toggle discrete NVIDIA Optimus graphics card"
-HOMEPAGE="https://github.com/Bumblebee-Project/bbswitch"
-SLOT="0"
-LICENSE="GPL-3+"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="~sys-kernel/${PN}-dkms-${PV}"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}
-
-src_install() {
- insinto /etc/modprobe.d
- newins "${FILESDIR}"/bbswitch.modprobe bbswitch.conf
-}
diff --git a/sys-power/bbswitch/files/bbswitch.modprobe b/sys-power/bbswitch/files/bbswitch.modprobe
deleted file mode 100644
index dd6500c7..00000000
--- a/sys-power/bbswitch/files/bbswitch.modprobe
+++ /dev/null
@@ -1 +0,0 @@
-options bbswitch load_state=-1 unload_state=-1 \ No newline at end of file