From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 60923158091 for ; Fri, 10 Jun 2022 18:08:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DA46E0932; Fri, 10 Jun 2022 18:08:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22B26E0931 for ; Fri, 10 Jun 2022 18:08:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3C607341849 for ; Fri, 10 Jun 2022 18:08:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 050A3516 for ; Fri, 10 Jun 2022 18:08:08 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1654884472.81b0f422f2695c25033158eb92e9bbb7cd1384aa.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vimcdoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/vimcdoc/Manifest app-vim/vimcdoc/vimcdoc-1.9.0.ebuild X-VCS-Directories: app-vim/vimcdoc/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 81b0f422f2695c25033158eb92e9bbb7cd1384aa X-VCS-Branch: master Date: Fri, 10 Jun 2022 18:08:08 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 38f791fd-f372-4f46-bd41-8370eda37f44 X-Archives-Hash: 3effc1d1a95fee00aeee9269aad8c895 commit: 81b0f422f2695c25033158eb92e9bbb7cd1384aa Author: Matt Turner gentoo org> AuthorDate: Fri Jun 10 17:45:21 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Jun 10 18:07:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b0f422 app-vim/vimcdoc: Drop old versions Signed-off-by: Matt Turner gentoo.org> app-vim/vimcdoc/Manifest | 1 - app-vim/vimcdoc/vimcdoc-1.9.0.ebuild | 12 ------------ 2 files changed, 13 deletions(-) diff --git a/app-vim/vimcdoc/Manifest b/app-vim/vimcdoc/Manifest index 73d9ee52f9ad..40bc09682e21 100644 --- a/app-vim/vimcdoc/Manifest +++ b/app-vim/vimcdoc/Manifest @@ -1,2 +1 @@ -DIST vimcdoc-1.9.0.tar.gz 1969682 BLAKE2B 296fb6f246d92f8c5aa917bdc68870d568892cc2a64158121f7c69878ea8e3bdcfbe1f8b060dca11e24e0fad7ab0cfbe4db8e3d756e7f4715bfc72b32c3d2ef7 SHA512 f12e6e12d481d6cf718c97aecc1619c11d5c19ef647155ed66c8c6b79f7a82ca36249e7f60aeb246404dbb31c68eced135c53247f0d99acaf05bc8e7a5679fc9 DIST vimcdoc-2.1.0.tar.gz 2228306 BLAKE2B 099727487067f5ff1e28ab1d8562edc6377984e557c9fa8b467102cd7df069f6bfed7d2149c59f8b5d8aa6e2352905533cdc6c6c1869a8e2494c4b1601df6056 SHA512 31df2f9b37d0fe00205afc66a920633fae770bca569c3d71376cc4b27af42f6f8bd6aa9f997b5007bad65ca4525a1847e396b64083ca7dd12748153e4d216096 diff --git a/app-vim/vimcdoc/vimcdoc-1.9.0.ebuild b/app-vim/vimcdoc/vimcdoc-1.9.0.ebuild deleted file mode 100644 index 5eec3b7044fb..000000000000 --- a/app-vim/vimcdoc/vimcdoc-1.9.0.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin - -DESCRIPTION="online vim documentation translated into Chinese" -HOMEPAGE="http://vimcdoc.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="vim.org" -KEYWORDS="~amd64 ~x86"