app-vim/scala-syntax: use HTTPs, raise EAPI.

Closes: https://github.com/gentoo/gentoo/pull/8784
This commit is contained in:
Michael Mair-Keimberger
2018-06-03 11:23:23 +02:00
committed by Patrice Clement
parent b69b2e648f
commit 0fa13bc97f

View File

@@ -1,12 +1,12 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
EAPI=6
inherit vim-plugin
DESCRIPTION="vim plugin: Scala syntax highlighting, filetype and indent settings"
HOMEPAGE="http://www.scala-lang.org/"
HOMEPAGE="https://www.scala-lang.org/"
SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz"
SLOT="0"