diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-01-12 16:36:11 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-01-12 16:36:11 +0000 |
commit | 144773e7237802e0817ba9ddcda4b685a4c94ba6 (patch) | |
tree | 712cfa7b730f75426d0e6c74f88769f2e84eb6e5 /app-laptop/nvidiabl | |
parent | Stable for HPPA (bug #496840). (diff) | |
download | gentoo-2-144773e7237802e0817ba9ddcda4b685a4c94ba6.tar.gz gentoo-2-144773e7237802e0817ba9ddcda4b685a4c94ba6.tar.bz2 gentoo-2-144773e7237802e0817ba9ddcda4b685a4c94ba6.zip |
Don't make kernel check fatal, drop old
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-laptop/nvidiabl')
-rw-r--r-- | app-laptop/nvidiabl/ChangeLog | 8 | ||||
-rw-r--r-- | app-laptop/nvidiabl/nvidiabl-0.80.ebuild | 37 | ||||
-rw-r--r-- | app-laptop/nvidiabl/nvidiabl-0.83.ebuild | 6 |
3 files changed, 9 insertions, 42 deletions
diff --git a/app-laptop/nvidiabl/ChangeLog b/app-laptop/nvidiabl/ChangeLog index 306f4836baba..d73ee9a91be2 100644 --- a/app-laptop/nvidiabl/ChangeLog +++ b/app-laptop/nvidiabl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-laptop/nvidiabl -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/nvidiabl/ChangeLog,v 1.19 2013/09/25 18:26:47 angelos Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/nvidiabl/ChangeLog,v 1.20 2014/01/12 16:36:11 pacho Exp $ + + 12 Jan 2014; Pacho Ramos <pacho@gentoo.org> -nvidiabl-0.80.ebuild, + nvidiabl-0.83.ebuild: + Don't make kernel check fatal, drop old *nvidiabl-0.83 (25 Sep 2013) diff --git a/app-laptop/nvidiabl/nvidiabl-0.80.ebuild b/app-laptop/nvidiabl/nvidiabl-0.80.ebuild deleted file mode 100644 index b146a151e4de..000000000000 --- a/app-laptop/nvidiabl/nvidiabl-0.80.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/nvidiabl/nvidiabl-0.80.ebuild,v 1.1 2013/01/19 21:23:37 angelos Exp $ - -EAPI=4 -inherit linux-mod - -DESCRIPTION="Linux driver for setting the backlight brightness on laptops using -NVIDIA GPU" -HOMEPAGE="https://github.com/guillaumezin/nvidiabl" -SRC_URI="mirror://github/guillaumezin/${PN}/${P}-source-only.dkms.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -BUILD_TARGETS="modules" -MODULE_NAMES="nvidiabl()" - -S=${WORKDIR}/dkms_source_tree - -pkg_pretend() { - CONFIG_CHECK="FB_BACKLIGHT" - ERROR_FB_BACKLIGHT="Your kernel does not support FB_BACKLIGHT. To enable you -it you can enable any frame buffer with backlight control or nouveau. -Note that you cannot use FB_NVIDIA with nvidia's proprietary driver" - linux-mod_pkg_setup -} - -src_compile() { - BUILD_PARAMS="KVER=${KV_FULL}" - linux-mod_src_compile -} diff --git a/app-laptop/nvidiabl/nvidiabl-0.83.ebuild b/app-laptop/nvidiabl/nvidiabl-0.83.ebuild index 36bd98ca50a3..d17d404e04c9 100644 --- a/app-laptop/nvidiabl/nvidiabl-0.83.ebuild +++ b/app-laptop/nvidiabl/nvidiabl-0.83.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/nvidiabl/nvidiabl-0.83.ebuild,v 1.1 2013/09/25 18:26:47 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/nvidiabl/nvidiabl-0.83.ebuild,v 1.2 2014/01/12 16:36:11 pacho Exp $ EAPI=5 inherit linux-mod @@ -24,7 +24,7 @@ BUILD_TARGETS="modules" MODULE_NAMES="nvidiabl()" pkg_pretend() { - CONFIG_CHECK="FB_BACKLIGHT" + CONFIG_CHECK="~FB_BACKLIGHT" ERROR_FB_BACKLIGHT="Your kernel does not support FB_BACKLIGHT. To enable you it you can enable any frame buffer with backlight control or nouveau. Note that you cannot use FB_NVIDIA with nvidia's proprietary driver" |