[gentoo-commits] repo/gentoo:master commit in: sys-power/tuxedo-cc-wmi/, profiles/

2022-07-25 Thread Jakov Smolić
commit: b48ab7247188ec30737c7f185a7a8d20b973e479
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Jul 25 16:19:17 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Jul 25 16:19:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48ab724

sys-power/tuxedo-cc-wmi: treeclean

Signed-off-by: Jakov Smolić  gentoo.org>

 profiles/package.mask  |  5 -
 sys-power/tuxedo-cc-wmi/Manifest   |  1 -
 sys-power/tuxedo-cc-wmi/metadata.xml   |  8 
 .../tuxedo-cc-wmi/tuxedo-cc-wmi-0.1.4-r1.ebuild| 23 --
 4 files changed, 37 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 9e9b0d4039c0..2f40b81cc44e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -518,11 +518,6 @@ gnome-extra/gtkhtml
 # Removal on 2022-07-26.
 dev-python/jikanpy
 
-# Marc Schiffbauer  (2022-06-22)
-# Deprecated package. Removal in 30 days.
-# see bug #843746
-sys-power/tuxedo-cc-wmi
-
 # Sam James  (2022-05-28)
 # GCC 9 and older no longer receive upstream support or fixes for
 # bugs. Please switch to a newer GCC version using gcc-config.

diff --git a/sys-power/tuxedo-cc-wmi/Manifest b/sys-power/tuxedo-cc-wmi/Manifest
deleted file mode 100644
index 1cbeb56e540a..
--- a/sys-power/tuxedo-cc-wmi/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST tuxedo-cc-wmi-0.1.4.tar.gz 25089 BLAKE2B 
f71eedeb02a301caf27ef12326cc9c163631788c5b991e980e78b618ff767ab4c0f6a609ebffefb3afa830b781e6043bdb85b9e4659927838c280d0aaa3b300c
 SHA512 
a41faa7290859410eb8446dd02ee2bdf87a3085882f3fc6b968701bb14bab87bd6bcd4bf9839111c62eab8a8751f8c2cf378aa7297879f7781f73998199e5f27

diff --git a/sys-power/tuxedo-cc-wmi/metadata.xml 
b/sys-power/tuxedo-cc-wmi/metadata.xml
deleted file mode 100644
index 41b48edd30ec..
--- a/sys-power/tuxedo-cc-wmi/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-msch...@gentoo.org
-Marc Schiffbauer
-  
-

diff --git a/sys-power/tuxedo-cc-wmi/tuxedo-cc-wmi-0.1.4-r1.ebuild 
b/sys-power/tuxedo-cc-wmi/tuxedo-cc-wmi-0.1.4-r1.ebuild
deleted file mode 100644
index 3810dcdaae36..
--- a/sys-power/tuxedo-cc-wmi/tuxedo-cc-wmi-0.1.4-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit linux-mod toolchain-funcs
-
-DESCRIPTION="Kernel Module for Tuxedo WMI"
-HOMEPAGE="https://github.com/tuxedocomputers/tuxedo-cc-wmi;
-SRC_URI="https://github.com/tuxedocomputers/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-BUILD_TARGETS="all"
-MODULE_NAMES="tuxedo_cc_wmi(tuxedo:${S}:src)"
-
-pkg_setup() {
-   linux-mod_pkg_setup
-   BUILD_PARAMS="CC=$(tc-getBUILD_CC) KDIR=${KV_DIR} V=1 KBUILD_VERBOSE=1"
-}



[gentoo-commits] repo/gentoo:master commit in: sys-power/tuxedo-cc-wmi/

2020-06-30 Thread Marc Schiffbauer
commit: edd3344582c85ab8d5c5224b6b7b65256ea6f7b2
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Tue Jun 30 14:37:31 2020 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Tue Jun 30 14:38:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd33445

sys-power/tuxedo-cc-wmi: fix bug #730208

Closes: https://bugs.gentoo.org/730208
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Marc Schiffbauer  gentoo.org>

 sys-power/tuxedo-cc-wmi/tuxedo-cc-wmi-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/tuxedo-cc-wmi/tuxedo-cc-wmi-0.1.4.ebuild 
