diff options
author | Fabio Erculiani <lxnay@gentoo.org> | 2013-07-04 07:20:23 +0000 |
---|---|---|
committer | Fabio Erculiani <lxnay@gentoo.org> | 2013-07-04 07:20:23 +0000 |
commit | 55de9544a67e9b18959f3f1cf9edad2d4115bf5b (patch) | |
tree | 66d0a9439d76615bbb4025f9ca8fd5d33bb36a13 /sys-power/bbswitch | |
parent | Add regular release (diff) | |
download | gentoo-2-55de9544a67e9b18959f3f1cf9edad2d4115bf5b.tar.gz gentoo-2-55de9544a67e9b18959f3f1cf9edad2d4115bf5b.tar.bz2 gentoo-2-55de9544a67e9b18959f3f1cf9edad2d4115bf5b.zip |
version bump, bug #475632, drop old
(Portage version: 2.2.0_alpha178/cvs/Linux x86_64, signed Manifest commit with key ADC916E5)
Diffstat (limited to 'sys-power/bbswitch')
-rw-r--r-- | sys-power/bbswitch/ChangeLog | 8 | ||||
-rw-r--r-- | sys-power/bbswitch/bbswitch-0.7.ebuild (renamed from sys-power/bbswitch/bbswitch-0.5-r1.ebuild) | 11 |
2 files changed, 10 insertions, 9 deletions
diff --git a/sys-power/bbswitch/ChangeLog b/sys-power/bbswitch/ChangeLog index 68a48d54efcc..64043ac01561 100644 --- a/sys-power/bbswitch/ChangeLog +++ b/sys-power/bbswitch/ChangeLog @@ -1,6 +1,12 @@ # 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.10 2013/04/02 18:56:39 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/bbswitch/ChangeLog,v 1.11 2013/07/04 07:20:23 lxnay Exp $ + +*bbswitch-0.7 (04 Jul 2013) + + 04 Jul 2013; Fabio Erculiani <lxnay@gentoo.org> -bbswitch-0.5-r1.ebuild, + +bbswitch-0.7.ebuild: + version bump, bug #475632, drop old 02 Apr 2013; Pacho Ramos <pacho@gentoo.org> -bbswitch-0.5.ebuild: Drop old diff --git a/sys-power/bbswitch/bbswitch-0.5-r1.ebuild b/sys-power/bbswitch/bbswitch-0.7.ebuild index 12f545d2651c..c8160a9231c4 100644 --- a/sys-power/bbswitch/bbswitch-0.5-r1.ebuild +++ b/sys-power/bbswitch/bbswitch-0.7.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/bbswitch/bbswitch-0.5-r1.ebuild,v 1.1 2013/02/26 20:10:45 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/bbswitch/bbswitch-0.7.ebuild,v 1.1 2013/07/04 07:20:23 lxnay Exp $ EAPI=5 inherit eutils 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" +SRC_URI="https://github.com/Bumblebee-Project/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" -LICENSE="GPL-2" +LICENSE="GPL-3+" KEYWORDS="~amd64 ~x86" IUSE="" @@ -27,11 +27,6 @@ pkg_setup() { BUILD_PARAMS="KVERSION=${KV_FULL}" } -src_prepare() { - # Linux 3.8 compatibility hack, bug #458508 - epatch "${FILESDIR}/${P}-kernel-3.8.patch" -} - src_install() { insinto /etc/modprobe.d newins "${FILESDIR}"/bbswitch.modprobe bbswitch.conf |