commit:     e5d031205439487910703378b65eee88f7b7589d
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 31 12:43:58 2022 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Mon Oct 31 12:43:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d03120

app-portage/portpeek: Ignore hidden files. Version bump.

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

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

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

diff --git a/app-portage/portpeek/Manifest b/app-portage/portpeek/Manifest
index 04eb7bd52fcb..662bb789486c 100644
--- a/app-portage/portpeek/Manifest
+++ b/app-portage/portpeek/Manifest
@@ -1 +1,2 @@
 DIST portpeek-3.2.2.tar.gz 13550 BLAKE2B 
4d0ba85d270699ebb7ca770d1fb3959d3f82135f3d75a65ec35f154ab6d46a9a51b9a2603940d16ed0f7f789f6ab628ef0a1536c2a2cf877b8e19e758e55568e
 SHA512 
9362419f41ccc437ca8d90c0196044b2b17c683f3f2474c6f0bf484209a20fa8af1f17d69a0553038691190bdd410df0bbde51c016e2da944c6772651e99d7a5
+DIST portpeek-3.2.3.tar.gz 13583 BLAKE2B 
23aa397b3f8a1d5d0e4a0ec2a3e1eac86fe4c73fc8675d3799056e70ed3807da26ffa0ab1ea7682a442d1a851c15c5bba1e66cd212390980975e8070abadc98e
 SHA512 
32a8ad4411452a29d57e042e37014ab8b84edb15ee9df2d250171f4c14923f0e881b6e131cd5163fdcbbdc9915b82e0580bca382011861569984ca61e3d3d608

diff --git a/app-portage/portpeek/portpeek-3.2.3.ebuild 
b/app-portage/portpeek/portpeek-3.2.3.ebuild
new file mode 100644
index 000000000000..bbf1b82a3946
--- /dev/null
+++ b/app-portage/portpeek/portpeek-3.2.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+PYTHON_COMPAT=( python3_{8,9,10,11} )
+
+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.1-r3
+       || (
+               >=sys-apps/portage-3.0.38.1-r2[${PYTHON_USEDEP}]
+       )"
+
+src_install() {
+       python_foreach_impl python_doscript ${PN}
+       doman *.[0-9]
+}

Reply via email to