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 2B815139898 for ; Tue, 25 Aug 2015 02:24:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0198E080D; Tue, 25 Aug 2015 02:24:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B129BE0810 for ; Tue, 25 Aug 2015 02:24:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA1A13409ED for ; Tue, 25 Aug 2015 02:24:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C118178 for ; Tue, 25 Aug 2015 02:24:52 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1440468401.78b2a6583677f62e6fd44eeaf677652c8805142c.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/zoomwin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/zoomwin/Manifest app-vim/zoomwin/zoomwin-23.ebuild X-VCS-Directories: app-vim/zoomwin/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 78b2a6583677f62e6fd44eeaf677652c8805142c X-VCS-Branch: master Date: Tue, 25 Aug 2015 02:24:52 +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: f226fefc-18fb-4251-883f-f6ea4fd63983 X-Archives-Hash: 88ecdad1e6c7c2117cd3634bfa2f7ee5 commit: 78b2a6583677f62e6fd44eeaf677652c8805142c Author: Tim Harder gentoo org> AuthorDate: Tue Aug 25 02:06:41 2015 +0000 Commit: Tim Harder gentoo org> CommitDate: Tue Aug 25 02:06:41 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b2a658 app-vim/zoomwin: remove old app-vim/zoomwin/Manifest | 1 - app-vim/zoomwin/zoomwin-23.ebuild | 14 -------------- 2 files changed, 15 deletions(-) diff --git a/app-vim/zoomwin/Manifest b/app-vim/zoomwin/Manifest index 4bc7ccc..bd942aa 100644 --- a/app-vim/zoomwin/Manifest +++ b/app-vim/zoomwin/Manifest @@ -1,2 +1 @@ -DIST zoomwin-23.tar.bz2 6156 SHA256 1287eca8cf2bf438ec74a0b8e05e8dd8a82e05d79d70e701175af7e7e7e12caa SHA512 a45b474a9a69eb7841b4bcd1e8dbdd00157c2b93bdd03e01b0619acd646bec800729dc3ad0056940093c469ad15928c83c0b9de3c2e984adfae937360871e828 WHIRLPOOL 05b0bb4f668b0c940073f263257ef1d965c498496c825722165e0b1564ca48550d645ee6e01333e3daebf8a8a1689240a34b0b5add68a99b1826c7574d61cdb3 DIST zoomwin-24.tar.bz2 7928 SHA256 b33c0283e3739bdb832d43668fae6ea1df225977374f93ac22579cc2856d64e5 SHA512 fb20958813c1cd956c25f34c9355454b5003cf1a2d3582149c07ea3cdb4630a0407f2407f3a8f96abec37659e75facef13094d6d1ec2972b937dab8bdf9d61a9 WHIRLPOOL d6814dedaef5554d72db83b37809eea66e7228c6c845ecb9f571739509d2524ffe3336ded32b0f7179829a24813e33f432dfb32ac3fa7db5e87794f032d757ef diff --git a/app-vim/zoomwin/zoomwin-23.ebuild b/app-vim/zoomwin/zoomwin-23.ebuild deleted file mode 100644 index 5549c0b..0000000 --- a/app-vim/zoomwin/zoomwin-23.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -VIM_PLUGIN_VIM_VERSION="7.2" -inherit vim-plugin - -DESCRIPTION="vim plugin: brief-style window zooming" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=508" -LICENSE="vim" -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" -IUSE="" - -VIM_PLUGIN_HELPFILES="zoomwin"