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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0A51F1581C1 for ; Sun, 14 Jul 2024 14:12:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43649E2ACB; Sun, 14 Jul 2024 14:12:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E063E2ACA for ; Sun, 14 Jul 2024 14:12:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40D9A341214 for ; Sun, 14 Jul 2024 14:12:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64DBC1D13 for ; Sun, 14 Jul 2024 14:12:48 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1720966032.b2c650e677f9a60212b40f429080ec427355bbff.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ckbcomp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/ckbcomp/Manifest sys-apps/ckbcomp/ckbcomp-1.230.ebuild X-VCS-Directories: sys-apps/ckbcomp/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: b2c650e677f9a60212b40f429080ec427355bbff X-VCS-Branch: master Date: Sun, 14 Jul 2024 14:12:48 +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: 39ebc4a4-2cd2-44cf-93de-91a6da0307e4 X-Archives-Hash: ab047da6351127c59bb73dff1724e8ad commit: b2c650e677f9a60212b40f429080ec427355bbff Author: Michael Mair-Keimberger levelnine at> AuthorDate: Fri Jul 12 18:33:38 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Jul 14 14:07:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2c650e6 sys-apps/ckbcomp: add 1.230 Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/37535 Signed-off-by: Conrad Kostecki gentoo.org> sys-apps/ckbcomp/Manifest | 1 + sys-apps/ckbcomp/ckbcomp-1.230.ebuild | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/sys-apps/ckbcomp/Manifest b/sys-apps/ckbcomp/Manifest index 174ca3adc796..7c2a8fe218c7 100644 --- a/sys-apps/ckbcomp/Manifest +++ b/sys-apps/ckbcomp/Manifest @@ -1 +1,2 @@ DIST console-setup-1.217.tar.gz 3273430 BLAKE2B cf48a8dbd250f3ee0e1093b3dc0b13d9b23a13e456f7c0c60d4d8764bc1ed41bc6f0da57d4f0e5642fdceca9a26d02e5b986df019644d238bab0c91028958aed SHA512 20b148e3ffa1a57509e1bdab091ae36df04f363c7ca54e1decc15c14325df85b3d100e4b9a1e5884c18d47d45066b029bd450c9588f3103c03ad102d348869ad +DIST console-setup-1.230.tar.gz 3282273 BLAKE2B 4d61f2cf0e4fe5230e4cbbee3ccda1a518ca72b5d78cd3bd1bac075456966faad2df384d2c02247ed3ab1406c72b74f5bd9e27dfc918e5680cdf1be28d7f061d SHA512 86c8d20ae5609ea881a9d73c774d3f4db7d8ea1da9789bfee7e5e4277783c13311ab923657d579133efd8803bded32cb07e9564464f79c14dba90b9bcafefdf9 diff --git a/sys-apps/ckbcomp/ckbcomp-1.230.ebuild b/sys-apps/ckbcomp/ckbcomp-1.230.ebuild new file mode 100644 index 000000000000..962be23d3a20 --- /dev/null +++ b/sys-apps/ckbcomp/ckbcomp-1.230.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Compile an XKB keymap for loadkeys" +HOMEPAGE="https://salsa.debian.org/installer-team/console-setup" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://anonscm.debian.org/git/d-i/console-setup.git" +else + SRC_URI="https://salsa.debian.org/installer-team/console-setup/-/archive/${PV}/console-setup-${PV}.tar.gz" + S="${WORKDIR}"/console-setup-${PV} + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-2" +SLOT="0" + +RDEPEND=" + dev-lang/perl + sys-apps/kbd + x11-misc/xkeyboard-config +" + +src_compile() { + : +} + +src_install() { + dobin Keyboard/ckbcomp +}