From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 15D771581EE for ; Thu, 03 Apr 2025 20:39:29 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D5E613432D9 for ; Thu, 03 Apr 2025 20:39:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2A11A1104B5; Thu, 03 Apr 2025 20:39:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 21F531104B5 for ; Thu, 03 Apr 2025 20:39:24 +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 C49E3343295 for ; Thu, 03 Apr 2025 20:39:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEB821AB2 for ; Thu, 03 Apr 2025 20:39:21 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1743710892.c74ef3077db92ce4f77a930ac80a07bae23d5e3e.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/key-chord/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/key-chord/Manifest app-emacs/key-chord/key-chord-0.8.2.ebuild X-VCS-Directories: app-emacs/key-chord/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: c74ef3077db92ce4f77a930ac80a07bae23d5e3e X-VCS-Branch: master Date: Thu, 03 Apr 2025 20:39:21 +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: ee68acf9-0658-4a69-a9ce-c7edc7c77560 X-Archives-Hash: 25d094eac09eb2b06847dc858f194114 commit: c74ef3077db92ce4f77a930ac80a07bae23d5e3e Author: Maciej Barć gentoo org> AuthorDate: Thu Apr 3 20:08:12 2025 +0000 Commit: Maciej Barć gentoo org> CommitDate: Thu Apr 3 20:08:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c74ef307 app-emacs/key-chord: bump to 0.8.2 Signed-off-by: Maciej Barć gentoo.org> app-emacs/key-chord/Manifest | 1 + app-emacs/key-chord/key-chord-0.8.2.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/app-emacs/key-chord/Manifest b/app-emacs/key-chord/Manifest index bdeff0eb4f4a..2483f999e2ab 100644 --- a/app-emacs/key-chord/Manifest +++ b/app-emacs/key-chord/Manifest @@ -1 +1,2 @@ DIST key-chord-0.7.1.tar.gz 5343 BLAKE2B b6155869d179f209eab380744dc4693eed560284c2fa6a594a2947f36cbce91423cabfcb57a9a7b429af006eea104a4206d16bb190f2bd02ca7cb8bf22e57b9e SHA512 efef5ac069717618c4226a09890499f5858aef1e4c5f82b7663d94d76d39cd5117fff5b892b083c12253b1ada6df9e79f182697a6de1b3fd1e7c5d79fcf62d4b +DIST key-chord-0.8.2.gh.tar.gz 9429 BLAKE2B 267ca3e8658623a08778da41c88b5889021ab7cca06ccab31c30906931edaf0c1a4f7c74c1afae42f57aebf63e1c23d79182fd350fc798944a2ef446689a3a5f SHA512 f7adea97fc65c54fe28f47ab3b6df3c819c78aab7b77acab66922ea31572fddd92ebb66103ee648e6949f83461ae0fe7e54fdb9adcba333a992abb1eca929ad9 diff --git a/app-emacs/key-chord/key-chord-0.8.2.ebuild b/app-emacs/key-chord/key-chord-0.8.2.ebuild new file mode 100644 index 000000000000..f3f65929eeca --- /dev/null +++ b/app-emacs/key-chord/key-chord-0.8.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +DESCRIPTION="Map pairs of simultaneously pressed keys to commands" +HOMEPAGE="https://github.com/emacsorphanage/key-chord/" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/emacsorphanage/${PN}" +else + SRC_URI="https://github.com/emacsorphanage/${PN}/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz" + + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" +fi + +LICENSE="GPL-2+" +SLOT="0" + +DOCS=( README.md ) +SITEFILE="50${PN}-gentoo.el"