app-portage/portpeek: drop 3.2.8-r1

Signed-off-by: Mike Pagano <mpagano@gentoo.org>
This commit is contained in:
Mike Pagano
2026-02-15 17:38:57 -05:00
parent 9bdc892635
commit 456034a0bf
2 changed files with 0 additions and 30 deletions
-1
View File
@@ -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
@@ -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]
}