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 95C4A138334 for ; Fri, 5 Apr 2019 18:03:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEB35E088D; Fri, 5 Apr 2019 18:03:33 +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 8957EE088D for ; Fri, 5 Apr 2019 18:03: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 502A9335CFC for ; Fri, 5 Apr 2019 18:03:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3E47545 for ; Fri, 5 Apr 2019 18:03:30 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1554487402.6753044381430a4c72c027570fe2b8943424a6f8.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bpftrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/bpftrace/bpftrace-0.9-r1.ebuild dev-util/bpftrace/bpftrace-0.9.ebuild dev-util/bpftrace/bpftrace-9999.ebuild X-VCS-Directories: dev-util/bpftrace/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 6753044381430a4c72c027570fe2b8943424a6f8 X-VCS-Branch: master Date: Fri, 5 Apr 2019 18:03:30 +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: 04448fe1-9da9-4cf5-9fe4-4a23766dcbf5 X-Archives-Hash: 28f4af3cdea56226480db97f129d5426 commit: 6753044381430a4c72c027570fe2b8943424a6f8 Author: Patrick McLean sony com> AuthorDate: Fri Apr 5 18:02:28 2019 +0000 Commit: Patrick McLean gentoo org> CommitDate: Fri Apr 5 18:03:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67530443 dev-util/bpftrace: Revbump, add dep on libbpf, sync live Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Patrick McLean gentoo.org> dev-util/bpftrace/{bpftrace-0.9.ebuild => bpftrace-0.9-r1.ebuild} | 1 + dev-util/bpftrace/bpftrace-9999.ebuild | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-util/bpftrace/bpftrace-0.9.ebuild b/dev-util/bpftrace/bpftrace-0.9-r1.ebuild similarity index 98% rename from dev-util/bpftrace/bpftrace-0.9.ebuild rename to dev-util/bpftrace/bpftrace-0.9-r1.ebuild index 1f481b0f3e2..393a086df3b 100644 --- a/dev-util/bpftrace/bpftrace-0.9.ebuild +++ b/dev-util/bpftrace/bpftrace-0.9-r1.ebuild @@ -23,6 +23,7 @@ SLOT="0" IUSE="test" COMMON_DEPEND="sys-devel/clang:= + dev-libs/libbpf:= >=sys-devel/llvm-3.7.1:=[llvm_targets_BPF(+)] >=dev-util/bcc-0.9.0:= virtual/libelf" diff --git a/dev-util/bpftrace/bpftrace-9999.ebuild b/dev-util/bpftrace/bpftrace-9999.ebuild index 1f874815e93..393a086df3b 100644 --- a/dev-util/bpftrace/bpftrace-9999.ebuild +++ b/dev-util/bpftrace/bpftrace-9999.ebuild @@ -13,8 +13,7 @@ if [[ ${PV} =~ 9{4,} ]]; then EGIT_REPO_URI="https://github.com/iovisor/${PN}" BDEPEND="" else - SRC_URI="mirror://gentoo/${P}.tar.xz" - #SRC_URI="https://github.com/iovisor/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/iovisor/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" BDEPEND="app-arch/xz-utils " fi @@ -24,6 +23,7 @@ SLOT="0" IUSE="test" COMMON_DEPEND="sys-devel/clang:= + dev-libs/libbpf:= >=sys-devel/llvm-3.7.1:=[llvm_targets_BPF(+)] >=dev-util/bcc-0.9.0:= virtual/libelf" @@ -34,10 +34,12 @@ BDEPEND+="dev-util/cmake sys-devel/flex sys-devel/bison" +QA_DT_NEEDED="/usr/lib.*/libbpftraceresources.so" + PATCHES=( - "${FILESDIR}/bpftrace-0.9_pre20190311-bcc-0.9.patch" "${FILESDIR}/bpftrace-0.9_pre20190311-install-libs.patch" "${FILESDIR}/bpftrace-mandir.patch" + "${FILESDIR}/bpftrace-0.9-llvm-8.patch" ) # lots of fixing needed