summaryrefslogtreecommitdiff
path: root/sys-power/bbswitch/bbswitch-0.8-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-07-22 14:17:27 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-07-22 14:17:27 +0100
commiteba018cbf76e1e06693bad1ffea482f1b0e85324 (patch)
tree05d9926c056ba0431ba18f1ed786adc22e321810 /sys-power/bbswitch/bbswitch-0.8-r1.ebuild
parentce5d9369ef8851bbbfd2629532ccea5db7aea8d5 (diff)
fix possible circular deps
Diffstat (limited to 'sys-power/bbswitch/bbswitch-0.8-r1.ebuild')
-rw-r--r--sys-power/bbswitch/bbswitch-0.8-r1.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/sys-power/bbswitch/bbswitch-0.8-r1.ebuild b/sys-power/bbswitch/bbswitch-0.8-r1.ebuild
deleted file mode 100644
index f5254c4d..00000000
--- a/sys-power/bbswitch/bbswitch-0.8-r1.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=""
-
-S=${WORKDIR}
-
-src_install() {
- insinto /etc/modprobe.d
- newins "${FILESDIR}"/bbswitch.modprobe bbswitch.conf
-}