From 3cf7c3ef441822c889356fd1812ebf2944a59851 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 25 Aug 2020 10:45:55 +0100 Subject: gentoo resync : 25.08.2020 --- sys-power/tuxedo-cc-wmi/Manifest | 2 +- .../tuxedo-cc-wmi/tuxedo-cc-wmi-0.1.4-r1.ebuild | 23 ++++++++++++++++++++++ sys-power/tuxedo-cc-wmi/tuxedo-cc-wmi-0.1.4.ebuild | 23 ---------------------- 3 files changed, 24 insertions(+), 24 deletions(-) create mode 100644 sys-power/tuxedo-cc-wmi/tuxedo-cc-wmi-0.1.4-r1.ebuild delete mode 100644 sys-power/tuxedo-cc-wmi/tuxedo-cc-wmi-0.1.4.ebuild (limited to 'sys-power/tuxedo-cc-wmi') diff --git a/sys-power/tuxedo-cc-wmi/Manifest b/sys-power/tuxedo-cc-wmi/Manifest index b0c97bb8ddff..8c339a7340f1 100644 --- a/sys-power/tuxedo-cc-wmi/Manifest +++ b/sys-power/tuxedo-cc-wmi/Manifest @@ -1,3 +1,3 @@ DIST tuxedo-cc-wmi-0.1.4.tar.gz 25089 BLAKE2B f71eedeb02a301caf27ef12326cc9c163631788c5b991e980e78b618ff767ab4c0f6a609ebffefb3afa830b781e6043bdb85b9e4659927838c280d0aaa3b300c SHA512 a41faa7290859410eb8446dd02ee2bdf87a3085882f3fc6b968701bb14bab87bd6bcd4bf9839111c62eab8a8751f8c2cf378aa7297879f7781f73998199e5f27 -EBUILD tuxedo-cc-wmi-0.1.4.ebuild 569 BLAKE2B 3974f0fb4364fb433e08462fed3ec19d40c25993a6076e293a3e0d56bfb3407c787492f2e76a4e47c60e9730d3ce5406203c22929eadd0ad44a42d51f70ffea5 SHA512 cf62cad568bfeaf5a322af17b0388f5c6a555ebbfb5266d6b38127709dfde9bdee3c6f9a39f8c305ad3039c3f3a485a6a8dcd666043417e04b0f723ef6777a9c +EBUILD tuxedo-cc-wmi-0.1.4-r1.ebuild 569 BLAKE2B 3974f0fb4364fb433e08462fed3ec19d40c25993a6076e293a3e0d56bfb3407c787492f2e76a4e47c60e9730d3ce5406203c22929eadd0ad44a42d51f70ffea5 SHA512 cf62cad568bfeaf5a322af17b0388f5c6a555ebbfb5266d6b38127709dfde9bdee3c6f9a39f8c305ad3039c3f3a485a6a8dcd666043417e04b0f723ef6777a9c MISC metadata.xml 257 BLAKE2B 509de9ecfaa2a50c6900b1ec69308a827823d04fcd54b77575b9b18b71b508bfeecb4be9e230324cadb1bc70674516d4e6744a0dd50ed0556fd71b7b2458f86e SHA512 5f02fa3554ba0e4203073be18f3962b6b6c4dec5b7bf36dcadd9de78827b31c766573268d6c9b092a4e7382557fe423fc31899cfe963ddbfae9ee6015c05c920 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 new file mode 100644 index 000000000000..3810dcdaae36 --- /dev/null +++ b/sys-power/tuxedo-cc-wmi/tuxedo-cc-wmi-0.1.4-r1.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) KDIR=${KV_DIR} V=1 KBUILD_VERBOSE=1" +} 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 deleted file mode 100644 index 3810dcdaae36..000000000000 --- a/sys-power/tuxedo-cc-wmi/tuxedo-cc-wmi-0.1.4.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" -} -- cgit v1.2.3