Diff eselect-vi-1.2 with a eselect-vi-20221122
/usr/portage/app-eselect/eselect-vi/eselect-vi-20221122.ebuild 2023-10-09 14:52:28.748368331 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
5 | ||
6 |
inherit autotools |
|
4 |
EAPI=8 |
|
7 | 5 | |
8 | 6 |
DESCRIPTION="Manages the /usr/bin/vi symlink" |
9 | 7 |
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Vim" |
10 |
SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz" |
|
8 |
SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz" |
|
11 | 9 | |
12 | 10 |
LICENSE="GPL-2" |
13 | 11 |
SLOT="0" |
14 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
12 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" |
|
15 | 13 | |
16 | 14 |
RDEPEND="app-admin/eselect" |
17 | ||
18 |
src_prepare() { |
|
19 |
default |
|
20 |
eautoreconf |
|
21 |
} |