mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-editors/jed: update HOMEPAGE, SRC_URI
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
@@ -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";/' \
|
||||
|
||||
Reference in New Issue
Block a user