mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
*/*: fix variable order
Manually went through some entries for `pkgcheck scan -c VariableOrderCheck`. Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
@@ -6,15 +6,16 @@ EAPI=7
|
||||
#VIM_PLUGIN_VIM_VERSION="7.0"
|
||||
inherit vim-plugin
|
||||
|
||||
SHA="1261f851e5fb2192b3a5e1691650597c71dfce2f"
|
||||
|
||||
DESCRIPTION="Kotlin plugin for Vim."
|
||||
HOMEPAGE="https://github.com/udalov/kotlin-vim"
|
||||
LICENSE="Apache-2.0"
|
||||
KEYWORDS="~amd64 ~ppc64 ~x86"
|
||||
|
||||
SHA="1261f851e5fb2192b3a5e1691650597c71dfce2f"
|
||||
SRC_URI="https://github.com/udalov/kotlin-vim/archive/${SHA}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/${PN}-${SHA}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
KEYWORDS="~amd64 ~ppc64 ~x86"
|
||||
|
||||
VIM_PLUGIN_HELPFILES="README.md"
|
||||
VIM_PLUGIN_HELPURI="https://github.com/udalov/kotlin-vim"
|
||||
|
||||
Reference in New Issue
Block a user