app-laptop/nvidiabl: remove last-rited pkg
authorMikle Kolyada <zlogene@gentoo.org>
Sun, 12 Jan 2020 17:35:07 +0000 (20:35 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sun, 12 Jan 2020 17:35:07 +0000 (20:35 +0300)
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
app-laptop/nvidiabl/Manifest [deleted file]
app-laptop/nvidiabl/files/nvidiabl-0.87-linux-4.0.patch [deleted file]
app-laptop/nvidiabl/metadata.xml [deleted file]
app-laptop/nvidiabl/nvidiabl-0.83.ebuild [deleted file]
app-laptop/nvidiabl/nvidiabl-0.87.ebuild [deleted file]

diff --git a/app-laptop/nvidiabl/Manifest b/app-laptop/nvidiabl/Manifest
deleted file mode 100644 (file)
index 7d3b9cd..0000000
+++ /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 (file)
index b466bcb..0000000
+++ /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 (file)
index d57b36a..0000000
+++ /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 (file)
index 60f196c..0000000
+++ /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 (file)
index e417935..0000000
+++ /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
-}