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 B9971138334 for ; Sat, 28 Sep 2019 04:02:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8792E0824; Sat, 28 Sep 2019 04:02:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B2CC8E0824 for ; Sat, 28 Sep 2019 04:02:10 +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 B85B234B690 for ; Sat, 28 Sep 2019 04:02:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE02E771 for ; Sat, 28 Sep 2019 04:02:02 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1569643186.349e1f145b1e9193716dcf28befc8393bdd0b7c9.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/syntastic/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/syntastic/syntastic-3.9.0.ebuild app-vim/syntastic/syntastic-9999.ebuild X-VCS-Directories: app-vim/syntastic/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 349e1f145b1e9193716dcf28befc8393bdd0b7c9 X-VCS-Branch: master Date: Sat, 28 Sep 2019 04:02:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5e5da014-a6d6-4ed7-8083-a9841ed23a4a X-Archives-Hash: 67f0bbe3cace4129a683453b2e10c9e6 commit: 349e1f145b1e9193716dcf28befc8393bdd0b7c9 Author: Tim Harder gentoo org> AuthorDate: Sat Sep 28 03:59:46 2019 +0000 Commit: Tim Harder gentoo org> CommitDate: Sat Sep 28 03:59:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=349e1f14 app-vim/syntastic: update redirected urls and bump to EAPI 7 Signed-off-by: Tim Harder gentoo.org> app-vim/syntastic/syntastic-3.9.0.ebuild | 10 +++++----- app-vim/syntastic/syntastic-9999.ebuild | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app-vim/syntastic/syntastic-3.9.0.ebuild b/app-vim/syntastic/syntastic-3.9.0.ebuild index 6776db4e00e..80225618fcf 100644 --- a/app-vim/syntastic/syntastic-3.9.0.ebuild +++ b/app-vim/syntastic/syntastic-3.9.0.ebuild @@ -1,19 +1,19 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit vim-plugin if [[ ${PV} == "9999" ]] ; then inherit git-r3 - EGIT_REPO_URI="https://github.com/scrooloose/syntastic.git" + EGIT_REPO_URI="https://github.com/vim-syntastic/syntastic.git" else - SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/vim-syntastic/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi DESCRIPTION="vim plugin: syntax checking using external tools" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 https://github.com/scrooloose/syntastic/" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 https://github.com/vim-syntastic/syntastic/" LICENSE="WTFPL-2" VIM_PLUGIN_HELPFILES="${PN}" diff --git a/app-vim/syntastic/syntastic-9999.ebuild b/app-vim/syntastic/syntastic-9999.ebuild index 6776db4e00e..80225618fcf 100644 --- a/app-vim/syntastic/syntastic-9999.ebuild +++ b/app-vim/syntastic/syntastic-9999.ebuild @@ -1,19 +1,19 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit vim-plugin if [[ ${PV} == "9999" ]] ; then inherit git-r3 - EGIT_REPO_URI="https://github.com/scrooloose/syntastic.git" + EGIT_REPO_URI="https://github.com/vim-syntastic/syntastic.git" else - SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/vim-syntastic/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi DESCRIPTION="vim plugin: syntax checking using external tools" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 https://github.com/scrooloose/syntastic/" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 https://github.com/vim-syntastic/syntastic/" LICENSE="WTFPL-2" VIM_PLUGIN_HELPFILES="${PN}"