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 9B18359CA4 for ; Sun, 13 Mar 2016 18:49:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DC3F21C002; Sun, 13 Mar 2016 18:49:31 +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 AB95121C002 for ; Sun, 13 Mar 2016 18:49:30 +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 6D6E4340B57 for ; Sun, 13 Mar 2016 18:49:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4C73822 for ; Sun, 13 Mar 2016 18:49:26 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1457894767.d0819ab364e29bd7f64f18b72896364fa64550ad.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/cvsmenu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/cvsmenu/Manifest app-vim/cvsmenu/cvsmenu-1.80.ebuild X-VCS-Directories: app-vim/cvsmenu/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: d0819ab364e29bd7f64f18b72896364fa64550ad X-VCS-Branch: master Date: Sun, 13 Mar 2016 18:49:26 +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: e6553a5d-ae80-4bbd-b330-dae6c4743573 X-Archives-Hash: df3effcd5051ff4a0a058bc1dce112dd commit: d0819ab364e29bd7f64f18b72896364fa64550ad Author: Manuel Rüger gentoo org> AuthorDate: Sun Mar 13 18:46:07 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Mar 13 18:46:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0819ab3 app-vim/cvsmenu: Remove old Package-Manager: portage-2.2.28 app-vim/cvsmenu/Manifest | 1 - app-vim/cvsmenu/cvsmenu-1.80.ebuild | 13 ------------- 2 files changed, 14 deletions(-) diff --git a/app-vim/cvsmenu/Manifest b/app-vim/cvsmenu/Manifest index 2722200..54b974a 100644 --- a/app-vim/cvsmenu/Manifest +++ b/app-vim/cvsmenu/Manifest @@ -1,2 +1 @@ DIST cvsmenu-1.147.tar.bz2 16440 SHA256 a04867208d8660f82a94eafb844211d53b5bcf9155dd967656e4b2ac3d137ba4 SHA512 ca25c4b6d50d0d82ce179a76a8993b1a7a5ef72d032639ec9cf16fbdeafd87eddf7f89214fa8d370d330f5f7501e1265f1c5635153cc387e23191ab81ce56c8b WHIRLPOOL 13b2066a610f265b907282486e0d79b09492e6d8074af112d305af299bbe4aa436b914cd025e1721ea13f3de0333fd265e64eab5679b3e8bfb0cb497c8be716e -DIST cvsmenu-1.80.tar.bz2 21418 SHA256 b72092d6352a12d3650d2bd2730dfaa55322e1e41581076e2fbc00ce39ca3215 SHA512 44fdaedc3374b903f9aee9f5767496bdb1df8fb4a2736477ee9f3e86aa7e724dcc9906e02fe87b69a42ecfb5221eef608552dd958e4c31ff5946509fe48229c0 WHIRLPOOL f7f697107730ec6c4434a0148ee2eef29a19f25c1e04d43c480a7486c28f7b1d3e33f6b85833aae04e088c14247a44494e1b19503deb6ebad750518f84e85eec diff --git a/app-vim/cvsmenu/cvsmenu-1.80.ebuild b/app-vim/cvsmenu/cvsmenu-1.80.ebuild deleted file mode 100644 index b985362..0000000 --- a/app-vim/cvsmenu/cvsmenu-1.80.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit vim-plugin - -DESCRIPTION="vim plugin: Menu for CVS-Versioncontrol" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=58" -LICENSE="LGPL-2" -KEYWORDS="amd64 ppc x86" -IUSE="" - -VIM_PLUGIN_HELPFILES="cvsmenu.txt"