diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-12-19 03:02:42 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-12-19 03:02:42 +0000 |
commit | e96c0c607bdc7a7535fc2be6b19fb6b1c082a5ba (patch) | |
tree | 6da052f2a162f30e2a355055adefdd8611369920 /sys-power/bbswitch/bbswitch-0.8-r2.ebuild | |
parent | f658868b6e504639221a1bc5545225b04742fff1 (diff) |
winter overlay cleanup
Diffstat (limited to 'sys-power/bbswitch/bbswitch-0.8-r2.ebuild')
-rw-r--r-- | sys-power/bbswitch/bbswitch-0.8-r2.ebuild | 24 |
1 files changed, 0 insertions, 24 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 -} |