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 291A7158020 for ; Sat, 3 Dec 2022 19:48:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 335522BC036; Sat, 3 Dec 2022 19:48:50 +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 141022BC036 for ; Sat, 3 Dec 2022 19:48:50 +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 12D2F3414CB for ; Sat, 3 Dec 2022 19:48:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F6AF5BF for ; Sat, 3 Dec 2022 19:48:47 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1670096884.c0eeaefc12a1f599df47ed5d43cae0f74f4964dc.mpagano@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/portpeek/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/portpeek/portpeek-3.2.2.ebuild X-VCS-Directories: app-portage/portpeek/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: c0eeaefc12a1f599df47ed5d43cae0f74f4964dc X-VCS-Branch: master Date: Sat, 3 Dec 2022 19:48:47 +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: 47cbe661-7de8-4fe3-a053-177115029561 X-Archives-Hash: 70e431a031b9bd8701eaf38526f63bef commit: c0eeaefc12a1f599df47ed5d43cae0f74f4964dc Author: Mike Pagano gentoo org> AuthorDate: Sat Dec 3 19:48:04 2022 +0000 Commit: Mike Pagano gentoo org> CommitDate: Sat Dec 3 19:48:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0eeaefc app-portage/portpeek: drop 3.2.2 Signed-off-by: Mike Pagano gentoo.org> app-portage/portpeek/portpeek-3.2.2.ebuild | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/app-portage/portpeek/portpeek-3.2.2.ebuild b/app-portage/portpeek/portpeek-3.2.2.ebuild deleted file mode 100644 index 4a0eb9876d69..000000000000 --- a/app-portage/portpeek/portpeek-3.2.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" -PYTHON_COMPAT=( python3_{8,9,10} ) - -inherit python-r1 - -DESCRIPTION="A helper program for maintaining the package.keyword and package.unmask files" -HOMEPAGE="https://github.com/mpagano/portpeek" -SRC_URI="https://github.com/mpagano/portpeek/releases/download/${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm arm64 ppc sparc x86" -IUSE="" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="${PYTHON_DEPS}" -RDEPEND="${DEPEND} - >=app-portage/gentoolkit-0.5.1 - || ( - >=sys-apps/portage-3.0.20[${PYTHON_USEDEP}] - )" - -src_install() { - python_foreach_impl python_doscript ${PN} - doman *.[0-9] -}