Diff fugitive-3.4 with a fugitive-3.7
/usr/portage/app-vim/fugitive/fugitive-3.7.ebuild 2023-10-09 14:52:28.912368336 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 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 |
|
4 |
EAPI=8 |
|
5 | ||
5 | 6 |
inherit vim-plugin |
6 | 7 | |
7 | 8 |
if [[ ${PV} == 9999 ]]; then |
... | ... | |
9 | 10 |
EGIT_REPO_URI="https://github.com/tpope/vim-fugitive.git" |
10 | 11 |
else |
11 | 12 |
SRC_URI="https://github.com/tpope/vim-fugitive/archive/v${PV}.tar.gz -> ${P}.tar.gz" |
12 |
KEYWORDS="amd64 x86 ~ppc-macos ~x64-macos" |
|
13 |
KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos" |
|
13 | 14 |
S="${WORKDIR}/vim-${P}" |
14 | 15 |
fi |
15 | 16 | |
16 | 17 |
DESCRIPTION="vim plugin: a git wrapper for vim" |
17 | 18 |
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2975 https://github.com/tpope/vim-fugitive/" |
19 | ||
18 | 20 |
LICENSE="vim" |
21 |
SLOT="0" |
|
19 | 22 | |
20 | 23 |
VIM_PLUGIN_HELPFILES="${PN}.txt" |
21 | 24 |