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 83B95138330 for ; Thu, 25 Aug 2016 20:58:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC619E0912; Thu, 25 Aug 2016 20:58:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E2874E095B for ; Thu, 25 Aug 2016 20:58:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1849D3409A4 for ; Thu, 25 Aug 2016 20:58:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 156B12469 for ; Thu, 25 Aug 2016 20:58:27 +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: <1472158678.b9f92086e5a5ecb9e1aa745077a48acd9b00a0ef.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/gist/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/gist/gist-7.2.ebuild X-VCS-Directories: app-vim/gist/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: b9f92086e5a5ecb9e1aa745077a48acd9b00a0ef X-VCS-Branch: master Date: Thu, 25 Aug 2016 20:58:27 +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: e12d84bd-8dd2-4554-afae-6d851376b36f X-Archives-Hash: 903480fdbae822133844139235a574fe commit: b9f92086e5a5ecb9e1aa745077a48acd9b00a0ef Author: Patrice Clement gentoo org> AuthorDate: Thu Aug 25 19:58:31 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Aug 25 20:57:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9f92086 app-vim/gist: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy. Package-Manager: portage-2.2.28 app-vim/gist/gist-7.2.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app-vim/gist/gist-7.2.ebuild b/app-vim/gist/gist-7.2.ebuild index ada0ee6..9235f2e 100644 --- a/app-vim/gist/gist-7.2.ebuild +++ b/app-vim/gist/gist-7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,16 +13,17 @@ DESCRIPTION="vim plugin: interact with gists (gist.github.com)" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2423 https://github.com/mattn/gist-vim" SRC_URI="https://github.com/mattn/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" -KEYWORDS="~amd64 ~x86 ~x64-macos" +KEYWORDS="amd64 x86 ~x64-macos" -RDEPEND="app-vim/webapi +RDEPEND=" + app-vim/webapi net-misc/curl dev-vcs/git" VIM_PLUGIN_HELPFILES="Gist.vim" -S=${WORKDIR}/${MY_P} +S="${WORKDIR}/${MY_P}" src_prepare() { - rm README.md gist.vim* Makefile || die + rm -v README.md gist.vim* Makefile || die }