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 CD004158020 for ; Thu, 22 Dec 2022 19:03:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB4E1E07C9; Thu, 22 Dec 2022 19:03:31 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B275BE07C9 for ; Thu, 22 Dec 2022 19:03:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D95434110C for ; Thu, 22 Dec 2022 19:03:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00BB67D3 for ; Thu, 22 Dec 2022 19:03:28 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1671735785.2d0fbc55fa84ed13f7de6b8205b6de249ee97ff7.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/pydoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/pydoc/Manifest app-vim/pydoc/pydoc-2.0-r1.ebuild X-VCS-Directories: app-vim/pydoc/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 2d0fbc55fa84ed13f7de6b8205b6de249ee97ff7 X-VCS-Branch: master Date: Thu, 22 Dec 2022 19:03:28 +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: 4912875b-c2f8-4b25-934a-e4bfde793fcf X-Archives-Hash: ca12c593075335f372df6e727f5955ab commit: 2d0fbc55fa84ed13f7de6b8205b6de249ee97ff7 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Dec 22 19:02:18 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Dec 22 19:03:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d0fbc55 app-vim/pydoc: drop 2.0-r1 (EAPI=6) Signed-off-by: Arthur Zamarin gentoo.org> app-vim/pydoc/Manifest | 1 - app-vim/pydoc/pydoc-2.0-r1.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/app-vim/pydoc/Manifest b/app-vim/pydoc/Manifest index e85c42feb7b1..5583463b25d3 100644 --- a/app-vim/pydoc/Manifest +++ b/app-vim/pydoc/Manifest @@ -1,2 +1 @@ DIST pydoc-2.0.gh.tar.gz 2790 BLAKE2B 520c92fb38d75961342d6c638d3e38f1973ac459553b18f11e03c082b76656a6ad6c56b820f07830e917e14c48496c5b6a9c56c998773d8e8eb698613e6945df SHA512 d082d1921799548092df8b0391022582dad33e478608de7a8832b1a3b11e648c66298c9b61b473a58571f3479858dfe568d0b18f8af49046dd06a3ecf4e56bd3 -DIST pydoc-2.0.tar.gz 2795 BLAKE2B d780265c474081431e43076db9e5bc244677d9deaaa44bbd6ba2c2bdce7e88b8e2f0c6a9e14ca5a3a4bda7925b5c5bc108a34d5d6fecaabe9f0a025774b101ca SHA512 bea2e0dcb82090803b45e0cbccf5ad610a39f22d04c099e5e946e2b3707c9cbd69b85e3f1024a73760d1ff81a0199aeeb3bab20546307676953156eff7185214 diff --git a/app-vim/pydoc/pydoc-2.0-r1.ebuild b/app-vim/pydoc/pydoc-2.0-r1.ebuild deleted file mode 100644 index 9bf0728a9061..000000000000 --- a/app-vim/pydoc/pydoc-2.0-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{7..10} ) - -inherit vim-plugin python-single-r1 - -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}" - -RDEPEND="${PYTHON_DEPS}" - -src_unpack() { - default - mv * "${P}" || die -}