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 664AA15817D for ; Wed, 19 Jun 2024 12:46:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B84EE2AB4; Wed, 19 Jun 2024 12:46:35 +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 pigeon.gentoo.org (Postfix) with ESMTPS id E84BAE2AB2 for ; Wed, 19 Jun 2024 12:46:34 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00D4D33BED4 for ; Wed, 19 Jun 2024 12:46:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A6811D2A for ; Wed, 19 Jun 2024 12:46:31 +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: <1718800364.b107a5fb6722053ddeeada80a5ffa3e39431aff6.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/with-editor/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/with-editor/with-editor-9999.ebuild X-VCS-Directories: app-emacs/with-editor/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: b107a5fb6722053ddeeada80a5ffa3e39431aff6 X-VCS-Branch: master Date: Wed, 19 Jun 2024 12:46:31 +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: 83028947-5f7b-46d1-bf23-83066dccf6da X-Archives-Hash: addce7be2d1605c787bb2d9570236c14 commit: b107a5fb6722053ddeeada80a5ffa3e39431aff6 Author: Maciej Barć gentoo org> AuthorDate: Wed Jun 19 11:01:23 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Wed Jun 19 12:32:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b107a5fb app-emacs/with-editor: sync live 9999 version Signed-off-by: Maciej Barć gentoo.org> app-emacs/with-editor/with-editor-9999.ebuild | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/app-emacs/with-editor/with-editor-9999.ebuild b/app-emacs/with-editor/with-editor-9999.ebuild index d949e77a6c7f..7e5a5295cac5 100644 --- a/app-emacs/with-editor/with-editor-9999.ebuild +++ b/app-emacs/with-editor/with-editor-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,15 +9,18 @@ DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes" HOMEPAGE="https://magit.vc/manual/with-editor/ https://github.com/magit/with-editor/" -if [[ ${PV} == *9999* ]] ; then +if [[ "${PV}" == *9999* ]] ; then inherit git-r3 + EGIT_REPO_URI="https://github.com/magit/${PN}.git" else - SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz + SRC_URI="https://github.com/magit/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" fi -S="${WORKDIR}"/${P}/lisp + +S="${WORKDIR}/${P}/lisp" LICENSE="GPL-3+" SLOT="0"