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 DD9111382C5 for ; Thu, 25 Mar 2021 18:53:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F8B7E07B3; Thu, 25 Mar 2021 18:53: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 27264E07B3 for ; Thu, 25 Mar 2021 18:53:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D2B53335C78 for ; Thu, 25 Mar 2021 18:53:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF9905B9 for ; Thu, 25 Mar 2021 18:53:29 +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: <1616698394.5e850fa723a5ed727bc209b633aa6838e162b129.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/files/, app-misc/jq/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/jq/files/jq-1.7_pre20201109-no-git-bdep.patch app-misc/jq/jq-1.7_pre20201109.ebuild X-VCS-Directories: app-misc/jq/files/ app-misc/jq/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 5e850fa723a5ed727bc209b633aa6838e162b129 X-VCS-Branch: master Date: Thu, 25 Mar 2021 18:53:29 +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: 82923492-d49e-4f9c-b49a-52d43dfb636c X-Archives-Hash: 6d49a439f4a233103a787368acf7a78f commit: 5e850fa723a5ed727bc209b633aa6838e162b129 Author: Patrick McLean sony com> AuthorDate: Thu Mar 25 18:53:14 2021 +0000 Commit: Patrick McLean gentoo org> CommitDate: Thu Mar 25 18:53:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e850fa7 app-misc/jq-1.7_pre20201109: Add patch for git bdep (bug #776385) Closes: https://bugs.gentoo.org/776385 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Patrick McLean gentoo.org> app-misc/jq/files/jq-1.7_pre20201109-no-git-bdep.patch | 13 +++++++++++++ app-misc/jq/jq-1.7_pre20201109.ebuild | 2 ++ 2 files changed, 15 insertions(+) diff --git a/app-misc/jq/files/jq-1.7_pre20201109-no-git-bdep.patch b/app-misc/jq/files/jq-1.7_pre20201109-no-git-bdep.patch new file mode 100644 index 00000000000..726624df13d --- /dev/null +++ b/app-misc/jq/files/jq-1.7_pre20201109-no-git-bdep.patch @@ -0,0 +1,13 @@ +diff --git a/configure.ac b/configure.ac +index 0441d4a..592ceb9 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -1,8 +1,3 @@ +-m4_define([jq_version], +- m4_esyscmd_s([(git rev-parse --verify -q jq-1.0 > /dev/null && +- (git describe --tags --dirty --match 'jq-*'|sed 's/^jq-//')) || +- echo `git rev-parse --abbrev-ref HEAD`-`git describe --always --dirty`]))) +- + AC_INIT([jq], [jq_version], [https://github.com/stedolan/jq/issues], + [jq], [https://stedolan.github.io/jq]) + diff --git a/app-misc/jq/jq-1.7_pre20201109.ebuild b/app-misc/jq/jq-1.7_pre20201109.ebuild index 41e4b14e2af..22f1f4f05b5 100644 --- a/app-misc/jq/jq-1.7_pre20201109.ebuild +++ b/app-misc/jq/jq-1.7_pre20201109.ebuild @@ -34,6 +34,8 @@ PATCHES=( "${FILESDIR}"/jq-1.7-runpath.patch "${FILESDIR}"/jq-1.7-warnings.patch "${FILESDIR}"/jq-1.7-visible-null.patch + # https://bugs.gentoo.org/776385 + "${FILESDIR}"/jq-1.7_pre20201109-no-git-bdep.patch ) RESTRICT="!test? ( test )"