From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D3E0D1382C6 for ; Fri, 24 Jun 2016 04:39:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D375940A5; Fri, 24 Jun 2016 04:39:39 +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 A4E97940B2 for ; Fri, 24 Jun 2016 04:39:38 +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 B44E3340D3E for ; Fri, 24 Jun 2016 04:39:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A4C6209C for ; Fri, 24 Jun 2016 04:39:36 +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: <1466741490.d3baf94328254ffd6db4f3897e74c76d9be9c9e2.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/csv/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/csv/csv-0.31-r1.ebuild X-VCS-Directories: app-vim/csv/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: d3baf94328254ffd6db4f3897e74c76d9be9c9e2 X-VCS-Branch: master Date: Fri, 24 Jun 2016 04:39:36 +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: 828d4d61-13cc-4793-ae0f-e005d0a12a8c X-Archives-Hash: c09e8bbcb3bdf61f7ec74fa0d6b21fbc commit: d3baf94328254ffd6db4f3897e74c76d9be9c9e2 Author: Patrice Clement gentoo org> AuthorDate: Fri Jun 24 04:07:45 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Jun 24 04:11:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3baf943 app-vim/csv: EAPI 6 bump. Package-Manager: portage-2.2.28 app-vim/csv/csv-0.31-r1.ebuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/app-vim/csv/csv-0.31-r1.ebuild b/app-vim/csv/csv-0.31-r1.ebuild new file mode 100644 index 0000000..1f380ce --- /dev/null +++ b/app-vim/csv/csv-0.31-r1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit vim-plugin + +DESCRIPTION="vim plugin: display and alter csv files" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2830" +LICENSE="vim" +KEYWORDS="amd64 x86" + +VIM_PLUGIN_HELPFILES="ft-csv.txt"