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 18A1F138331 for ; Sun, 25 Sep 2016 19:06:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06B96E0B25; Sun, 25 Sep 2016 19:06:42 +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 DA418E0B6D for ; Sun, 25 Sep 2016 19:06:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 11D743408F9 for ; Sun, 25 Sep 2016 19:06:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10F852491 for ; Sun, 25 Sep 2016 19:06:39 +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: <1474830395.6aca2001282764b5be086cdce153c34b0643b51a.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/merginal/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/merginal/merginal-2.0.2.ebuild X-VCS-Directories: app-vim/merginal/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 6aca2001282764b5be086cdce153c34b0643b51a X-VCS-Branch: master Date: Sun, 25 Sep 2016 19:06:39 +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: 05acf8ac-7ea1-4f69-b26b-af5eb4ccff2c X-Archives-Hash: 49b0070dde86647c2fbe2707fb387698 commit: 6aca2001282764b5be086cdce153c34b0643b51a Author: Patrice Clement gentoo org> AuthorDate: Sun Sep 25 10:16:30 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Sep 25 19:06:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aca2001 app-vim/merginal: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy. Package-Manager: portage-2.2.28 app-vim/merginal/merginal-2.0.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-vim/merginal/merginal-2.0.2.ebuild b/app-vim/merginal/merginal-2.0.2.ebuild index 522a797..df7d002 100644 --- a/app-vim/merginal/merginal-2.0.2.ebuild +++ b/app-vim/merginal/merginal-2.0.2.ebuild @@ -9,17 +9,17 @@ inherit vim-plugin MY_PN=vim-${PN} MY_P=${MY_PN}-${PV} -DESCRIPTION="fugitive extension to manage and merge git branches" +DESCRIPTION="vim script: fugitive extension to manage and merge git branches" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4955 https://github.com/idanarye/vim-merginal/" SRC_URI="https://github.com/idanarye/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="vim" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND="app-vim/fugitive" VIM_PLUGIN_HELPFILES="${PN}" -S=${WORKDIR}/${MY_P} +S="${WORKDIR}/${MY_P}" src_prepare() { rm README.md || die