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 5ACD0139694 for ; Thu, 20 Apr 2017 20:49:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F139FE0E26; Thu, 20 Apr 2017 20:48:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE0ADE0E26 for ; Thu, 20 Apr 2017 20:48:33 +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 5769B3416C9 for ; Thu, 20 Apr 2017 20:48:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99FEC7447 for ; Thu, 20 Apr 2017 20:48:27 +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: <1492721243.918b567b1c71487eb002190f690cc0fe6ab7642c.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/perf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/perf/perf-3.12.ebuild dev-util/perf/perf-3.13.1-r1.ebuild dev-util/perf/perf-3.15.5.ebuild dev-util/perf/perf-4.1.5-r1.ebuild dev-util/perf/perf-4.4.4.ebuild dev-util/perf/perf-4.9.13.ebuild X-VCS-Directories: dev-util/perf/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 918b567b1c71487eb002190f690cc0fe6ab7642c X-VCS-Branch: master Date: Thu, 20 Apr 2017 20:48:27 +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-Archives-Salt: 48d9870b-7a9d-4fc8-88d0-965140f09c56 X-Archives-Hash: cc8f360481f699d6f938f4e28bd81667 commit: 918b567b1c71487eb002190f690cc0fe6ab7642c Author: David Seifert gentoo org> AuthorDate: Thu Apr 20 20:20:14 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Apr 20 20:47:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=918b567b dev-util/perf: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-util/perf/perf-3.12.ebuild | 6 +++--- dev-util/perf/perf-3.13.1-r1.ebuild | 6 +++--- dev-util/perf/perf-3.15.5.ebuild | 6 +++--- dev-util/perf/perf-4.1.5-r1.ebuild | 6 +++--- dev-util/perf/perf-4.4.4.ebuild | 6 +++--- dev-util/perf/perf-4.9.13.ebuild | 4 ++-- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/dev-util/perf/perf-3.12.ebuild b/dev-util/perf/perf-3.12.ebuild index 7e3b25854f5..9b930d58dec 100644 --- a/dev-util/perf/perf-3.12.ebuild +++ b/dev-util/perf/perf-3.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -41,6 +41,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="audit? ( sys-process/audit ) demangle? ( sys-devel/binutils ) perl? ( dev-lang/perl ) + python? ( ${PYTHON_DEPS} ) slang? ( dev-libs/newt ) unwind? ( sys-libs/libunwind ) dev-libs/elfutils" @@ -53,8 +54,7 @@ DEPEND="${RDEPEND} app-text/sgml-common app-text/xmlto sys-process/time - ) - python? ( ${PYTHON_DEPS} )" + )" S_K="${WORKDIR}/linux-${LINUX_VER}" S="${S_K}/tools/perf" diff --git a/dev-util/perf/perf-3.13.1-r1.ebuild b/dev-util/perf/perf-3.13.1-r1.ebuild index 74721ec01d5..39c962d6d05 100644 --- a/dev-util/perf/perf-3.13.1-r1.ebuild +++ b/dev-util/perf/perf-3.13.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -45,6 +45,7 @@ RDEPEND="audit? ( sys-process/audit ) demangle? ( sys-devel/binutils ) gtk? ( x11-libs/gtk+:2 ) perl? ( dev-lang/perl ) + python? ( ${PYTHON_DEPS} ) slang? ( dev-libs/newt ) unwind? ( sys-libs/libunwind ) dev-libs/elfutils" @@ -57,8 +58,7 @@ DEPEND="${RDEPEND} app-text/sgml-common app-text/xmlto sys-process/time - ) - python? ( ${PYTHON_DEPS} )" + )" S_K="${WORKDIR}/linux-${LINUX_VER}" S="${S_K}/tools/perf" diff --git a/dev-util/perf/perf-3.15.5.ebuild b/dev-util/perf/perf-3.15.5.ebuild index c1a18149065..c2e5a6f47f2 100644 --- a/dev-util/perf/perf-3.15.5.ebuild +++ b/dev-util/perf/perf-3.15.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -45,6 +45,7 @@ RDEPEND="audit? ( sys-process/audit ) demangle? ( sys-devel/binutils ) gtk? ( x11-libs/gtk+:2 ) perl? ( dev-lang/perl ) + python? ( ${PYTHON_DEPS} ) slang? ( dev-libs/newt ) unwind? ( sys-libs/libunwind ) dev-libs/elfutils" @@ -57,8 +58,7 @@ DEPEND="${RDEPEND} app-text/sgml-common app-text/xmlto sys-process/time - ) - python? ( ${PYTHON_DEPS} )" + )" S_K="${WORKDIR}/linux-${LINUX_VER}" S="${S_K}/tools/perf" diff --git a/dev-util/perf/perf-4.1.5-r1.ebuild b/dev-util/perf/perf-4.1.5-r1.ebuild index 9f0b9a9070e..4fdec292a19 100644 --- a/dev-util/perf/perf-4.1.5-r1.ebuild +++ b/dev-util/perf/perf-4.1.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -46,6 +46,7 @@ RDEPEND="audit? ( sys-process/audit ) gtk? ( x11-libs/gtk+:2 ) numa? ( sys-process/numactl ) perl? ( dev-lang/perl ) + python? ( ${PYTHON_DEPS} ) slang? ( dev-libs/newt ) unwind? ( sys-libs/libunwind ) dev-libs/elfutils" @@ -58,8 +59,7 @@ DEPEND="${RDEPEND} app-text/sgml-common app-text/xmlto sys-process/time - ) - python? ( ${PYTHON_DEPS} )" + )" S_K="${WORKDIR}/linux-${LINUX_VER}" S="${S_K}/tools/perf" diff --git a/dev-util/perf/perf-4.4.4.ebuild b/dev-util/perf/perf-4.4.4.ebuild index 03931c69b0c..a1366ba16e6 100644 --- a/dev-util/perf/perf-4.4.4.ebuild +++ b/dev-util/perf/perf-4.4.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -46,6 +46,7 @@ RDEPEND="audit? ( sys-process/audit ) gtk? ( x11-libs/gtk+:2 ) numa? ( sys-process/numactl ) perl? ( dev-lang/perl ) + python? ( ${PYTHON_DEPS} ) slang? ( dev-libs/newt ) unwind? ( sys-libs/libunwind ) dev-libs/elfutils" @@ -59,8 +60,7 @@ DEPEND="${RDEPEND} app-text/sgml-common app-text/xmlto sys-process/time - ) - python? ( ${PYTHON_DEPS} )" + )" S_K="${WORKDIR}/linux-${LINUX_VER}" S="${S_K}/tools/perf" diff --git a/dev-util/perf/perf-4.9.13.ebuild b/dev-util/perf/perf-4.9.13.ebuild index 3f7ee923738..52ad3a53f5a 100644 --- a/dev-util/perf/perf-4.9.13.ebuild +++ b/dev-util/perf/perf-4.9.13.ebuild @@ -46,6 +46,7 @@ RDEPEND="audit? ( sys-process/audit ) gtk? ( x11-libs/gtk+:2 ) numa? ( sys-process/numactl ) perl? ( dev-lang/perl ) + python? ( ${PYTHON_DEPS} ) slang? ( dev-libs/newt ) unwind? ( sys-libs/libunwind ) dev-libs/elfutils" @@ -59,8 +60,7 @@ DEPEND="${RDEPEND} app-text/sgml-common app-text/xmlto sys-process/time - ) - python? ( ${PYTHON_DEPS} )" + )" S_K="${WORKDIR}/linux-${LINUX_VER}" S="${S_K}/tools/perf"