Diff jupp-3.1_p40 with a jupp-3.1_p41

/usr/portage/app-editors/jupp/jupp-3.1_p41.ebuild 2023-10-09 14:52:28.280368320 +0300
1
# Copyright 1999-2018 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
DESCRIPTION="Portable version of Joe's Own Editor"
7
HOMEPAGE="https://www.mirbsd.org/jupp.htm"
8
SRC_URI="https://www.mirbsd.org/MirOS/dist/${PN}/joe-${PV/_p/${PN}}.tgz"
7
HOMEPAGE="http://www.mirbsd.org/jupp.htm"
8
SRC_URI="http://www.mirbsd.org/MirOS/dist/${PN}/joe-${PV/_p/"${PN}"}.tgz"
9
S="${WORKDIR}/${PN}"
9 10

  
10 11
LICENSE="GPL-1"
11 12
SLOT="0"
......
16 17
	!app-editors/joe"
17 18
DEPEND="${RDEPEND}"
18 19

  
19
S="${WORKDIR}/${PN}"
20 20
DOCS="HINTS INFO LIST NEWS README TODO"
21 21

  
22
src_prepare() {
23
	default
24
	chmod +x configure || die
25
}
26

  
27 22
src_configure() {
23
	chmod +x configure || die
28 24
	econf \
29 25
		--enable-search_libs \
30 26
		--enable-termcap \
Thank you!