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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4A2EE15817D for ; Sun, 23 Jun 2024 11:53:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43EC5E2AD1; Sun, 23 Jun 2024 11:53:17 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B160E2AD1 for ; Sun, 23 Jun 2024 11:53:16 +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 06F73342F8D for ; Sun, 23 Jun 2024 11:53:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62D901AE2 for ; Sun, 23 Jun 2024 11:53:14 +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: <1719143570.7acaac930c6cf6e235be52810b15115664a243a4.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/emacs/emacs-30.0.9999-r1.ebuild app-editors/emacs/emacs-30.0.9999.ebuild app-editors/emacs/emacs-31.0.9999.ebuild X-VCS-Directories: app-editors/emacs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 7acaac930c6cf6e235be52810b15115664a243a4 X-VCS-Branch: master Date: Sun, 23 Jun 2024 11:53:14 +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: 988728df-9b92-4313-93f2-150c184e4d17 X-Archives-Hash: 171a4c9e6a83bcff38c6f17e20350d09 commit: 7acaac930c6cf6e235be52810b15115664a243a4 Author: Ulrich Müller gentoo org> AuthorDate: Sun Jun 23 11:46:22 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Jun 23 11:52:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7acaac93 app-editors/emacs: Upstream has branched for release 30.0.9999-r1 is the live ebuild for the emacs-30 branch. 31.0.9999 is the live ebuild for master. Signed-off-by: Ulrich Müller gentoo.org> app-editors/emacs/{emacs-30.0.9999.ebuild => emacs-30.0.9999-r1.ebuild} | 2 +- app-editors/emacs/{emacs-30.0.9999.ebuild => emacs-31.0.9999.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/emacs/emacs-30.0.9999.ebuild b/app-editors/emacs/emacs-30.0.9999-r1.ebuild similarity index 99% copy from app-editors/emacs/emacs-30.0.9999.ebuild copy to app-editors/emacs/emacs-30.0.9999-r1.ebuild index 886e2dbf4f7f..3270adf173f8 100644 --- a/app-editors/emacs/emacs-30.0.9999.ebuild +++ b/app-editors/emacs/emacs-30.0.9999-r1.ebuild @@ -8,7 +8,7 @@ inherit autotools elisp-common flag-o-matic readme.gentoo-r1 toolchain-funcs if [[ ${PV##*.} = 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://git.savannah.gnu.org/git/emacs.git" - EGIT_BRANCH="master" + EGIT_BRANCH="emacs-30" EGIT_CHECKOUT_DIR="${WORKDIR}/emacs" S="${EGIT_CHECKOUT_DIR}" SLOT="${PV%%.*}-vcs" diff --git a/app-editors/emacs/emacs-30.0.9999.ebuild b/app-editors/emacs/emacs-31.0.9999.ebuild similarity index 100% rename from app-editors/emacs/emacs-30.0.9999.ebuild rename to app-editors/emacs/emacs-31.0.9999.ebuild