commit: 456034a0bfd04314adaa476751b4eebe7c0598c5
Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 15 22:38:57 2026 +0000
Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sun Feb 15 22:39:09 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=456034a0
app-portage/portpeek: drop 3.2.8-r1
Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
app-portage/portpeek/Manifest | 1 -
app-portage/portpeek/portpeek-3.2.8-r1.ebuild | 29 ---------------------------
2 files changed, 30 deletions(-)
diff --git a/app-portage/portpeek/Manifest b/app-portage/portpeek/Manifest
index d2041165ecb7..fa4485337e5d 100644
--- a/app-portage/portpeek/Manifest
+++ b/app-portage/portpeek/Manifest
@@ -1,2 +1 @@
-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.8-r1.ebuild
b/app-portage/portpeek/portpeek-3.2.8-r1.ebuild
deleted file mode 100644
index cac82538bd67..000000000000
--- a/app-portage/portpeek/portpeek-3.2.8-r1.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..14} )
-
-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.11
- || (
- >=sys-apps/portage-3.0.71[${PYTHON_USEDEP}]
- )"
-
-src_install() {
- python_foreach_impl python_doscript ${PN}
- doman *.[0-9]
-}