public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Pagano" <mpagano@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/portpeek/
Date: Fri, 28 Aug 2020 20:56:51 +0000 (UTC)	[thread overview]
Message-ID: <1598648203.430157658be8db634927e045a46b40691b69a3c6.mpagano@gentoo> (raw)

commit:     430157658be8db634927e045a46b40691b69a3c6
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 28 20:56:43 2020 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Fri Aug 28 20:56:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43015765

app-portage/portpeek: Fix bug in is_any_cpv_file_masked

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

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

diff --git a/app-portage/portpeek/Manifest b/app-portage/portpeek/Manifest
index 5dba74eda21..9c2762186e1 100644
--- a/app-portage/portpeek/Manifest
+++ b/app-portage/portpeek/Manifest
@@ -2,3 +2,4 @@ DIST portpeek-2.1.27.tar.gz 13000 BLAKE2B a134d7c9a99dc4bfd8cbd56343a6d049c215ea
 DIST portpeek-2.1.29.tar.gz 13067 BLAKE2B c0385849738303a3fab8123f6af321bd000f88975b26d363c08aacf873b657b872a898af92a0396f1e3060b5b804fc9f2ddd8579101d2f5da18628080dc4e490 SHA512 3933b39c248e3758d67e0c1dd04cb93727eecbda4ae35d55fc266d01f01d7f87c535701cbc54d48a212e1c642a4447d487f2c62aa649f084e1d1fca458263b27
 DIST portpeek-3.0.1.tar.gz 12906 BLAKE2B bca14b3d1c82b270a5418ca3ff1e5422a16251bd5d7ef775311c9bf86cbb3b5c1304c688c0631247aa1e6f479d5e7eb5313c83fac5a9e197dc70bda6aa48b569 SHA512 8e0d71d71afb6b6d990e88f3c212a7e999b544cdc7a06d44cadb59ae3b70849fbbd864d855f014bb4090a031efc0713c84dc2a3079e37ab8967e546c8d165394
 DIST portpeek-3.1.3.tar.gz 13698 BLAKE2B 67b37e4e02a178076bfa57da850eff7cdf2664e34ffbe287daa92b5db924d17f486eae078b7d09e497a2a6e21588134e8167d113d6181d9b3760ba7e20fa6635 SHA512 31d85e9d8c742409a7429695dd73a49da6d4b3fce67716b2e8ea766df95e130e16ef5cc05c4cd27278d51956e9b78fd17eadbf615da1e237a15e0649dba6b5e2
+DIST portpeek-3.1.4.tar.gz 13703 BLAKE2B 9afba0c81e63761160182aaea5f505e640867936e0ac982bfff15dc7c8ae201eede211e04f29b832d8989f9b0e63789234fab08c9cb073ea0d4c7fa96d87d90e SHA512 aae4d79d32c6a8c0bdcce83e3ea67235007db96cc3655e26861b11431bea1e7ac3cf90bed12d3f79cb354381f0590ed0b409c2c7593717ada8b2bf8d8ae4de37

diff --git a/app-portage/portpeek/portpeek-3.1.4.ebuild b/app-portage/portpeek/portpeek-3.1.4.ebuild
new file mode 100644
index 00000000000..9bda36898f4
--- /dev/null
+++ b/app-portage/portpeek/portpeek-3.1.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit python-r1
+
+DESCRIPTION="A helper program for maintaining the package.keyword and package.unmask files"
+HOMEPAGE="https://www.mpagano.com/blog/?page_id=3"
+SRC_URI="https://www.mpagano.com/downloads/${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.4.8
+	|| (
+		>=sys-apps/portage-3.0.0[${PYTHON_USEDEP}]
+	)"
+
+src_install() {
+	python_foreach_impl python_doscript ${PN}
+	doman *.[0-9]
+}


             reply	other threads:[~2020-08-28 20:57 UTC|newest]

