commit:     77aa0f538094400b6680223af357aefbb376828c
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  6 13:32:14 2018 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Mon Aug  6 13:32:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77aa0f53

app-portage/portpeek: Portage API update

Fix portage api call from using deprecated parameters

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 app-portage/portpeek/Manifest               |  1 +
 app-portage/portpeek/portpeek-2.1.27.ebuild | 32 +++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/app-portage/portpeek/Manifest b/app-portage/portpeek/Manifest
index bc13100ab25..301d22c9e15 100644
--- a/app-portage/portpeek/Manifest
+++ b/app-portage/portpeek/Manifest
@@ -2,3 +2,4 @@ DIST portpeek-2.1.21.tar.gz 12624 BLAKE2B 
fbf70d10799e4264832644a04b197816aa5824
 DIST portpeek-2.1.24.tar.gz 12736 BLAKE2B 
5d4d30e3c7d853e2a3be7e094ad7a40861300ee2f1582dd35d352f91354bcff504dcb8b53830a5b13dd31accf64095a0b2e3836147663d2505016acc381369f2
 SHA512 
fa702483c6182685242a26401ba1b058f276ff6fd18839fd7f566d48cb62c2cb78029789089267cbacc1b435f1aa815c0df51ace06afa71f242298511fa79d7a
 DIST portpeek-2.1.25.tar.gz 12864 BLAKE2B 
1b0522b1d6beee25451f461c8601923666712470493f278378c8d314b48e3070d6a8853579d3636bee86cb59d3ed3a42cb1695a25d41a256b78220b8c99a4c79
 SHA512 
9d40ad387d252bb42a66e27de00c63f2f4725a794da7bb35fc5519ab5342e309c823090005336b22add81e4e043b0fa4f97ecdb86bb20bf595fd4188bda437f9
 DIST portpeek-2.1.26.tar.gz 13004 BLAKE2B 
1de44e9cc3f097154c5374c2619367d20bba62c69acb7ef4b7efcab17a60d0918c98f6d1fd2ec149379f2408f4a932d3389ff19c720c9a63e4dc197021d4e2f8
 SHA512 
0bf139381629118cc216c1fb21e65d9a317eaa0f1a200f8032f6050dea12940ab6bfc440a0001e2f26d74a21698d8de14001309342c202ae9837923d703b7ad3
+DIST portpeek-2.1.27.tar.gz 13000 BLAKE2B 
a134d7c9a99dc4bfd8cbd56343a6d049c215eadde745f1db6af234c5b561f916f2bf3393a8a01ae44ea4a74bd501b46abdd150cd1403d5254d70c12ad7d7545f
 SHA512 
aeaf47cd5701531c0488709ac63cf38faacec73dafbc96502c34cf279051679242f63bb452fcf14c1b739d08821981e59af3734f4795905d7af31dcaa95f26d2

diff --git a/app-portage/portpeek/portpeek-2.1.27.ebuild 
b/app-portage/portpeek/portpeek-2.1.27.ebuild
new file mode 100644
index 00000000000..cacbd840578
--- /dev/null
+++ b/app-portage/portpeek/portpeek-2.1.27.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+
+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.19-r1[${PYTHON_USEDEP}]
+               sys-apps/portage-mgorny[${PYTHON_USEDEP}]
+       )"
+
+src_install() {
+       python_foreach_impl python_doscript ${PN}
+       doman *.[0-9]
+}

Reply via email to