diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-14 16:05:45 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-14 16:23:17 +0200 |
commit | 74d26376e9b801188fc3d75e87acacf04a0f566a (patch) | |
tree | 49667a7ca4cffc72cd130a47d85270a417c3e7bf /app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild | |
parent | app-vim/gentoo-syntax: Remove very old fenc change notice (diff) | |
download | gentoo-74d26376e9b801188fc3d75e87acacf04a0f566a.tar.gz gentoo-74d26376e9b801188fc3d75e87acacf04a0f566a.tar.bz2 gentoo-74d26376e9b801188fc3d75e87acacf04a0f566a.zip |
app-vim/gentoo-syntax: Use git.g.o as primary git source
Diffstat (limited to 'app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild')
-rw-r--r-- | app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild index 1abcb9f1f7b5..a0f5c7b06870 100644 --- a/app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild +++ b/app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild @@ -3,19 +3,16 @@ EAPI=6 -inherit vim-plugin - -if [[ ${PV} == 9999* ]] ; then - EGIT_REPO_URI="https://github.com/gentoo/gentoo-syntax.git" - inherit git-r3 -else - SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -fi +inherit git-r3 vim-plugin DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting" HOMEPAGE="https://github.com/gentoo/gentoo-syntax" +EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoo-syntax.git + https://github.com/gentoo/gentoo-syntax.git" + LICENSE="vim" +SLOT="0" +KEYWORDS="" IUSE="ignore-glep31" VIM_PLUGIN_HELPFILES="gentoo-syntax" |