From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 00B7E1382C5 for ; Mon, 29 Jun 2020 21:30:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B6F6E08F0; Mon, 29 Jun 2020 21:30:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB075E08F0 for ; Mon, 29 Jun 2020 21:30:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B45334F398 for ; Mon, 29 Jun 2020 21:30:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27FEE2BF for ; Mon, 29 Jun 2020 21:30:17 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1593466164.35467927a9574c97b524e20c020149ab92494e16.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/tuxedo-keyboard/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-laptop/tuxedo-keyboard/Manifest app-laptop/tuxedo-keyboard/metadata.xml app-laptop/tuxedo-keyboard/tuxedo-keyboard-2.0.5.ebuild X-VCS-Directories: app-laptop/tuxedo-keyboard/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: 35467927a9574c97b524e20c020149ab92494e16 X-VCS-Branch: master Date: Mon, 29 Jun 2020 21:30:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bf8c27e6-35ce-48ab-a163-fcde75a15b46 X-Archives-Hash: 4767013e1c64ac6a3d72c16d3d6e397c commit: 35467927a9574c97b524e20c020149ab92494e16 Author: Marc Schiffbauer gentoo org> AuthorDate: Mon Jun 29 21:27:51 2020 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Mon Jun 29 21:29:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35467927 app-laptop/tuxedo-keyboard: added new ebuild Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Marc Schiffbauer gentoo.org> app-laptop/tuxedo-keyboard/Manifest | 1 + app-laptop/tuxedo-keyboard/metadata.xml | 9 +++++++++ .../tuxedo-keyboard/tuxedo-keyboard-2.0.5.ebuild | 23 ++++++++++++++++++++++ 3 files changed, 33 insertions(+) diff --git a/app-laptop/tuxedo-keyboard/Manifest b/app-laptop/tuxedo-keyboard/Manifest new file mode 100644 index 00000000000..6f792af4400 --- /dev/null +++ b/app-laptop/tuxedo-keyboard/Manifest @@ -0,0 +1 @@ +DIST tuxedo-keyboard-2.0.5.tar.gz 31001 BLAKE2B 931d011e2ac521cef1670a8952886c1ac9b2476c6227c2b3cfce28d52622d3869f3c55773279eea3cbcc94d7c5b12d5d5653a8e2f9c142d0c044fa23fddd958c SHA512 3b7a9331d04e2918f3452f9561b05f39ea458960c2ade299a368899638987178cfd33fa066a0835f88b14c240d7937692d7994ccf978749ea7fdc428e587e06a diff --git a/app-laptop/tuxedo-keyboard/metadata.xml b/app-laptop/tuxedo-keyboard/metadata.xml new file mode 100644 index 00000000000..e42604230c1 --- /dev/null +++ b/app-laptop/tuxedo-keyboard/metadata.xml @@ -0,0 +1,9 @@ + + + + + mschiff@gentoo.org + Marc Schiffbauer + + + diff --git a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-2.0.5.ebuild b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-2.0.5.ebuild new file mode 100644 index 00000000000..52e9192e8a9 --- /dev/null +++ b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-2.0.5.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 Keyboard" +HOMEPAGE="https://github.com/tuxedocomputers/tuxedo-keyboard" +SRC_URI="https://github.com/tuxedocomputers/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +BUILD_TARGETS="all" +MODULE_NAMES="tuxedo_keyboard(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" +}