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 152B013825C for ; Fri, 13 May 2016 08:38:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DD02E07A7; Fri, 13 May 2016 08:38:36 +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 7E357E07A5 for ; Fri, 13 May 2016 08:38:35 +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 1F24C340890 for ; Fri, 13 May 2016 08:38:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB3EF95D for ; Fri, 13 May 2016 08:38:31 +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: <1463127805.d73d228cad7b971e70636deb9bc8294cb5f36485.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.ebuild X-VCS-Directories: app-vim/vimpython/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: d73d228cad7b971e70636deb9bc8294cb5f36485 X-VCS-Branch: master Date: Fri, 13 May 2016 08:38:31 +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: 22efa30d-755f-47d0-b50f-e12ad00d3e33 X-Archives-Hash: ecc5b570dedf199456f32a58f88b3cd5 commit: d73d228cad7b971e70636deb9bc8294cb5f36485 Author: Patrice Clement gentoo org> AuthorDate: Fri May 13 07:52:54 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri May 13 08:23:25 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d73d228c app-vim/vimpython: Clean up old. Package-Manager: portage-2.2.26 app-vim/vimpython/vimpython-1.13.ebuild | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/app-vim/vimpython/vimpython-1.13.ebuild b/app-vim/vimpython/vimpython-1.13.ebuild deleted file mode 100644 index 5a27e29..0000000 --- a/app-vim/vimpython/vimpython-1.13.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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}"