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/fugitive/
Date: Sun, 06 Jan 2019 02:56:10
Message-Id: 1546743348.ab5edda8210892937cd4c45e87c6ec6391b233cf.radhermit@gentoo
1 commit: ab5edda8210892937cd4c45e87c6ec6391b233cf
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 6 02:18:31 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 6 02:55:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab5edda8
7
8 app-vim/fugitive: version bump to 2.5
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 app-vim/fugitive/Manifest | 1 +
13 app-vim/fugitive/{fugitive-9999.ebuild => fugitive-2.5.ebuild} | 6 +++---
14 app-vim/fugitive/fugitive-9999.ebuild | 6 +++---
15 3 files changed, 7 insertions(+), 6 deletions(-)
16
17 diff --git a/app-vim/fugitive/Manifest b/app-vim/fugitive/Manifest
18 index 377687c55fd..8dfed86f177 100644
19 --- a/app-vim/fugitive/Manifest
20 +++ b/app-vim/fugitive/Manifest
21 @@ -1,2 +1,3 @@
22 DIST fugitive-2.3.tar.gz 30949 BLAKE2B ff62ad9f5b85fff6a06fe006884901ca0f80a5ee139032955a6af596cadf3dca18d73980da12429706102cbe8105fcbff5fb1dd6375b851f978746a5251f1d22 SHA512 8a176705c0326ac034abaf23423e58d490feb7f11dc45ad23641fafb95279094ed38475a90e7c2e7fc95c615558db75f3587740e2658f3988fa07a1957aa1039
23 DIST fugitive-2.4.tar.gz 33340 BLAKE2B d5e5df47e0492510abae735dd47b51d797fe38862401f7d8e64404f6fa4e040641141c6febb13b05910cc44dc0372b084fe0ee8c3980a73d11d65e1a502ed627 SHA512 fb9d4129090bbafcace9400e9f21feae06bc9f903a54cfef7c4cbfa62856019a511b924c294e86fd26cd713d588ca0054a17d9676b59e2f406779ab5d51c3363
24 +DIST fugitive-2.5.tar.gz 39318 BLAKE2B 437f4c36b357937fc83e0107882d535c5cc9e609801147d1a48c28e16c4f964c221ff404301e57c9d740a04caf4cf5383a1f307ad89a76294e13b784561223bd SHA512 9a58ff3fa9eae72fca3d1232d01856ef56fe38b7bbf61be44ec4cdf4f0f69fca69fafe19266d657530a6d08f856236b1d1370bb770b14402bb7e476d5ca4bb78
25
26 diff --git a/app-vim/fugitive/fugitive-9999.ebuild b/app-vim/fugitive/fugitive-2.5.ebuild
27 similarity index 88%
28 copy from app-vim/fugitive/fugitive-9999.ebuild
29 copy to app-vim/fugitive/fugitive-2.5.ebuild
30 index 3ec007ea68b..fe8da7842fc 100644
31 --- a/app-vim/fugitive/fugitive-9999.ebuild
32 +++ b/app-vim/fugitive/fugitive-2.5.ebuild
33 @@ -1,16 +1,16 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 +# Copyright 1999-2019 Gentoo Authors
36 # Distributed under the terms of the GNU General Public License v2
37
38 -EAPI=6
39 +EAPI=7
40 inherit vim-plugin
41
42 if [[ ${PV} == 9999 ]]; then
43 inherit git-r3
44 EGIT_REPO_URI="https://github.com/tpope/vim-fugitive.git"
45 else
46 - inherit vcs-snapshot
47 SRC_URI="https://github.com/tpope/vim-fugitive/archive/v${PV}.tar.gz -> ${P}.tar.gz"
48 KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos"
49 + S="${WORKDIR}/vim-${P}"
50 fi
51
52 DESCRIPTION="vim plugin: a git wrapper for vim"
53
54 diff --git a/app-vim/fugitive/fugitive-9999.ebuild b/app-vim/fugitive/fugitive-9999.ebuild
55 index 3ec007ea68b..fe8da7842fc 100644
56 --- a/app-vim/fugitive/fugitive-9999.ebuild
57 +++ b/app-vim/fugitive/fugitive-9999.ebuild
58 @@ -1,16 +1,16 @@
59 -# Copyright 1999-2018 Gentoo Foundation
60 +# Copyright 1999-2019 Gentoo Authors
61 # Distributed under the terms of the GNU General Public License v2
62
63 -EAPI=6
64 +EAPI=7
65 inherit vim-plugin
66
67 if [[ ${PV} == 9999 ]]; then
68 inherit git-r3
69 EGIT_REPO_URI="https://github.com/tpope/vim-fugitive.git"
70 else
71 - inherit vcs-snapshot
72 SRC_URI="https://github.com/tpope/vim-fugitive/archive/v${PV}.tar.gz -> ${P}.tar.gz"
73 KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos"
74 + S="${WORKDIR}/vim-${P}"
75 fi
76
77 DESCRIPTION="vim plugin: a git wrapper for vim"