Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/syntastic/
Date: Mon, 31 Oct 2016 04:20:14
Message-Id: 1477887595.d7fe13e6199381453173b906e5b746b4e4ca7893.radhermit@gentoo
1 commit: d7fe13e6199381453173b906e5b746b4e4ca7893
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 04:13:43 2016 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 04:19:55 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7fe13e6
7
8 app-vim/syntastic: version bump to 3.8.0
9
10 app-vim/syntastic/Manifest | 1 +
11 app-vim/syntastic/{syntastic-9999.ebuild => syntastic-3.8.0.ebuild} | 5 +++--
12 app-vim/syntastic/syntastic-9999.ebuild | 5 +++--
13 3 files changed, 7 insertions(+), 4 deletions(-)
14
15 diff --git a/app-vim/syntastic/Manifest b/app-vim/syntastic/Manifest
16 index 4322f62..cdeec38 100644
17 --- a/app-vim/syntastic/Manifest
18 +++ b/app-vim/syntastic/Manifest
19 @@ -1 +1,2 @@
20 DIST syntastic-3.7.0.tar.gz 198480 SHA256 4006fdd5e786ceeb493817c2b6b0d1e6a403089436c958239359a3e7fb7ab016 SHA512 c435969a6c309d303bdd74c87cad25df56cd30028a75be8e58f035e6dd00b0390654ff2ee8e552a1a2495054426b9f43ea7f7db45691e6bddf9783ee0a4ccb73 WHIRLPOOL 26c3258cbbdd3e4cc637c79cf2f3c53d87322b35a3c0d89021e925e10a5006b87ff2ecc3202983365dd4e5b0489ac4e0da44211fd61edff945ebd7c6efd36002
21 +DIST syntastic-3.8.0.tar.gz 253425 SHA256 aa46913abdfa35dfbd9f022d084680b375bf43b32b409378f4a697ab576a5673 SHA512 b2f7fb07d457169a397a1ed42141e099cad14ded0b43f54a11060f2952843387396fcc539ffc9aaa1aa137ae62801e346a73c6de6035a0504706c59e40acef5c WHIRLPOOL 3f061793e89e54b1c267b34e5e70ca5edd1fecbc0d042ac4f716a065e66663bc27fd3b62f480bdc8e4084e6e4a145618eec4a1b58ad61426d270c7c9186d8e0c
22
23 diff --git a/app-vim/syntastic/syntastic-9999.ebuild b/app-vim/syntastic/syntastic-3.8.0.ebuild
24 similarity index 94%
25 copy from app-vim/syntastic/syntastic-9999.ebuild
26 copy to app-vim/syntastic/syntastic-3.8.0.ebuild
27 index be5b783..5e82063 100644
28 --- a/app-vim/syntastic/syntastic-9999.ebuild
29 +++ b/app-vim/syntastic/syntastic-3.8.0.ebuild
30 @@ -1,8 +1,8 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 +# Copyright 1999-2016 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34 # $Id$
35
36 -EAPI=5
37 +EAPI=6
38 inherit vim-plugin
39
40 if [[ ${PV} == "9999" ]] ; then
41 @@ -20,6 +20,7 @@ LICENSE="WTFPL-2"
42 VIM_PLUGIN_HELPFILES="${PN}"
43
44 src_prepare() {
45 + default
46 rm -r _assets LICENCE README.markdown || die
47 }
48
49
50 diff --git a/app-vim/syntastic/syntastic-9999.ebuild b/app-vim/syntastic/syntastic-9999.ebuild
51 index be5b783..5e82063 100644
52 --- a/app-vim/syntastic/syntastic-9999.ebuild
53 +++ b/app-vim/syntastic/syntastic-9999.ebuild
54 @@ -1,8 +1,8 @@
55 -# Copyright 1999-2015 Gentoo Foundation
56 +# Copyright 1999-2016 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Id$
59
60 -EAPI=5
61 +EAPI=6
62 inherit vim-plugin
63
64 if [[ ${PV} == "9999" ]] ; then
65 @@ -20,6 +20,7 @@ LICENSE="WTFPL-2"
66 VIM_PLUGIN_HELPFILES="${PN}"
67
68 src_prepare() {
69 + default
70 rm -r _assets LICENCE README.markdown || die
71 }