diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-12 20:35:07 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-12 20:35:07 +0300 |
commit | da980880462f37bc2c16beadb979173192c272d2 (patch) | |
tree | e3c2827f643957b61ab98a015e57152dee0c312c /app-laptop | |
parent | net-wireless/bcm43xx-fwcutter: remove last-rited pkg (diff) | |
download | gentoo-da980880462f37bc2c16beadb979173192c272d2.tar.gz gentoo-da980880462f37bc2c16beadb979173192c272d2.tar.bz2 gentoo-da980880462f37bc2c16beadb979173192c272d2.zip |
app-laptop/nvidiabl: remove last-rited pkg
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/nvidiabl/Manifest | 2 | ||||
-rw-r--r-- | app-laptop/nvidiabl/files/nvidiabl-0.87-linux-4.0.patch | 23 | ||||
-rw-r--r-- | app-laptop/nvidiabl/metadata.xml | 15 | ||||
-rw-r--r-- | app-laptop/nvidiabl/nvidiabl-0.83.ebuild | 37 | ||||
-rw-r--r-- | app-laptop/nvidiabl/nvidiabl-0.87.ebuild | 34 |
5 files changed, 0 insertions, 111 deletions
diff --git a/app-laptop/nvidiabl/Manifest b/app-laptop/nvidiabl/Manifest deleted file mode 100644 index 7d3b9cd0dc3d..000000000000 --- a/app-laptop/nvidiabl/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST nvidiabl-0.83.tar.gz 448594 BLAKE2B c80b4f5e09f71004cc1e5eea033181a3de9906648775c415cf9c07e2a16e32fc7e45c32cbe4cd1cb264a2c4be00fc6bb80ac76a6109caf523663132fbf2df662 SHA512 cbf4f042acb9005c25d8d008973220f4d42fe890bfd86a34b72c0e56129dfcdcad2383acacf048e5e9da33aaf759053cdadeddac9e0946ae49a8a29ed03447dd -DIST nvidiabl-0.87.tar.gz 36563463 BLAKE2B 6feab5505583a26d2426cb3a682e96dd72bb903b5c4187516b22fe4a0b4fb7bb0d7c797396c4b69ab62240baf65337dcb41efcd9952400e1c098f26f6e31ae10 SHA512 778f8b9e7d6d8e9ecbeef745bf3602e56b38757791d7b49ebf3326758117487f7494e232aaa9354b91fd17ee3578c80278e0e60175b274b1a1a93e952dc0dfe5 diff --git a/app-laptop/nvidiabl/files/nvidiabl-0.87-linux-4.0.patch b/app-laptop/nvidiabl/files/nvidiabl-0.87-linux-4.0.patch deleted file mode 100644 index b466bcb620c9..000000000000 --- a/app-laptop/nvidiabl/files/nvidiabl-0.87-linux-4.0.patch +++ /dev/null @@ -1,23 +0,0 @@ -From dee67fbf8eeec1651dbee3c2045ce6a93da949dc Mon Sep 17 00:00:00 2001 -From: Thomas Wucher <mail@thomaswucher.de> -Date: Tue, 14 Apr 2015 08:41:09 +0200 -Subject: [PATCH] Replace strnicmp by stncasecmp to fix build on Linux 4.0 - ---- - nvidiabl-module.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/nvidiabl-module.c b/nvidiabl-module.c -index b789ea4..b306579 100644 ---- a/nvidiabl-module.c -+++ b/nvidiabl-module.c -@@ -214,7 +214,7 @@ static int __init nvidiabl_init(void) - #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,39) - - for (iii = 0 ; iii < sizeof(backlight_type_ids) ; iii++) { -- if (strnicmp(bl_type, backlight_type_ids[iii].id, sizeof(bl_type)) == 0) { -+ if (strncasecmp(bl_type, backlight_type_ids[iii].id, sizeof(bl_type)) == 0) { - props.type = backlight_type_ids[iii].type; - printk(KERN_INFO "nvidiabl: backlight type is %s\n", backlight_type_ids[iii].id); - } - diff --git a/app-laptop/nvidiabl/metadata.xml b/app-laptop/nvidiabl/metadata.xml deleted file mode 100644 index d57b36ae2558..000000000000 --- a/app-laptop/nvidiabl/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>gentoobugzilla@jeltef.nl</email> - <name>Jelte Fennema</name> - </maintainer> - <maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <upstream> - <remote-id type="github">guillaumezin/nvidiabl</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-laptop/nvidiabl/nvidiabl-0.83.ebuild b/app-laptop/nvidiabl/nvidiabl-0.83.ebuild deleted file mode 100644 index 60f196c88ea6..000000000000 --- a/app-laptop/nvidiabl/nvidiabl-0.83.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit linux-mod - -DESCRIPTION="Linux driver for setting the backlight brightness on laptops using -NVIDIA GPU" -HOMEPAGE="https://github.com/guillaumezin/nvidiabl" -SRC_URI="https://github.com/guillaumezin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -RESTRICT="test" - -BUILD_TARGETS="modules" -MODULE_NAMES="nvidiabl()" - -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}" - MAKEOPTS+=" V=1" - linux-mod_src_compile -} diff --git a/app-laptop/nvidiabl/nvidiabl-0.87.ebuild b/app-laptop/nvidiabl/nvidiabl-0.87.ebuild deleted file mode 100644 index e4179351b278..000000000000 --- a/app-laptop/nvidiabl/nvidiabl-0.87.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit linux-mod eutils - -DESCRIPTION="Linux driver for setting the backlight brightness on laptops using NVIDIA GPU" -HOMEPAGE="https://github.com/guillaumezin/nvidiabl" -SRC_URI="https://github.com/guillaumezin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -pkg_setup() { - 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_prepare() { - epatch "${FILESDIR}"/${P}-linux-4.0.patch -} - -src_compile() { - BUILD_PARAMS="KVER=${KV_FULL}" - BUILD_TARGETS="modules" - MODULE_NAMES="nvidiabl()" - - MAKEOPTS+=" V=1" - linux-mod_src_compile -} |