Thread overview: 83+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-28 20:56 Mike Pagano [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-23 17:46 [gentoo-commits] repo/gentoo:master commit in: app-portage/portpeek/ Mike Pagano
2024-09-14 22:21 Mike Pagano
2024-08-18  1:12 Michael Orlitzky
2024-07-14 22:07 Mike Pagano
2023-12-29 13:07 Mike Pagano
2023-12-14 15:31 Mike Pagano
2023-12-14 15:31 Mike Pagano
2023-12-13 14:01 Mike Pagano
2023-11-01 17:16 Mike Pagano
2023-10-17 18:07 Mike Pagano
2022-12-03 19:48 Mike Pagano
2022-12-03 19:48 Mike Pagano
2022-12-03 19:38 Mike Pagano
2022-10-31 12:44 Mike Pagano
2022-08-08 19:59 Jakov Smolić
2022-07-31 16:08 Jakov Smolić
2022-07-11 18:03 Mike Pagano
2022-05-09 20:16 Mike Pagano
2022-01-30 23:56 Mike Pagano
2022-01-26 14:23 Mike Pagano
2021-11-25 14:44 Mike Pagano
2021-11-14 23:17 Mike Pagano
2021-11-11 21:14 Jakov Smolić
2021-08-12 18:48 Mike Pagano
2021-06-11 18:57 Mike Pagano
2021-03-14  0:33 Mike Pagano
2021-03-12 15:25 Sam James
2021-01-24 17:28 Mike Pagano
2020-11-12 14:13 Mike Pagano
2020-11-11 16:16 Sam James
2020-10-07 17:26 Mike Pagano
2020-09-08 10:57 Mike Pagano
2020-09-03 22:26 Mike Pagano
2020-09-02 22:54 Sam James
2020-09-02 22:52 Sam James
2020-09-02 22:51 Sam James
2020-09-02 22:50 Sam James
2020-09-02 19:37 Sam James
2020-07-30 12:40 Mike Pagano
2020-07-24 19:40 Mike Pagano
2020-07-23 18:12 Mike Pagano
2020-07-20 23:30 Mike Pagano
2020-07-20 21:06 Mike Pagano
2020-05-20 18:31 Mike Pagano
2020-05-08  6:25 Mart Raudsepp
2020-04-26 17:27 Mike Pagano
2020-04-23  6:29 Agostino Sarubbo
2020-04-23  6:28 Agostino Sarubbo
2020-04-23  6:24 Agostino Sarubbo
2020-04-23  6:21 Agostino Sarubbo
2020-04-22 17:01 Agostino Sarubbo
2020-02-08 20:48 Mike Pagano
2020-01-16 13:32 Mike Pagano
2019-08-01 16:00 Mike Pagano
2019-07-30 11:27 Mike Pagano
2019-07-29 18:33 Matt Turner
2019-07-28 11:03 Mikle Kolyada
2019-05-20 11:21 Mikle Kolyada
2019-05-13  1:41 Thomas Deutschmann
2019-04-29  8:49 Sergei Trofimovich
2019-04-24 16:33 Mike Pagano
2018-08-06 13:32 Mike Pagano
2018-08-02 16:02 Mike Pagano
2018-03-21 22:13 Mike Pagano
2018-03-21 18:12 Michał Górny
2018-03-20  9:13 Sergei Trofimovich
2018-03-15 16:06 Mikle Kolyada
2018-02-13 17:26 Mike Pagano
2018-02-05 13:00 Mike Pagano
2018-01-17  6:42 Thomas Deutschmann
2018-01-17  0:19 Mike Pagano
2017-09-19 11:49 Mike Pagano
2017-09-17 23:46 Mike Pagano
2017-04-20 13:11 Mike Pagano
2017-02-27 20:17 Mike Pagano
2017-02-20 18:06 Markus Meier
2017-01-25 23:23 Mike Pagano
2017-01-17 13:26 Aaron Bauman
2016-12-05 23:30 Mike Pagano
2016-12-04 21:13 Mike Pagano
2016-08-08 14:36 Mike Pagano
2016-01-12 18:30 Mike Pagano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1598648203.430157658be8db634927e045a46b40691b69a3c6.mpagano@gentoo \
    --to=mpagano@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox