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 4165515801B for ; Sun, 16 Jul 2023 05:35:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3710BE0884; Sun, 16 Jul 2023 05:35:42 +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 1AD0EE0884 for ; Sun, 16 Jul 2023 05:35:42 +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 1F8C6335CD7 for ; Sun, 16 Jul 2023 05:35:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF3FAB50 for ; Sun, 16 Jul 2023 05:35:39 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1689485664.756af0d0f6368c1dadfb42dc7b9612a718f923f3.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/magit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/magit/magit-3.3.0-r1.ebuild app-emacs/magit/magit-3.3.0.ebuild app-emacs/magit/magit-9999.ebuild X-VCS-Directories: app-emacs/magit/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 756af0d0f6368c1dadfb42dc7b9612a718f923f3 X-VCS-Branch: master Date: Sun, 16 Jul 2023 05:35:39 +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: 4d28e896-0395-4a6a-82ba-4176ac6d10fa X-Archives-Hash: ff9a7bfabf4fdf4e4d66baad0b0b9e9a commit: 756af0d0f6368c1dadfb42dc7b9612a718f923f3 Author: Ulrich Müller gentoo org> AuthorDate: Sun Jul 16 05:16:50 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Jul 16 05:34:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=756af0d0 app-emacs/magit: Restore stable 3.3.0, drop -r1 to unstable Fix assignment of S. This partially reverts dc03c98faaa80c670c878830b161aac92cdb162a Bug: https://bugs.gentoo.org/910381 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/magit/magit-3.3.0-r1.ebuild | 4 ++-- app-emacs/magit/magit-3.3.0.ebuild | 33 +++++++++++++++++++++++++++++++++ app-emacs/magit/magit-9999.ebuild | 2 +- 3 files changed, 36 insertions(+), 3 deletions(-) diff --git a/app-emacs/magit/magit-3.3.0-r1.ebuild b/app-emacs/magit/magit-3.3.0-r1.ebuild index cbec2d023718..e15f4b690cc8 100644 --- a/app-emacs/magit/magit-3.3.0-r1.ebuild +++ b/app-emacs/magit/magit-3.3.0-r1.ebuild @@ -15,9 +15,9 @@ if [[ ${PV} == *9999* ]] ; then else SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" fi -S="${S}/lisp" +S="${WORKDIR}/${P}/lisp" LICENSE="GPL-3+" SLOT="0" diff --git a/app-emacs/magit/magit-3.3.0.ebuild b/app-emacs/magit/magit-3.3.0.ebuild new file mode 100644 index 000000000000..87684a463d06 --- /dev/null +++ b/app-emacs/magit/magit-3.3.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +DESCRIPTION="A Git porcelain inside Emacs" +HOMEPAGE="https://magit.vc/" +SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="amd64 ~arm ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux" + +S="${WORKDIR}/${P}/lisp" +SITEFILE="50${PN}-gentoo.el" +ELISP_TEXINFO="../Documentation/*.texi" +DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/RelNotes/*" + +DEPEND=" + >=app-emacs/dash-2.19.1 + app-emacs/libegit2 + >=app-emacs/transient-0.3.6 + >=app-emacs/with-editor-3.0.5 +" +RDEPEND="${DEPEND} >=dev-vcs/git-2.0.0" +DEPEND="${DEPEND} sys-apps/texinfo" + +src_prepare() { + default + echo "(setq magit-version \"${PV}\")" > magit-version.el || die +} diff --git a/app-emacs/magit/magit-9999.ebuild b/app-emacs/magit/magit-9999.ebuild index 57f82de1ff46..b3423758df8c 100644 --- a/app-emacs/magit/magit-9999.ebuild +++ b/app-emacs/magit/magit-9999.ebuild @@ -17,7 +17,7 @@ else -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" fi -S="${S}/lisp" +S="${WORKDIR}/${P}/lisp" LICENSE="GPL-3+" SLOT="0"