From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F36C7138332 for ; Sat, 26 May 2018 20:31:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D128DE0A81; Sat, 26 May 2018 20:31:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0307E0A81 for ; Sat, 26 May 2018 20:31:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B81E335CC5 for ; Sat, 26 May 2018 20:31:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3F862BA for ; Sat, 26 May 2018 20:31:37 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527366688.df5d831a7657423323565fe7d3b67900ae6c2d1d.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/omnicppcomplete/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild X-VCS-Directories: app-vim/omnicppcomplete/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: df5d831a7657423323565fe7d3b67900ae6c2d1d X-VCS-Branch: master Date: Sat, 26 May 2018 20:31:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1669f9fa-ee46-4fe1-b900-aba17f9de737 X-Archives-Hash: cd01b894122a7e6a1607fc92f3e3a9dc commit: df5d831a7657423323565fe7d3b67900ae6c2d1d Author: Aaron Bauman gentoo org> AuthorDate: Sat May 26 19:47:47 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat May 26 20:31:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df5d831a app-vim/omnicppcomplete: bump EAPI Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild b/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild index c87e6be5a06..31f04ffd523 100644 --- a/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild +++ b/app-vim/omnicppcomplete/omnicppcomplete-0.41.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="2" +EAPI=6 VIM_PLUGIN_VIM_VERSION="7.0" inherit vim-plugin DESCRIPTION="vim plugin: C/C++ omni-completion with ctags database" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1520" -SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=7722 -> ${P}.zip" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1520" +SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=7722 -> ${P}.zip" LICENSE="vim.org" KEYWORDS="amd64 x86"