From: "Mike Pagano" <mpagano@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/portpeek/
Date: Sun, 17 Sep 2017 23:46:14 +0000 (UTC) [thread overview]
Message-ID: <1505691969.ab92bd96f5f53bbe69d77b17635c95fd1f56300e.mpagano@gentoo> (raw)
commit: ab92bd96f5f53bbe69d77b17635c95fd1f56300e
Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 23:46:01 2017 +0000
Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 23:46:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab92bd96
app-portage/portpeek: Ignore python USE_EXPAND. Support python 3.6.
Package-Manager: Portage-2.3.8, Repoman-2.3.1
app-portage/portpeek/Manifest | 1 +
app-portage/portpeek/portpeek-2.1.25.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/app-portage/portpeek/Manifest b/app-portage/portpeek/Manifest
index 75cb32e968e..943edb82652 100644
--- a/app-portage/portpeek/Manifest
+++ b/app-portage/portpeek/Manifest
@@ -3,3 +3,4 @@ DIST portpeek-2.1.21.tar.gz 12624 SHA256 cb36444a476158636d96d7b3ec0fc9c123ad2ec
DIST portpeek-2.1.22.tar.gz 12614 SHA256 b246887697f97a05ae313d7453f5836b5ce072be7f5c2ddb119537af1daa2127 SHA512 5b83385d787b37a394dd654b67ad24bf129d8345a820b26d58204602e33f26ed134feccc4e3ffc528003ee4f37a48dabca0681ecaca0b3ae08fc03697f29b1c3 WHIRLPOOL 4811579ecff20d838614cb2b609e6918a061f054e7da2edce617ab42a2fd9e3782b6ac15f7c51eef5e971b8d8989027160d2cb46ca485511baef6a603f9b8cff
DIST portpeek-2.1.23.tar.gz 12383 SHA256 383a282ea8044dc3b4136bfe6e5a1e59280fa4b605a36dd483e1a471b4fd5251 SHA512 e65ea71be5c84fa78661a7ff3f414a5c95ae7bb21921c924a32c75051ed17b0c467091182c18bcc1d492a1274d8aa2ca42a74b10e77d2afaefb6c00bad3ed07e WHIRLPOOL 216b357d83247952d4d07c0636bb87a31026cb22828b2aeb4f66b977990dde78ddd018f07ffa71fd9979d04e3646a60b90e2203139bcb7037648a45c250097a1
DIST portpeek-2.1.24.tar.gz 12736 SHA256 3bc943e53033d389bae4b2bb2a8c54e8dc38aba4a922520c3c70c9cafdc5ba37 SHA512 fa702483c6182685242a26401ba1b058f276ff6fd18839fd7f566d48cb62c2cb78029789089267cbacc1b435f1aa815c0df51ace06afa71f242298511fa79d7a WHIRLPOOL 7ecede0af297b5601dde4fc166e53e2814aee6999f9f59c62a53c2edd209ea2ebe95d41cd3a671eb12cf1cf43e10e46d4143529cbf9b48609ce0df5eac2ca5a5
+DIST portpeek-2.1.25.tar.gz 12864 SHA256 2f5338a13dd9f02caaab14812e448463ed7d93ef268a846e78be3f7669af0144 SHA512 9d40ad387d252bb42a66e27de00c63f2f4725a794da7bb35fc5519ab5342e309c823090005336b22add81e4e043b0fa4f97ecdb86bb20bf595fd4188bda437f9 WHIRLPOOL 979a79ce6d16406d54b2f4c21dcca7249e395938588be903857a9ae5bc9336d0c5f036dbf747d256331fe4b5a222f2c03914859ec4df414a75a5dc9db3ac1125
diff --git a/app-portage/portpeek/portpeek-2.1.25.ebuild b/app-portage/portpeek/portpeek-2.1.25.ebuild
new file mode 100644
index 00000000000..6863af18ad7
--- /dev/null
+++ b/app-portage/portpeek/portpeek-2.1.25.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit python-r1
+
+DESCRIPTION="A helper program for maintaining the package.keyword and package.unmask files"
+HOMEPAGE="http://www.mpagano.com/blog/?page_id=3"
+SRC_URI="http://www.mpagano.com/downloads/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+ >=app-portage/gentoolkit-0.4.0
+ >=sys-apps/portage-2.3.8[${PYTHON_USEDEP}]"
+
+src_install() {
+ python_foreach_impl python_doscript ${PN}
+ doman *.[0-9]
+}
next reply other threads:[~2017-09-17 23:46 UTC|newest]
Thread overview: 88+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-17 23:46 Mike Pagano [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-01 17:21 [gentoo-commits] repo/gentoo:master commit in: app-portage/portpeek/ Mike Pagano
2025-04-20 22:43 Mike Pagano
2025-02-17 19:10 Mike Pagano
2025-02-16 22:48 Mike Pagano
2025-02-16 20:49 Mike Pagano
2024-09-23 17:46 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-08-28 20:56 Mike Pagano
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-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=1505691969.ab92bd96f5f53bbe69d77b17635c95fd1f56300e.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