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 0CBA413823A for ; Sat, 7 May 2016 09:03:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B32C0E07F0; Sat, 7 May 2016 09:03:28 +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 6D107E07F0 for ; Sat, 7 May 2016 09:03:28 +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 1480B3406F2 for ; Sat, 7 May 2016 09:03:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FE10970 for ; Sat, 7 May 2016 09:03:24 +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: <1462610889.8706a6263da55f12f20a40cb86362a53ce3c4536.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vimpython/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/vimpython/vimpython-1.13-r1.ebuild X-VCS-Directories: app-vim/vimpython/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 8706a6263da55f12f20a40cb86362a53ce3c4536 X-VCS-Branch: master Date: Sat, 7 May 2016 09:03:24 +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: 18dcac27-872a-46bd-bb4d-dbf5dadea244 X-Archives-Hash: 15f4717c917f0ef7d245649b582b578a commit: 8706a6263da55f12f20a40cb86362a53ce3c4536 Author: Patrice Clement gentoo org> AuthorDate: Sat May 7 08:47:44 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat May 7 08:48:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8706a626 app-vim/vimpython: EAPI 6 bump. Package-Manager: portage-2.2.26 app-vim/vimpython/vimpython-1.13-r1.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/app-vim/vimpython/vimpython-1.13-r1.ebuild b/app-vim/vimpython/vimpython-1.13-r1.ebuild new file mode 100644 index 0000000..ab3c225 --- /dev/null +++ b/app-vim/vimpython/vimpython-1.13-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +VIM_PLUGIN_VIM_VERSION="7.0" +inherit vim-plugin + +DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=30" + +LICENSE="vim" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="${DEPEND}" + +VIM_PLUGIN_HELPURI="${HOMEPAGE}"