diff options
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/bbswitch/ChangeLog | 5 | ||||
-rw-r--r-- | sys-power/bbswitch/bbswitch-0.5.ebuild | 36 |
2 files changed, 4 insertions, 37 deletions
diff --git a/sys-power/bbswitch/ChangeLog b/sys-power/bbswitch/ChangeLog index f9c3e935e1e2..68a48d54efcc 100644 --- a/sys-power/bbswitch/ChangeLog +++ b/sys-power/bbswitch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-power/bbswitch # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/bbswitch/ChangeLog,v 1.9 2013/04/02 16:53:16 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/bbswitch/ChangeLog,v 1.10 2013/04/02 18:56:39 pacho Exp $ + + 02 Apr 2013; Pacho Ramos <pacho@gentoo.org> -bbswitch-0.5.ebuild: + Drop old 02 Apr 2013; Rick Farina <zerochaos@gentoo.org> bbswitch-0.6.ebuild: fixing license per bug #463956 diff --git a/sys-power/bbswitch/bbswitch-0.5.ebuild b/sys-power/bbswitch/bbswitch-0.5.ebuild deleted file mode 100644 index be2eb49bffa8..000000000000 --- a/sys-power/bbswitch/bbswitch-0.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/bbswitch/bbswitch-0.5.ebuild,v 1.1 2012/10/27 11:56:44 pacho Exp $ - -EAPI="4" -inherit linux-mod - -DESCRIPTION="Toggle discrete NVIDIA Optimus graphics card" -HOMEPAGE="https://github.com/Bumblebee-Project/bbswitch" -SRC_URI="mirror://github/Bumblebee-Project/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="virtual/linux-sources - sys-kernel/linux-headers" -RDEPEND="" - -MODULE_NAMES="bbswitch(acpi)" - -pkg_setup() { - linux-mod_pkg_setup - - BUILD_TARGETS="default" - BUILD_PARAMS="KVERSION=${KV_FULL}" -} - -src_install() { - insinto /etc/modprobe.d - newins "${FILESDIR}"/bbswitch.modprobe bbswitch.conf - dodoc NEWS - - linux-mod_src_install -} |