diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-12-04 16:10:22 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-12-04 16:10:22 +0000 |
commit | 7623b8b96d81e5a06582627a3c16184aa9a407dd (patch) | |
tree | 01bd47bf544743622415a12b2c1eeca755d68686 /sys-power/bbswitch/bbswitch-0.8-r1710.ebuild | |
parent | be1da17bfb8c189ff660ba49a7b6a05a4a6ed32e (diff) |
lower revisions
Diffstat (limited to 'sys-power/bbswitch/bbswitch-0.8-r1710.ebuild')
-rw-r--r-- | sys-power/bbswitch/bbswitch-0.8-r1710.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/sys-power/bbswitch/bbswitch-0.8-r1710.ebuild b/sys-power/bbswitch/bbswitch-0.8-r1710.ebuild deleted file mode 100644 index b0a25a9f..00000000 --- a/sys-power/bbswitch/bbswitch-0.8-r1710.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 -} |