Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/omnicppcomplete/
Date: Sat, 26 May 2018 20:31:44
Message-Id: 1527366688.df5d831a7657423323565fe7d3b67900ae6c2d1d.bman@gentoo
1 commit: df5d831a7657423323565fe7d3b67900ae6c2d1d
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 26 19:47:47 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat May 26 20:31:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df5d831a
7
8 app-vim/omnicppcomplete: bump EAPI
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild b/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild
16 index c87e6be5a06..31f04ffd523 100644
17 --- a/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild
18 +++ b/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild
19 @@ -1,14 +1,14 @@
20 -# Copyright 1999-2013 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI="2"
25 +EAPI=6
26
27 VIM_PLUGIN_VIM_VERSION="7.0"
28 inherit vim-plugin
29
30 DESCRIPTION="vim plugin: C/C++ omni-completion with ctags database"
31 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1520"
32 -SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=7722 -> ${P}.zip"
33 +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1520"
34 +SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=7722 -> ${P}.zip"
35
36 LICENSE="vim.org"
37 KEYWORDS="amd64 x86"