commit:     4c61aca49853af60bb86464d4f997af111161713
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 15 20:40:46 2026 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sun Feb 15 22:39:08 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c61aca4

app-portage/portpeek: drop 3.2.6

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 app-portage/portpeek/Manifest              |  1 -
 app-portage/portpeek/portpeek-3.2.6.ebuild | 29 -----------------------------
 2 files changed, 30 deletions(-)

diff --git a/app-portage/portpeek/Manifest b/app-portage/portpeek/Manifest
index 226cf33c6885..d2041165ecb7 100644
--- a/app-portage/portpeek/Manifest
+++ b/app-portage/portpeek/Manifest
@@ -1,3 +1,2 @@
-DIST portpeek-3.2.6.tar.gz 13936 BLAKE2B 
16b788a6740bfd230b70d692128ccba35b5d680429a0316d8530bfff2aeecd99f7bfd89896216a07bead9e74d9076481a51b7c0b9466a4daec4cb254f5ecc98c
 SHA512 
6f5013b2c26ec7568dff560048bd9ed3b13015e765e6bcdd03798e8d1050e2d175dbd6126029d031ff7415a3fd111cd7d88a7cfcb80f8f4c9d575e9a99312881
 DIST portpeek-3.2.8.tar.gz 13942 BLAKE2B 
005d217ba3e67fba8589b115a7c493037b76d9e1b681a165a4f4ae2c26a95b09e742420b329aa4de595adbe8d511c62216cb9ba5ef885ab4a0b489dac4832184
 SHA512 
a015c4ade4fcb16e4b7587f4e3be3a95761f0ebbc0667503c20fc9c3baa1d5ac36a91ff0bdf9357560c5546faf8f0ed2db258bcef2292423ad93a055f633eb12
 DIST portpeek-3.2.9.tar.gz 13954 BLAKE2B 
eb988f4097d47daa433f2b2122d4485aba2313a599e2c3c506bfcacfee3db7ca1f7471e91566780d7209d8d11f427a698676102bb8a5d9567022508c05ea2e20
 SHA512 
5e91d43f43e48ac93d5a1bba0a73b3984e10788a33b0ea754405be660e82f77745194ea4b159be4c39cdb011b10e202814a22332056845e94d5aa0cd8bc57dd7

diff --git a/app-portage/portpeek/portpeek-3.2.6.ebuild 
b/app-portage/portpeek/portpeek-3.2.6.ebuild
deleted file mode 100644
index cc456cc5dac8..000000000000
--- a/app-portage/portpeek/portpeek-3.2.6.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-PYTHON_COMPAT=( python3_{12,13} )
-
-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/v${PV}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ~riscv ~sparc x86"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
-       >=app-portage/gentoolkit-0.6.7
-       || (
-               >=sys-apps/portage-3.0.65-r1[${PYTHON_USEDEP}]
-       )"
-
-src_install() {
-       python_foreach_impl python_doscript ${PN}
-       doman *.[0-9]
-}

Reply via email to