Diff exheres-syntax-20201115 with a exheres-syntax-99999999
/usr/portage/app-vim/exheres-syntax/exheres-syntax-99999999.ebuild 2023-10-09 14:52:28.912368336 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
inherit vim-plugin |
|
6 |
inherit vim-plugin git-r3 |
|
7 | 7 | |
8 | 8 |
DESCRIPTION="vim plugin: exheres format highlighting" |
9 | 9 |
HOMEPAGE="https://www.exherbolinux.org/" |
10 |
SRC_URI="https://dev.exherbo.org/distfiles/${PN}/${P}.tar.xz" |
|
10 |
EGIT_REPO_URI="https://gitlab.exherbo.org/exherbo-misc/exheres-syntax" |
|
11 | 11 | |
12 | 12 |
LICENSE="vim" |
13 | 13 |
SLOT="0" |
14 |
KEYWORDS="~amd64 ~x86" |
|
15 | 14 | |
16 | 15 |
VIM_PLUGIN_HELPFILES="exheres-syntax" |
17 | 16 |
VIM_PLUGIN_MESSAGES="filetype" |
17 | ||
18 |
src_compile() { :; } |