commit:     97922ce6ea3236426e6139c9024fb84f7f5cddf4
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  8 00:28:37 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Dec  8 01:51:55 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97922ce6

app-emacs/racket-mode: sync live 9999

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/racket-mode/racket-mode-9999.ebuild | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-emacs/racket-mode/racket-mode-9999.ebuild 
b/app-emacs/racket-mode/racket-mode-9999.ebuild
index eec06b7a6ff2..3ae047377eff 100644
--- a/app-emacs/racket-mode/racket-mode-9999.ebuild
+++ b/app-emacs/racket-mode/racket-mode-9999.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-# COMMIT=""
-
 inherit elisp
 
 DESCRIPTION="Emacs modes for Racket: edit, REPL, check-syntax, debug, profile, 
and more"
@@ -14,10 +12,12 @@ HOMEPAGE="https://www.racket-mode.com/
 if [[ "${PV}" == *9999* ]] ; then
        inherit git-r3
 
-       EGIT_REPO_URI="https://github.com/greghendershott/${PN}.git";
+       EGIT_REPO_URI="https://github.com/greghendershott/${PN}";
 else
+       COMMIT=""
+
        
SRC_URI="https://github.com/greghendershott/${PN}/archive/${COMMIT}.tar.gz
-               -> ${P}.tar.gz"
+               -> ${P}.snapshot.gh.tar.gz"
        S="${WORKDIR}/${PN}-${COMMIT}"
 
        KEYWORDS="~amd64 ~x86"
@@ -25,8 +25,6 @@ fi
 
 LICENSE="GPL-3+"
 SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
        dev-scheme/racket:=[-minimal]
@@ -62,7 +60,9 @@ src_compile() {
 
 src_test() {
        # Set "PLTUSERHOME" to a safe temp directory to prevent writing to "~".
-       PLTUSERHOME="${T}/racket-mode/test-racket" emake test-racket
+       local -x PLTUSERHOME="${T}/racket-mode/test-racket"
+
+       emake test-racket
 }
 
 src_install() {

Reply via email to