commit:     e0c8269633a43ba676e7f3864583fb6df5012d0d
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  1 17:15:55 2023 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Wed Nov  1 17:15:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0c82696

app-portage/portpeek: add 3.2.4, fix for ::repo package atom

Fix package.use parsing of "::repo" package atom specification.
Thanks to mndz.

Closes: https://bugs.gentoo.org/916600

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

 app-portage/portpeek/Manifest              |  1 +
 app-portage/portpeek/portpeek-3.2.4.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/app-portage/portpeek/Manifest b/app-portage/portpeek/Manifest
index ed77f05e5b0f..7de326249d73 100644
--- a/app-portage/portpeek/Manifest
+++ b/app-portage/portpeek/Manifest
@@ -1 +1,2 @@
 DIST portpeek-3.2.3.tar.gz 13583 BLAKE2B 
23aa397b3f8a1d5d0e4a0ec2a3e1eac86fe4c73fc8675d3799056e70ed3807da26ffa0ab1ea7682a442d1a851c15c5bba1e66cd212390980975e8070abadc98e
 SHA512 
32a8ad4411452a29d57e042e37014ab8b84edb15ee9df2d250171f4c14923f0e881b6e131cd5163fdcbbdc9915b82e0580bca382011861569984ca61e3d3d608
+DIST portpeek-3.2.4.tar.gz 13655 BLAKE2B 
bc758a6312775458974bf0cd1218150f18b35cf0722b36829443a7df8e8aaf35b40f2d8edeaad8a21f32b9a5f46ad2eabe7a762286ad62f71f41de08553fbd1c
 SHA512 
2a8d85c1862c3d800251aa94a9ffdee18100aa8d39b6e72dcf8d34c21ac1efb7ef100efe4a3bca5b96570604bfa4b5c4f702ab85f343476ba3081f123d65b5e5

diff --git a/app-portage/portpeek/portpeek-3.2.4.ebuild 
b/app-portage/portpeek/portpeek-3.2.4.ebuild
new file mode 100644
index 000000000000..ea6ae8424dff
--- /dev/null
+++ b/app-portage/portpeek/portpeek-3.2.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+PYTHON_COMPAT=( python3_{9,10,11,12} )
+
+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 ~sparc ~x86"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+       >=app-portage/gentoolkit-0.6.3
+       || (
+               >=sys-apps/portage-3.0.54-r1[${PYTHON_USEDEP}]
+       )"
+
+src_install() {
+       python_foreach_impl python_doscript ${PN}
+       doman *.[0-9]
+}

Reply via email to