Сравнение joe-4.6-r2 с joe-4.8

/usr/portage/app-editors/joe/joe-4.8.ebuild 2026-05-27 19:17:04.528971210 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
inherit autotools xdg-utils
6
inherit autotools flag-o-matic xdg-utils
7 7

  
8 8
DESCRIPTION="A free ASCII-Text Screen Editor for UNIX"
9
HOMEPAGE="https://sourceforge.net/projects/joe-editor/"
9
HOMEPAGE="https://sourceforge.net/projects/joe-editor/ https://github.com/joe-editor/joe"
10 10
SRC_URI="https://downloads.sourceforge.net/joe-editor/${P}.tar.gz"
11 11

  
12 12
LICENSE="GPL-1+ CC-BY-3.0"
13 13
SLOT="0"
14
KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc ppc64 ~sparc x86 ~x64-macos ~x64-solaris"
14
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x64-solaris"
15 15
IUSE="xterm"
16 16

  
17 17
DEPEND=">=sys-libs/ncurses-5.2-r2:0="
......
20 20

  
21 21
PATCHES=(
22 22
	"${FILESDIR}/${PN}-4.3-tinfo.patch"
23
	"${FILESDIR}/${P}-db.patch"
24
	"${FILESDIR}/${P}-prototypes.patch"
25
	"${FILESDIR}/${P}-c99.patch"
23
	"${FILESDIR}/${PN}-4.7-db.patch"
24
	"${FILESDIR}/${P}-stdin.patch"
26 25
)
27 26

  
28 27
DOCS=( README.md NEWS.md docs/hacking.md docs/man.md )
......
36 35
		for i in *rc*.in; do
37 36
			sed -e 's/^ -\(mouse\|joexterm\)/-\1/' -i "${i}" || die
38 37
		done
39
		popd &>/dev/null
38
		popd &>/dev/null || die
40 39
	fi
40

  
41
	# for signal handling
42
	append-cflags -D_GNU_SOURCE
43

  
41 44
	eautoreconf
42 45
}
43 46

  
Спасибо!