commit: f83c42395d88b21be2f2fedc99ecb73dc230a775
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 25 20:22:07 2019 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Mon Feb 25 20:22:07 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f83c4239
sys-power/bbswitch: 9999, 0.8-r2 - better kernel source dir handling,
With approval of NP-Hardass adding myself to metadata. EAPI bump.
Fixing the way kernel sources are find, the hardcoded value uses running
kernel's /build dir, it was later altered to default /usr/src/linux.
This change makes it so it uses $KERNEL_DIR that defaults to
/usr/src/linux and fallback to running kernel's /build if no
/usr/src/linux exist.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
sys-power/bbswitch/{bbswitch-9999.ebuild => bbswitch-0.8-r2.ebuild} | 6 +++---
sys-power/bbswitch/bbswitch-9999.ebuild | 6 +++---
sys-power/bbswitch/metadata.xml | 4 ++++
3 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/sys-power/bbswitch/bbswitch-9999.ebuild
b/sys-power/bbswitch/bbswitch-0.8-r2.ebuild
similarity index 89%
copy from sys-power/bbswitch/bbswitch-9999.ebuild
copy to sys-power/bbswitch/bbswitch-0.8-r2.ebuild
index bb29cb2fd85..ad44354463c 100644
--- a/sys-power/bbswitch/bbswitch-9999.ebuild
+++ b/sys-power/bbswitch/bbswitch-0.8-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit linux-mod
@@ -39,7 +39,7 @@ pkg_setup() {
src_prepare() {
# Fix build failure, bug #513542
- sed -i 's/^KDIR.*$/KDIR\ \:= \/usr\/src\/linux/g' Makefile || die
+ sed "s%^KDIR :=.*%KDIR := ${KERNEL_DIR}%g" -i Makefile || die
default
}
diff --git a/sys-power/bbswitch/bbswitch-9999.ebuild
b/sys-power/bbswitch/bbswitch-9999.ebuild
index bb29cb2fd85..ad44354463c 100644
--- a/sys-power/bbswitch/bbswitch-9999.ebuild
+++ b/sys-power/bbswitch/bbswitch-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit linux-mod
@@ -39,7 +39,7 @@ pkg_setup() {
src_prepare() {
# Fix build failure, bug #513542
- sed -i 's/^KDIR.*$/KDIR\ \:= \/usr\/src\/linux/g' Makefile || die
+ sed "s%^KDIR :=.*%KDIR := ${KERNEL_DIR}%g" -i Makefile || die
default
}
diff --git a/sys-power/bbswitch/metadata.xml b/sys-power/bbswitch/metadata.xml
index 437e2daa175..4c90e0a75de 100644
--- a/sys-power/bbswitch/metadata.xml
+++ b/sys-power/bbswitch/metadata.xml
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Piotr Karbowski</name>
+ </maintainer>
<maintainer type="person">
<email>[email protected]</email>
<name>NP-Hardass</name>