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 490C31382C5 for ; Fri, 11 May 2018 22:09:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90B8AE0A60; Fri, 11 May 2018 22:09:11 +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 71F9BE0A5E for ; Fri, 11 May 2018 22:09:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4CBD8335C5A for ; Fri, 11 May 2018 22:09:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E10B27B for ; Fri, 11 May 2018 22:09:09 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1526076525.ca0cbb3b43e8cd092f5dc802b872bee7c8b72ee6.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/alternate/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/alternate/alternate-2.18-r2.ebuild X-VCS-Directories: app-vim/alternate/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: ca0cbb3b43e8cd092f5dc802b872bee7c8b72ee6 X-VCS-Branch: master Date: Fri, 11 May 2018 22:09:09 +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: cd16ef6e-4fc9-4b10-952f-da5149cfce03 X-Archives-Hash: e16e899acae950fe2c6606e55dcf0f4a commit: ca0cbb3b43e8cd092f5dc802b872bee7c8b72ee6 Author: Patrice Clement gentoo org> AuthorDate: Fri May 11 22:00:51 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri May 11 22:08:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca0cbb3b app-vim/alternate: fix variable S. Closes: https://bugs.gentoo.org/649836 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-vim/alternate/alternate-2.18-r2.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app-vim/alternate/alternate-2.18-r2.ebuild b/app-vim/alternate/alternate-2.18-r2.ebuild index 8f7e87cca08..5b01204abb9 100644 --- a/app-vim/alternate/alternate-2.18-r2.ebuild +++ b/app-vim/alternate/alternate-2.18-r2.ebuild @@ -6,12 +6,11 @@ EAPI=6 inherit vim-plugin DESCRIPTION="vim plugin: quickly switch between .c and .h files" -HOMEPAGE="https://github.com/vim-scripts/a.vim -https://www.vim.org/scripts/script.php?script_id=31" +HOMEPAGE="https://github.com/vim-scripts/a.vim https://www.vim.org/scripts/script.php?script_id=31" + SRC_URI=" https://github.com/vim-scripts/a.vim/archive/${PV}.tar.gz -> ${P}.tar.gz - https://www.vim.org/scripts/download_script.php?src_id=6347 -> ${PN}.txt -" + https://www.vim.org/scripts/download_script.php?src_id=6347 -> ${PN}.txt" LICENSE="alternate" KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" @@ -27,6 +26,8 @@ PATCHES=( "${FILESDIR}"/${P}-hh-cc-alternation.patch ) +S="${WORKDIR}/a.vim-${PV}" + src_prepare() { default mkdir -p "${S}/doc" || die