From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 45CED1582EF for ; Sun, 02 Mar 2025 15:16:50 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2A5483430A7 for ; Sun, 02 Mar 2025 15:16:50 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 261FC1102D0; Sun, 02 Mar 2025 15:16:49 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 1C8791102D0 for ; Sun, 02 Mar 2025 15:16:49 +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 BEAD3342F8E for ; Sun, 02 Mar 2025 15:16:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50B012727 for ; Sun, 02 Mar 2025 15:16:47 +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: <1740928593.6e10868f0fae452f2b60f8e9525e0c3475bf2b90.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/jed/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/jed/jed-0.99.19-r1.ebuild X-VCS-Directories: app-editors/jed/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 6e10868f0fae452f2b60f8e9525e0c3475bf2b90 X-VCS-Branch: master Date: Sun, 02 Mar 2025 15:16:47 +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: 36341095-24c2-4e54-91be-28939018259a X-Archives-Hash: fdf1b55fec98d9abf34729b92c5e9028 commit: 6e10868f0fae452f2b60f8e9525e0c3475bf2b90 Author: Ulrich Müller gentoo org> AuthorDate: Sun Mar 2 15:15:26 2025 +0000 Commit: Ulrich Müller gentoo 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 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";/' \