Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/scala-syntax/
Date: Tue, 12 Jun 2018 08:46:37
Message-Id: 1528793176.0fa13bc97f85bb6502c4e6b433e58c5372448207.monsieurp@gentoo
1 commit: 0fa13bc97f85bb6502c4e6b433e58c5372448207
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 3 09:23:23 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 12 08:46:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa13bc9
7
8 app-vim/scala-syntax: use HTTPs, raise EAPI.
9
10 Closes: https://github.com/gentoo/gentoo/pull/8784
11
12 .../{scala-syntax-1.0.ebuild => scala-syntax-1.0-r1.ebuild} | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/app-vim/scala-syntax/scala-syntax-1.0.ebuild b/app-vim/scala-syntax/scala-syntax-1.0-r1.ebuild
16 similarity index 77%
17 rename from app-vim/scala-syntax/scala-syntax-1.0.ebuild
18 rename to app-vim/scala-syntax/scala-syntax-1.0-r1.ebuild
19 index dc6ef25b22e..ec2f77f792b 100644
20 --- a/app-vim/scala-syntax/scala-syntax-1.0.ebuild
21 +++ b/app-vim/scala-syntax/scala-syntax-1.0-r1.ebuild
22 @@ -1,12 +1,12 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=5
28 +EAPI=6
29
30 inherit vim-plugin
31
32 DESCRIPTION="vim plugin: Scala syntax highlighting, filetype and indent settings"
33 -HOMEPAGE="http://www.scala-lang.org/"
34 +HOMEPAGE="https://www.scala-lang.org/"
35 SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz"
36
37 SLOT="0"