From a456a1ff3f2ef00496906bb8c0b18d7b14ebfaf6 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Tue, 2 Apr 2013 18:56:39 +0000 Subject: Drop old (Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4) --- sys-power/bbswitch/ChangeLog | 5 ++++- sys-power/bbswitch/bbswitch-0.5.ebuild | 36 ---------------------------------- 2 files changed, 4 insertions(+), 37 deletions(-) delete mode 100644 sys-power/bbswitch/bbswitch-0.5.ebuild (limited to 'sys-power/bbswitch') 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 -bbswitch-0.5.ebuild: + Drop old 02 Apr 2013; Rick Farina 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 -} -- cgit v1.2.3-65-gdbad