commit: 6e10868f0fae452f2b60f8e9525e0c3475bf2b90
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 2 15:15:26 2025 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 2 15:16:33 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e10868f
app-editors/jed: update HOMEPAGE, SRC_URI
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/jed/jed-0.99.19-r1.ebuild | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/app-editors/jed/jed-0.99.19-r1.ebuild
b/app-editors/jed/jed-0.99.19-r1.ebuild
index 8b113486d5e2..ebb4ef0f06dd 100644
--- a/app-editors/jed/jed-0.99.19-r1.ebuild
+++ b/app-editors/jed/jed-0.99.19-r1.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
MY_P="${PN}-$(ver_rs 2 -)"
DESCRIPTION="Console S-Lang-based editor"
-HOMEPAGE="http://www.jedsoft.org/jed/"
-SRC_URI="ftp://space.mit.edu/pub/davis/jed/v${PV%.*}/${MY_P}.tar.bz2"
+HOMEPAGE="https://www.jedsoft.org/jed/"
+SRC_URI="https://www.jedsoft.org/releases/jed/${MY_P}.tar.bz2"
+S="${WORKDIR}/${MY_P}"
LICENSE="GPL-2+"
SLOT="0"
@@ -28,8 +29,6 @@ DEPEND="${RDEPEND}
x11-base/xorg-proto
)"
-S="${WORKDIR}/${MY_P}"
-
src_prepare() {
# replace IDE mode with EMACS mode
sed -i -e 's/\(_Jed_Default_Emulation = \).*/\1"emacs";/' \