b/sys-power/tuxedo-cc-wmi/tuxedo-cc-wmi-0.1.4.ebuild
index 990f9c91e1e..3810dcdaae3 100644
--- a/sys-power/tuxedo-cc-wmi/tuxedo-cc-wmi-0.1.4.ebuild
+++ b/sys-power/tuxedo-cc-wmi/tuxedo-cc-wmi-0.1.4.ebuild
@@ -19,5 +19,5 @@ MODULE_NAMES="tuxedo_cc_wmi(tuxedo:${S}:src)"
 
 pkg_setup() {
linux-mod_pkg_setup
-   BUILD_PARAMS="CC=$(tc-getBUILD_CC) KERN_DIR=${KV_DIR} 
KERN_VER=${KV_FULL} O=${KV_OUT_DIR} V=1 KBUILD_VERBOSE=1"
+   BUILD_PARAMS="CC=$(tc-getBUILD_CC) KDIR=${KV_DIR} V=1 KBUILD_VERBOSE=1"
 }



[gentoo-commits] repo/gentoo:master commit in: sys-power/tuxedo-cc-wmi/

2020-06-29 Thread Marc Schiffbauer
commit: e2761026bcc9f51c75e011cf99e0f191f31f2297
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Mon Jun 29 21:25:37 2020 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Mon Jun 29 21:29:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2761026

sys-power/tuxedo-cc-wmi: added new ebuild

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Marc Schiffbauer  gentoo.org>

 sys-power/tuxedo-cc-wmi/Manifest   |  1 +
 sys-power/tuxedo-cc-wmi/metadata.xml   |  9 +
 sys-power/tuxedo-cc-wmi/tuxedo-cc-wmi-0.1.4.ebuild | 23 ++
 3 files changed, 33 insertions(+)

diff --git a/sys-power/tuxedo-cc-wmi/Manifest b/sys-power/tuxedo-cc-wmi/Manifest
new file mode 100644
index 000..1cbeb56e540
--- /dev/null
+++ b/sys-power/tuxedo-cc-wmi/Manifest
@@ -0,0 +1 @@
+DIST tuxedo-cc-wmi-0.1.4.tar.gz 25089 BLAKE2B 
f71eedeb02a301caf27ef12326cc9c163631788c5b991e980e78b618ff767ab4c0f6a609ebffefb3afa830b781e6043bdb85b9e4659927838c280d0aaa3b300c
 SHA512 
a41faa7290859410eb8446dd02ee2bdf87a3085882f3fc6b968701bb14bab87bd6bcd4bf9839111c62eab8a8751f8c2cf378aa7297879f7781f73998199e5f27

diff --git a/sys-power/tuxedo-cc-wmi/metadata.xml 
b/sys-power/tuxedo-cc-wmi/metadata.xml
new file mode 100644
index 000..e42604230c1
--- /dev/null
+++ b/sys-power/tuxedo-cc-wmi/metadata.xml
@@ -0,0 +1,9 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+msch...@gentoo.org
+Marc Schiffbauer
+  
+
+

diff --git a/sys-power/tuxedo-cc-wmi/tuxedo-cc-wmi-0.1.4.ebuild 
b/sys-power/tuxedo-cc-wmi/tuxedo-cc-wmi-0.1.4.ebuild
new file mode 100644
index 000..990f9c91e1e
--- /dev/null
+++ b/sys-power/tuxedo-cc-wmi/tuxedo-cc-wmi-0.1.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit linux-mod toolchain-funcs
+
+DESCRIPTION="Kernel Module for Tuxedo WMI"
+HOMEPAGE="https://github.com/tuxedocomputers/tuxedo-cc-wmi;
+SRC_URI="https://github.com/tuxedocomputers/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+BUILD_TARGETS="all"
+MODULE_NAMES="tuxedo_cc_wmi(tuxedo:${S}:src)"
+
+pkg_setup() {
+   linux-mod_pkg_setup
+   BUILD_PARAMS="CC=$(tc-getBUILD_CC) KERN_DIR=${KV_DIR} 
KERN_VER=${KV_FULL} O=${KV_OUT_DIR} V=1 KBUILD_VERBOSE=1"
+}