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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6AB921382C5 for ; Fri, 4 Dec 2020 19:25:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58BC1E095A; Fri, 4 Dec 2020 19:25:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FE03E095A for ; Fri, 4 Dec 2020 19:25:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34A98340D35 for ; Fri, 4 Dec 2020 19:25:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB4A5474 for ; Fri, 4 Dec 2020 19:25:31 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1607109907.8d66ccda34097256a8589cfc8e5e75b6f300ce53.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/pydoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/pydoc/pydoc-2.0-r2.ebuild X-VCS-Directories: app-vim/pydoc/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 8d66ccda34097256a8589cfc8e5e75b6f300ce53 X-VCS-Branch: master Date: Fri, 4 Dec 2020 19:25: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 17399b6a-0eda-4cd1-a55a-8628f000f786 X-Archives-Hash: 1bdf3870b39302bc1493dfc5ebbf2e24 commit: 8d66ccda34097256a8589cfc8e5e75b6f300ce53 Author: Aaron Bauman gentoo org> AuthorDate: Fri Dec 4 19:25:07 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Dec 4 19:25:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d66ccda app-vim/pydoc: drop old Signed-off-by: Aaron Bauman gentoo.org> app-vim/pydoc/pydoc-2.0-r2.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/app-vim/pydoc/pydoc-2.0-r2.ebuild b/app-vim/pydoc/pydoc-2.0-r2.ebuild deleted file mode 100644 index b11b9e33c8f..00000000000 --- a/app-vim/pydoc/pydoc-2.0-r2.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) - -inherit vim-plugin python-single-r1 vcs-snapshot - -DESCRIPTION="vim plugin: integrates python documentation view and search tool" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=910 https://github.com/fs111/pydoc.vim" -SRC_URI="https://github.com/fs111/${PN}.vim/tarball/${PV} -> ${P}.tar.gz" -LICENSE="GPL-2" -KEYWORDS="amd64 ppc ppc64 x86" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="app-arch/unzip" -RDEPEND="${PYTHON_DEPS}"