Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/bbswitch/
Date: Tue, 22 Sep 2015 18:47:59
Message-Id: 1442947656.f5fbd58009ce58bc615a862845982cab1cda9a5a.pacho@gentoo
1 commit: f5fbd58009ce58bc615a862845982cab1cda9a5a
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 22 18:47:36 2015 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 22 18:47:36 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5fbd580
7
8 sys-power/bbswitch: Drop old
9
10 Package-Manager: portage-2.2.20.1
11
12 sys-power/bbswitch/Manifest | 1 -
13 sys-power/bbswitch/bbswitch-0.7.ebuild | 36 ----------------------------------
14 2 files changed, 37 deletions(-)
15
16 diff --git a/sys-power/bbswitch/Manifest b/sys-power/bbswitch/Manifest
17 index e2fad10..b460d95 100644
18 --- a/sys-power/bbswitch/Manifest
19 +++ b/sys-power/bbswitch/Manifest
20 @@ -1,2 +1 @@
21 -DIST bbswitch-0.7.tar.gz 20963 SHA256 bc21377c165aa2851b85c6a2e398c94be70a0519ba8241ea92aedcbaad7b4659 SHA512 4ba648012dc0e55210944f56d038ee90b4b61e4a38cdf35b33d9fd4777c93e07c53c43d18764c7c11aefea165a2152b766387d0d3267153983491dec6abe1493 WHIRLPOOL 5e4780c82393105e66d5949ac1470d7613807901d034d59042ccf64e36ce2b2512a78e354763793413fbc966d2181475629e749540b49fa8b161734a7808e95d
22 DIST bbswitch-0.8.tar.gz 15800 SHA256 76cabd3f734fb4fe6ebfe3ec9814138d0d6f47d47238521ecbd6a986b60d1477 SHA512 11ab163931feb6c0e202d04c4552b848e999fedea9990390c26b28abdb4a69081ccfb5a22d1e390cc274f1c0cfc9adedc719c5fece14738b17aaa93e28865b7c WHIRLPOOL 4215bb74779d5bfaacd1177f89636a9006fbce369c381e620868e7012092756417f7df732b373341254fad75e08f6de4536921f5478f0032d2961d22d56a3c15
23
24 diff --git a/sys-power/bbswitch/bbswitch-0.7.ebuild b/sys-power/bbswitch/bbswitch-0.7.ebuild
25 deleted file mode 100644
26 index b03f0e2..0000000
27 --- a/sys-power/bbswitch/bbswitch-0.7.ebuild
28 +++ /dev/null
29 @@ -1,36 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -inherit eutils linux-mod
36 -
37 -DESCRIPTION="Toggle discrete NVIDIA Optimus graphics card"
38 -HOMEPAGE="https://github.com/Bumblebee-Project/bbswitch"
39 -SRC_URI="https://github.com/Bumblebee-Project/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
40 -
41 -SLOT="0"
42 -LICENSE="GPL-3+"
43 -KEYWORDS="amd64 x86"
44 -IUSE=""
45 -
46 -DEPEND="virtual/linux-sources
47 - sys-kernel/linux-headers"
48 -RDEPEND=""
49 -
50 -MODULE_NAMES="bbswitch(acpi)"
51 -
52 -pkg_setup() {
53 - linux-mod_pkg_setup
54 -
55 - BUILD_TARGETS="default"
56 - BUILD_PARAMS="KVERSION=${KV_FULL}"
57 -}
58 -
59 -src_install() {
60 - insinto /etc/modprobe.d
61 - newins "${FILESDIR}"/bbswitch.modprobe bbswitch.conf
62 - dodoc NEWS
63 -
64 - linux-mod_src_install
65 -}