Browse Source

Remove clevo-wmi/xsm packages as never working and not supported anymore

Sergey Ilinykh 5 năm trước cách đây
mục cha
commit
595f3fb16b

+ 0 - 9
app-laptop/clevo-wmi/ChangeLog

@@ -1,9 +0,0 @@
-# ChangeLog for app-laptop/clevo-wmi
-# Copyright 1999-2018 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*clevo-wmi-9999 (23 Oct 2013)
-
-  23 Oct 2013; rion <rion4ik@gmail.com> +clevo-wmi-9999.ebuild, +metadata.xml:
-  initial import
-

+ 0 - 38
app-laptop/clevo-wmi/clevo-wmi-9999.ebuild

@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit git-r3 linux-mod
-
-DESCRIPTION="WMI driver for Clevo laptops"
-HOMEPAGE="http://forum.notebookreview.com/linux-compatibility-software/708796-clevo-p150em-p170em-sager-np9150-9170-backlit-keyboard-driver-beta-testers-needed.html"
-EGIT_REPO_URI="https://git.code.sf.net/p/${PN}/code"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="virtual/linux-sources
-	sys-kernel/linux-headers"
-RDEPEND=""
-
-MODULE_NAMES="clevo_wmi(wmi:${S})"
-
-pkg_pretend() {
-	CONFIG_CHECK="ACPI_WMI"
-	check_extra_config
-}
-
-pkg_setup() {
-	linux-mod_pkg_setup
-	BUILD_TARGETS="all"
-}
-
-src_prepare() {
-	sed -i -e "s|KDIR :=.*|KDIR := ${KERNEL_DIR}|" \
-	  Makefile || die "Failed to change Makefile"
-	sed -i -e 's|args.m.instance = 1;|args.m.instance = 0;|' \
-	  clevo_wmi.c || die "Failed to change clevo_wmi.c"
-}

+ 0 - 8
app-laptop/clevo-wmi/metadata.xml

@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>rion4ik@gmail.com</email>
-		<name>rion</name>
-	</maintainer>
-</pkgmetadata>

+ 0 - 31
app-laptop/clevo-xsm-wmi-gui/clevo-xsm-wmi-gui-9999.ebuild

@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils git-r3
-
-DESCRIPTION="An app for some Clevo P15xSM(1)(-A)/P17xSM(-A)/P370SM-A Laptop models"
-HOMEPAGE="https://bitbucket.org/tuxedocomputers/clevo-xsm-wmi"
-EGIT_REPO_URI="https://bitbucket.org/tuxedocomputers/clevo-xsm-wmi.git"
-
-SLOT="0"
-LICENSE="GPL-2+"
-KEYWORDS=""
-IUSE="systemd"
-
-DEPEND="
-	app-laptop/clevo-xsm-wmi
-	dev-qt/qtwidgets
-"
-RDEPEND=""
-
-S="${WORKDIR}/${P}/utility"
-
-src_configure() {
-	eqmake5 clevo-xsm-wmi.pro
-}
-
-src_install() {
-	dobin clevo-xsm-wmi
-}

+ 0 - 8
app-laptop/clevo-xsm-wmi-gui/metadata.xml

@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>rion4ik@gmail.com</email>
-		<name>rion</name>
-	</maintainer>
-</pkgmetadata>

+ 0 - 49
app-laptop/clevo-xsm-wmi/clevo-xsm-wmi-9999.ebuild

@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit linux-mod git-r3
-
-DESCRIPTION="A driver for the Clevo P15xSM(1)(-A)/P17xSM(-A)/P370SM-A Laptop models"
-HOMEPAGE="https://bitbucket.org/tuxedocomputers/clevo-xsm-wmi"
-EGIT_REPO_URI="https://bitbucket.org/tuxedocomputers/${PN}.git"
-
-SLOT="0"
-LICENSE="GPL-2+"
-KEYWORDS=""
-IUSE="systemd"
-
-DEPEND="
-	sys-kernel/linux-headers
-	virtual/linux-sources
-"
-RDEPEND=""
-
-KERN_MAX_VER=13
-MODULE_NAMES="${PN}(wmi:${S}/module)"
-MODULESD_CLEVO_XSM_WMI_DOCS="README.md"
-
-pkg_setup() {
-	CONFIG_CHECK="ACPI_WMI"
-	linux-mod_pkg_setup
-	BUILD_TARGETS="all"
-}
-
-src_prepare() {
-	kernel_is gt 4 ${KERN_MAX_VER} 99 && eapply "${FILESDIR}"/wmi-id.patch
-	eapply_user
-}
-
-src_compile() {
-	BUILD_PARAMS="KDIR=${KV_OUT_DIR}"
-	linux-mod_src_compile
-}
-
-src_install() {
-	linux-mod_src_install
-	if use systemd; then
-		mkdir "${D}"/etc/modules-load.d || die
-		echo "${PN}" > "${D}"/etc/modules-load.d/${PN}.conf
-	fi
-}

+ 0 - 13
app-laptop/clevo-xsm-wmi/files/wmi-id.patch

@@ -1,13 +0,0 @@
-diff --git a/module/clevo-xsm-wmi.c b/module/clevo-xsm-wmi.c
-index 162577b..2e7406a 100644
---- a/module/clevo-xsm-wmi.c
-+++ b/module/clevo-xsm-wmi.c
-@@ -431,7 +431,7 @@ static int clevo_xsm_wmi_evaluate_wmbb_method(u32 method_id, u32 arg,
- 
- 	CLEVO_XSM_DEBUG("%0#4x  IN : %0#6x\n", method_id, arg);
- 
--	status = wmi_evaluate_method(CLEVO_GET_GUID, 0x01,
-+	status = wmi_evaluate_method(CLEVO_GET_GUID, 0x00,
- 		method_id, &in, &out);
- 
- 	if (unlikely(ACPI_FAILURE(status)))

+ 0 - 8
app-laptop/clevo-xsm-wmi/metadata.xml

@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>rion4ik@gmail.com</email>
-		<name>rion</name>
-	</maintainer>
-</pkgmetadata>