Сравнение eselect-1.4.31 с eselect-9999

/usr/portage/app-admin/eselect/eselect-9999.ebuild 2025-03-24 18:21:07.042778815 +0300
1
# Copyright 1999-2026 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
# Packages sharing a common release tarball:
7
# app-admin/eselect
8
# app-emacs/eselect-mode
9
# Please bump and mark them stable together!
6
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/eselect.git"
10 7

  
11
inherit bash-completion-r1
8
inherit autotools git-r3 bash-completion-r1
12 9

  
13 10
DESCRIPTION="Gentoo's multi-purpose configuration and management tool"
14 11
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Eselect"
15
SRC_URI="https://dev.gentoo.org/~ulm/eselect/${P}.tar.xz"
16 12

  
17 13
LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-4.0 )"
18 14
SLOT="0"
19
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris"
20 15
IUSE="doc emacs vim-syntax"
21 16

  
22 17
# coreutils for realpath
......
29 24
PDEPEND="emacs? ( app-emacs/eselect-mode )
30 25
	vim-syntax? ( app-vim/eselect-syntax )"
31 26

  
27
src_prepare() {
28
	default
29
	eautoreconf
30
}
31

  
32 32
src_compile() {
33 33
	emake
34 34
	use doc && emake html
Спасибо!