From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 362D9138335 for ; Tue, 18 Jun 2019 11:51:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34F70E08E2; Tue, 18 Jun 2019 11:51:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19D7BE08E2 for ; Tue, 18 Jun 2019 11:51:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB613346405 for ; Tue, 18 Jun 2019 11:51:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E108615 for ; Tue, 18 Jun 2019 11:51:04 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1560858636.3a1f1c6d692c45003ee356dc5511d1256bafcf2b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-linux-procfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-linux-procfs/python-linux-procfs-9999.ebuild X-VCS-Directories: dev-python/python-linux-procfs/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 3a1f1c6d692c45003ee356dc5511d1256bafcf2b X-VCS-Branch: master Date: Tue, 18 Jun 2019 11:51:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 37df3994-cd36-419c-9192-05145f2c8d14 X-Archives-Hash: ce77cb1ff5231d805690eac37fa4e99c commit: 3a1f1c6d692c45003ee356dc5511d1256bafcf2b Author: David Seifert gentoo org> AuthorDate: Tue Jun 18 11:50:36 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Jun 18 11:50:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1f1c6d dev-python/python-linux-procfs: Update live ebuild Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: David Seifert gentoo.org> .../python-linux-procfs/python-linux-procfs-9999.ebuild | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/dev-python/python-linux-procfs/python-linux-procfs-9999.ebuild b/dev-python/python-linux-procfs/python-linux-procfs-9999.ebuild index 731c07adc02..64316e8b6b3 100644 --- a/dev-python/python-linux-procfs/python-linux-procfs-9999.ebuild +++ b/dev-python/python-linux-procfs/python-linux-procfs-9999.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 + PYTHON_COMPAT=( python2_7 ) -inherit distutils-r1 git-2 +inherit distutils-r1 git-r3 DESCRIPTION="Python classes to extract information from the Linux kernel /proc files" HOMEPAGE="https://www.kernel.org/pub/scm/libs/python/python-linux-procfs/ @@ -13,8 +14,3 @@ EGIT_REPO_URI="https://www.kernel.org/pub/scm/libs/python/${PN}/${PN}.git" LICENSE="GPL-2" SLOT="0" -KEYWORDS="" -IUSE="" - -RDEPEND="" -DEPEND=""