* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2015-12-22 13:51 Fabian Groffen
0 siblings, 0 replies; 52+ messages in thread
From: Fabian Groffen @ 2015-12-22 13:51 UTC (permalink / raw
To: gentoo-commits
commit: eaa56db5a94fee3036d9e20d07a42a12b945b8a8
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 22 13:51:05 2015 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Dec 22 13:51:05 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaa56db5
app-misc/jq: marked ~x64-macos
Package-Manager: portage-2.2.20-prefix
app-misc/jq/jq-1.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/jq/jq-1.4-r1.ebuild b/app-misc/jq/jq-1.4-r1.ebuild
index 2e4fef4..e3458f2 100644
--- a/app-misc/jq/jq-1.4-r1.ebuild
+++ b/app-misc/jq/jq-1.4-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://stedolan.github.io/jq/download/source/${P}.tar.gz"
LICENSE="MIT CC-BY-3.0"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~x64-macos"
IUSE="static-libs test"
DEPEND="sys-devel/bison
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2016-01-09 1:14 Patrick McLean
0 siblings, 0 replies; 52+ messages in thread
From: Patrick McLean @ 2016-01-09 1:14 UTC (permalink / raw
To: gentoo-commits
commit: cdba3230e5801005240ba7b5207e601879737765
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 9 01:13:54 2016 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Sat Jan 9 01:13:54 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdba3230
app-misc/jq: Update SRC_URI in 1.4 and 1.4-r1
Gentoo-Bug: 566140
Reported-by: Gaetan <gaetan <AT> nexylan.com>
Package-Manager: portage-2.2.26
app-misc/jq/jq-1.4-r1.ebuild | 4 ++--
app-misc/jq/jq-1.4.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-misc/jq/jq-1.4-r1.ebuild b/app-misc/jq/jq-1.4-r1.ebuild
index e3458f2..4782414 100644
--- a/app-misc/jq/jq-1.4-r1.ebuild
+++ b/app-misc/jq/jq-1.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -8,7 +8,7 @@ inherit autotools eutils
DESCRIPTION="A lightweight and flexible command-line JSON processor"
HOMEPAGE="https://stedolan.github.com/jq/"
-SRC_URI="http://stedolan.github.io/jq/download/source/${P}.tar.gz"
+SRC_URI="https://github.com/stedolan/jq/releases/download/${P}/${P}.tar.gz"
LICENSE="MIT CC-BY-3.0"
SLOT="0"
diff --git a/app-misc/jq/jq-1.4.ebuild b/app-misc/jq/jq-1.4.ebuild
index 3843f8e..34a2726 100644
--- a/app-misc/jq/jq-1.4.ebuild
+++ b/app-misc/jq/jq-1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -8,7 +8,7 @@ inherit autotools eutils
DESCRIPTION="A lightweight and flexible command-line JSON processor"
HOMEPAGE="https://stedolan.github.com/jq/"
-SRC_URI="http://stedolan.github.io/jq/download/source/${P}.tar.gz"
+SRC_URI="https://github.com/stedolan/jq/releases/download/${P}/${P}.tar.gz"
LICENSE="MIT CC-BY-3.0"
SLOT="0"
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2016-02-01 22:53 Patrick McLean
0 siblings, 0 replies; 52+ messages in thread
From: Patrick McLean @ 2016-02-01 22:53 UTC (permalink / raw
To: gentoo-commits
commit: 34ceb242b5cb7367df61c856f5e876429baa41c0
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 1 22:51:04 2016 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Mon Feb 1 22:53:16 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34ceb242
app-misc/jq: Revision bump, update bison dep to >=3.0 add rdep on oniguruma
Gentoo-Bug: 573058
Package-Manager: portage-2.2.27
app-misc/jq/jq-1.5-r1.ebuild | 53 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 53 insertions(+)
diff --git a/app-misc/jq/jq-1.5-r1.ebuild b/app-misc/jq/jq-1.5-r1.ebuild
new file mode 100644
index 0000000..df24e2f
--- /dev/null
+++ b/app-misc/jq/jq-1.5-r1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="A lightweight and flexible command-line JSON processor"
+HOMEPAGE="https://stedolan.github.com/jq/"
+SRC_URI="https://github.com/stedolan/jq/releases/download/${P}/${P}.tar.gz"
+
+LICENSE="MIT CC-BY-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x64-macos"
+IUSE="oniguruma static-libs test"
+
+DEPEND=">=sys-devel/bison-3.0
+ sys-devel/flex
+ oniguruma? ( dev-libs/oniguruma[static-libs?] )
+ test? ( dev-util/valgrind )"
+RDEPEND="!static-libs? (
+ oniguruma? ( dev-libs/oniguruma[static-libs?] )
+ )"
+
+DOCS=( AUTHORS README )
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.5-dynamic-link.patch
+ "${FILESDIR}"/${P}-remove-automagic-dep-on-oniguruma.patch
+)
+
+src_prepare() {
+ sed -i '/^dist_doc_DATA/d' Makefile.am || die
+ sed -i -r "s:(m4_define\(\[jq_version\],) .+\):\1 \[${PV}\]):" \
+ configure.ac || die
+
+ default
+ eautoreconf
+}
+
+src_configure() {
+ # don't try to rebuild docs
+ econf \
+ --disable-docs \
+ $(use_enable static-libs static) \
+ $(use_with oniguruma)
+}
+
+src_install() {
+ default
+ use static-libs || find "${ED}" -name libjq.la -delete
+}
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2016-02-01 22:53 Patrick McLean
0 siblings, 0 replies; 52+ messages in thread
From: Patrick McLean @ 2016-02-01 22:53 UTC (permalink / raw
To: gentoo-commits
commit: 17efc05ff1f7a2cd0bbe7a4db0fffe7e87aa3987
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 1 22:52:15 2016 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Mon Feb 1 22:53:16 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17efc05f
app-misc/jq: Drop ebuild for 1.5 since -r1 fixes some depdency issues
Package-Manager: portage-2.2.27
app-misc/jq/jq-1.5.ebuild | 50 -----------------------------------------------
1 file changed, 50 deletions(-)
diff --git a/app-misc/jq/jq-1.5.ebuild b/app-misc/jq/jq-1.5.ebuild
deleted file mode 100644
index 4bf14a4..0000000
--- a/app-misc/jq/jq-1.5.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="A lightweight and flexible command-line JSON processor"
-HOMEPAGE="https://stedolan.github.com/jq/"
-SRC_URI="https://github.com/stedolan/jq/releases/download/${P}/${P}.tar.gz"
-
-LICENSE="MIT CC-BY-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x64-macos"
-IUSE="oniguruma static-libs test"
-
-DEPEND="sys-devel/bison
- sys-devel/flex
- oniguruma? ( dev-libs/oniguruma[static-libs?] )
- test? ( dev-util/valgrind )"
-
-DOCS=( AUTHORS README )
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.5-dynamic-link.patch
- "${FILESDIR}"/${P}-remove-automagic-dep-on-oniguruma.patch
-)
-
-src_prepare() {
- sed -i '/^dist_doc_DATA/d' Makefile.am || die
- sed -i -r "s:(m4_define\(\[jq_version\],) .+\):\1 \[${PV}\]):" \
- configure.ac || die
-
- default
- eautoreconf
-}
-
-src_configure() {
- # don't try to rebuild docs
- econf \
- --disable-docs \
- $(use_enable static-libs static) \
- $(use_with oniguruma)
-}
-
-src_install() {
- default
- use static-libs || find "${ED}" -name libjq.la -delete
-}
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2016-08-08 15:30 Tim Harder
0 siblings, 0 replies; 52+ messages in thread
From: Tim Harder @ 2016-08-08 15:30 UTC (permalink / raw
To: gentoo-commits
commit: 40818efe1eb3e4c5c16f76c754268188247f5ac6
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 8 15:28:03 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Aug 8 15:28:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40818efe
app-misc/jq: stabilize 1.5-r2
app-misc/jq/jq-1.5-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/jq/jq-1.5-r2.ebuild b/app-misc/jq/jq-1.5-r2.ebuild
index df58a52..39b195a 100644
--- a/app-misc/jq/jq-1.5-r2.ebuild
+++ b/app-misc/jq/jq-1.5-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/stedolan/jq/releases/download/${P}/${P}.tar.gz"
LICENSE="MIT CC-BY-3.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm x86 ~x64-macos"
IUSE="oniguruma static-libs test"
DEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2017-06-29 8:24 Fabian Groffen
0 siblings, 0 replies; 52+ messages in thread
From: Fabian Groffen @ 2017-06-29 8:24 UTC (permalink / raw
To: gentoo-commits
commit: e785eede839d8155509343473f7c9b8b39b7db78
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 08:24:19 2017 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 08:24:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e785eede
app-misc/jq: marked ~amd64-linux
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-misc/jq/jq-1.5-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/jq/jq-1.5-r2.ebuild b/app-misc/jq/jq-1.5-r2.ebuild
index cc4ce4679b7..d1939a55b20 100644
--- a/app-misc/jq/jq-1.5-r2.ebuild
+++ b/app-misc/jq/jq-1.5-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/stedolan/jq/releases/download/${P}/${P}.tar.gz"
LICENSE="MIT CC-BY-3.0"
SLOT="0"
-KEYWORDS="amd64 ~arm x86 ~x64-macos"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x64-macos"
IUSE="oniguruma static-libs test"
DEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2017-07-10 7:08 Sergei Trofimovich
0 siblings, 0 replies; 52+ messages in thread
From: Sergei Trofimovich @ 2017-07-10 7:08 UTC (permalink / raw
To: gentoo-commits
commit: bb19529eab593d0a372390203828478b99a28f78
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 10 07:07:45 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jul 10 07:08:25 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb19529e
app-misc/jq: ia64 keyworded, bug #583422
Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="ia64"
app-misc/jq/jq-1.5-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/jq/jq-1.5-r2.ebuild b/app-misc/jq/jq-1.5-r2.ebuild
index d1939a55b20..7d907588036 100644
--- a/app-misc/jq/jq-1.5-r2.ebuild
+++ b/app-misc/jq/jq-1.5-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/stedolan/jq/releases/download/${P}/${P}.tar.gz"
LICENSE="MIT CC-BY-3.0"
SLOT="0"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x64-macos"
+KEYWORDS="amd64 ~arm ~ia64 x86 ~amd64-linux ~x64-macos"
IUSE="oniguruma static-libs test"
DEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2017-07-10 9:32 Sergei Trofimovich
0 siblings, 0 replies; 52+ messages in thread
From: Sergei Trofimovich @ 2017-07-10 9:32 UTC (permalink / raw
To: gentoo-commits
commit: 01b4cc080b9dcecb9db614fb91b921e4d08d8cbd
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 10 09:32:23 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jul 10 09:32:33 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b4cc08
app-misc/jq: make valgrind optional for tests
Some arches like alpha, ia64 or x86 on modern toolchain
do not support valgrind. Tests are still useful to run.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
app-misc/jq/jq-1.5-r3.ebuild | 60 ++++++++++++++++++++++++++++++++++++++++++++
app-misc/jq/metadata.xml | 1 +
2 files changed, 61 insertions(+)
diff --git a/app-misc/jq/jq-1.5-r3.ebuild b/app-misc/jq/jq-1.5-r3.ebuild
new file mode 100644
index 00000000000..0d2d67b5b72
--- /dev/null
+++ b/app-misc/jq/jq-1.5-r3.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools eutils
+
+DESCRIPTION="A lightweight and flexible command-line JSON processor"
+HOMEPAGE="https://stedolan.github.com/jq/"
+SRC_URI="https://github.com/stedolan/jq/releases/download/${P}/${P}.tar.gz"
+
+LICENSE="MIT CC-BY-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~x86 ~amd64-linux ~x64-macos"
+IUSE="oniguruma static-libs test +valgrind"
+
+DEPEND="
+ >=sys-devel/bison-3.0
+ sys-devel/flex
+ oniguruma? ( dev-libs/oniguruma[static-libs?] )
+ test? ( valgrind? ( dev-util/valgrind ) )
+"
+RDEPEND="
+ !static-libs? (
+ oniguruma? ( dev-libs/oniguruma[static-libs?] )
+ )
+"
+
+src_prepare() {
+ local PATCHES=(
+ "${FILESDIR}"/${PN}-1.5-dynamic-link.patch
+ "${FILESDIR}"/${PN}-1.5-remove-automagic-dep-on-oniguruma.patch
+ "${FILESDIR}"/${PN}-1.5-heap_buffer_overflow_in_tokenadd.patch
+ )
+
+ sed -i '/^dist_doc_DATA/d' Makefile.am || die
+ sed -i -r "s:(m4_define\(\[jq_version\],) .+\):\1 \[${PV}\]):" \
+ configure.ac || die
+
+ default
+ eautoreconf
+}
+
+src_configure() {
+ local econfargs=(
+ # don't try to rebuild docs
+ --disable-docs
+ $(use_enable static-libs static)
+ $(use_enable valgrind)
+ $(use_with oniguruma)
+ )
+ econf "${econfargs[@]}"
+}
+
+src_install() {
+ local DOCS=( AUTHORS README )
+ default
+
+ use static-libs || prune_libtool_files
+}
diff --git a/app-misc/jq/metadata.xml b/app-misc/jq/metadata.xml
index d9b5cb1343c..ef652ee00bf 100644
--- a/app-misc/jq/metadata.xml
+++ b/app-misc/jq/metadata.xml
@@ -7,6 +7,7 @@
</maintainer>
<use>
<flag name="oniguruma">Use dev-libs/oniguruma for regular expression support</flag>
+ <flag name="valgrind">Depend on dev-util/vagrind for test suite</flag>
</use>
<upstream>
<remote-id type="github">stedolan/jq</remote-id>
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2017-07-11 19:56 Sergei Trofimovich
0 siblings, 0 replies; 52+ messages in thread
From: Sergei Trofimovich @ 2017-07-11 19:56 UTC (permalink / raw
To: gentoo-commits
commit: 321c5ca41bb1a1de00f701781e841ac8ba4ded7b
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 11 17:24:26 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Jul 11 19:55:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=321c5ca4
app-misc/jq: dekeyword 1.5-r2 on ia64 to unmask USE=test for 1.5-r3
Package-Manager: Portage-2.3.6, Repoman-2.3.2
app-misc/jq/jq-1.5-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/jq/jq-1.5-r2.ebuild b/app-misc/jq/jq-1.5-r2.ebuild
index 7d907588036..d1939a55b20 100644
--- a/app-misc/jq/jq-1.5-r2.ebuild
+++ b/app-misc/jq/jq-1.5-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/stedolan/jq/releases/download/${P}/${P}.tar.gz"
LICENSE="MIT CC-BY-3.0"
SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 x86 ~amd64-linux ~x64-macos"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x64-macos"
IUSE="oniguruma static-libs test"
DEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2017-07-21 17:54 Thomas Deutschmann
0 siblings, 0 replies; 52+ messages in thread
From: Thomas Deutschmann @ 2017-07-21 17:54 UTC (permalink / raw
To: gentoo-commits
commit: 869ddfbb384f06052129a88f6b4b304e90f6295f
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 21 17:52:16 2017 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Jul 21 17:53:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=869ddfbb
app-misc/jq: Add sub slot operator on dev-libs/oniguruma atom
Package-Manager: Portage-2.3.5, Repoman-2.3.2
app-misc/jq/jq-1.5-r2.ebuild | 2 +-
app-misc/jq/jq-1.5-r3.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/jq/jq-1.5-r2.ebuild b/app-misc/jq/jq-1.5-r2.ebuild
index d1939a55b20..81ae0b13a12 100644
--- a/app-misc/jq/jq-1.5-r2.ebuild
+++ b/app-misc/jq/jq-1.5-r2.ebuild
@@ -17,7 +17,7 @@ IUSE="oniguruma static-libs test"
DEPEND="
>=sys-devel/bison-3.0
sys-devel/flex
- oniguruma? ( dev-libs/oniguruma[static-libs?] )
+ oniguruma? ( dev-libs/oniguruma:=[static-libs?] )
test? ( dev-util/valgrind )
"
RDEPEND="
diff --git a/app-misc/jq/jq-1.5-r3.ebuild b/app-misc/jq/jq-1.5-r3.ebuild
index 0d2d67b5b72..01e5a6d1543 100644
--- a/app-misc/jq/jq-1.5-r3.ebuild
+++ b/app-misc/jq/jq-1.5-r3.ebuild
@@ -17,7 +17,7 @@ IUSE="oniguruma static-libs test +valgrind"
DEPEND="
>=sys-devel/bison-3.0
sys-devel/flex
- oniguruma? ( dev-libs/oniguruma[static-libs?] )
+ oniguruma? ( dev-libs/oniguruma:=[static-libs?] )
test? ( valgrind? ( dev-util/valgrind ) )
"
RDEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2017-08-17 19:12 Tim Harder
0 siblings, 0 replies; 52+ messages in thread
From: Tim Harder @ 2017-08-17 19:12 UTC (permalink / raw
To: gentoo-commits
commit: cff5df933034565add1a19bb8e4fd7f274e1ec86
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 17 18:44:25 2017 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 19:10:45 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cff5df93
app-misc/jq: stabilize 1.5-r3
app-misc/jq/jq-1.5-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/jq/jq-1.5-r3.ebuild b/app-misc/jq/jq-1.5-r3.ebuild
index 01e5a6d1543..9b28b15e0ad 100644
--- a/app-misc/jq/jq-1.5-r3.ebuild
+++ b/app-misc/jq/jq-1.5-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/stedolan/jq/releases/download/${P}/${P}.tar.gz"
LICENSE="MIT CC-BY-3.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~x86 ~amd64-linux ~x64-macos"
+KEYWORDS="amd64 ~arm ~ia64 x86 ~amd64-linux ~x64-macos"
IUSE="oniguruma static-libs test +valgrind"
DEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2017-08-17 19:12 Tim Harder
0 siblings, 0 replies; 52+ messages in thread
From: Tim Harder @ 2017-08-17 19:12 UTC (permalink / raw
To: gentoo-commits
commit: 23b2e96de87d7eb76b9ed262de4c61ffb72c423b
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 17 18:44:49 2017 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 19:10:45 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23b2e96d
app-misc/jq: remove old
app-misc/jq/jq-1.5-r2.ebuild | 59 --------------------------------------------
1 file changed, 59 deletions(-)
diff --git a/app-misc/jq/jq-1.5-r2.ebuild b/app-misc/jq/jq-1.5-r2.ebuild
deleted file mode 100644
index 81ae0b13a12..00000000000
--- a/app-misc/jq/jq-1.5-r2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools eutils
-
-DESCRIPTION="A lightweight and flexible command-line JSON processor"
-HOMEPAGE="https://stedolan.github.com/jq/"
-SRC_URI="https://github.com/stedolan/jq/releases/download/${P}/${P}.tar.gz"
-
-LICENSE="MIT CC-BY-3.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x64-macos"
-IUSE="oniguruma static-libs test"
-
-DEPEND="
- >=sys-devel/bison-3.0
- sys-devel/flex
- oniguruma? ( dev-libs/oniguruma:=[static-libs?] )
- test? ( dev-util/valgrind )
-"
-RDEPEND="
- !static-libs? (
- oniguruma? ( dev-libs/oniguruma[static-libs?] )
- )
-"
-
-src_prepare() {
- local PATCHES=(
- "${FILESDIR}"/${PN}-1.5-dynamic-link.patch
- "${FILESDIR}"/${PN}-1.5-remove-automagic-dep-on-oniguruma.patch
- "${FILESDIR}"/${PN}-1.5-heap_buffer_overflow_in_tokenadd.patch
- )
-
- sed -i '/^dist_doc_DATA/d' Makefile.am || die
- sed -i -r "s:(m4_define\(\[jq_version\],) .+\):\1 \[${PV}\]):" \
- configure.ac || die
-
- default
- eautoreconf
-}
-
-src_configure() {
- local econfargs=(
- # don't try to rebuild docs
- --disable-docs
- $(use_enable static-libs static)
- $(use_with oniguruma)
- )
- econf "${econfargs[@]}"
-}
-
-src_install() {
- local DOCS=( AUTHORS README )
- default
-
- use static-libs || prune_libtool_files
-}
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2017-09-17 11:14 Sergei Trofimovich
0 siblings, 0 replies; 52+ messages in thread
From: Sergei Trofimovich @ 2017-09-17 11:14 UTC (permalink / raw
To: gentoo-commits
commit: 795e0521865544c7a1e6c364e56b1510345f85fb
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 11:12:46 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 11:13:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=795e0521
app-misc/jq: keyworded 1.5-r3 for ppc64, bug #583422
Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"
app-misc/jq/jq-1.5-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/jq/jq-1.5-r3.ebuild b/app-misc/jq/jq-1.5-r3.ebuild
index 9b28b15e0ad..7d394901a1b 100644
--- a/app-misc/jq/jq-1.5-r3.ebuild
+++ b/app-misc/jq/jq-1.5-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/stedolan/jq/releases/download/${P}/${P}.tar.gz"
LICENSE="MIT CC-BY-3.0"
SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 x86 ~amd64-linux ~x64-macos"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc64 x86 ~amd64-linux ~x64-macos"
IUSE="oniguruma static-libs test +valgrind"
DEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2017-09-17 11:42 Sergei Trofimovich
0 siblings, 0 replies; 52+ messages in thread
From: Sergei Trofimovich @ 2017-09-17 11:42 UTC (permalink / raw
To: gentoo-commits
commit: f2a54614afd3681d3312b1760af9e4596b1b3146
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 11:19:35 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 11:19:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a54614
app-misc/jq: keyworded 1.5-r3 for ppc, bug #583422
Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"
app-misc/jq/jq-1.5-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/jq/jq-1.5-r3.ebuild b/app-misc/jq/jq-1.5-r3.ebuild
index 7d394901a1b..1c820324380 100644
--- a/app-misc/jq/jq-1.5-r3.ebuild
+++ b/app-misc/jq/jq-1.5-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/stedolan/jq/releases/download/${P}/${P}.tar.gz"
LICENSE="MIT CC-BY-3.0"
SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc64 x86 ~amd64-linux ~x64-macos"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos"
IUSE="oniguruma static-libs test +valgrind"
DEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2017-09-23 10:25 Tim Harder
0 siblings, 0 replies; 52+ messages in thread
From: Tim Harder @ 2017-09-23 10:25 UTC (permalink / raw
To: gentoo-commits
commit: a11f05faa23f8e59f59c6fdeb0ce319f5042c47c
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 23 10:21:38 2017 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Sep 23 10:25:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a11f05fa
app-misc/jq: disable valgrind and conditionally oniguruma tests
Closes: https://bugs.gentoo.org/603532
app-misc/jq/jq-1.5-r3.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-misc/jq/jq-1.5-r3.ebuild b/app-misc/jq/jq-1.5-r3.ebuild
index 1c820324380..c8225639296 100644
--- a/app-misc/jq/jq-1.5-r3.ebuild
+++ b/app-misc/jq/jq-1.5-r3.ebuild
@@ -12,13 +12,12 @@ SRC_URI="https://github.com/stedolan/jq/releases/download/${P}/${P}.tar.gz"
LICENSE="MIT CC-BY-3.0"
SLOT="0"
KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos"
-IUSE="oniguruma static-libs test +valgrind"
+IUSE="oniguruma static-libs test"
DEPEND="
>=sys-devel/bison-3.0
sys-devel/flex
oniguruma? ( dev-libs/oniguruma:=[static-libs?] )
- test? ( valgrind? ( dev-util/valgrind ) )
"
RDEPEND="
!static-libs? (
@@ -33,6 +32,7 @@ src_prepare() {
"${FILESDIR}"/${PN}-1.5-heap_buffer_overflow_in_tokenadd.patch
)
+ use oniguruma || { sed -i 's:tests/onigtest::' Makefile.am || die; }
sed -i '/^dist_doc_DATA/d' Makefile.am || die
sed -i -r "s:(m4_define\(\[jq_version\],) .+\):\1 \[${PV}\]):" \
configure.ac || die
@@ -45,8 +45,8 @@ src_configure() {
local econfargs=(
# don't try to rebuild docs
--disable-docs
+ --disable-valgrind
$(use_enable static-libs static)
- $(use_enable valgrind)
$(use_with oniguruma)
)
econf "${econfargs[@]}"
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2017-09-23 10:27 Tim Harder
0 siblings, 0 replies; 52+ messages in thread
From: Tim Harder @ 2017-09-23 10:27 UTC (permalink / raw
To: gentoo-commits
commit: 19b05fed9b2eb7721ca0d913c08674c6b08b0d44
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 23 10:26:13 2017 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Sep 23 10:26:46 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19b05fed
app-misc/jq: remove unused test USE flag and update metadata
app-misc/jq/jq-1.5-r3.ebuild | 2 +-
app-misc/jq/metadata.xml | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/app-misc/jq/jq-1.5-r3.ebuild b/app-misc/jq/jq-1.5-r3.ebuild
index c8225639296..bc6fba6cc38 100644
--- a/app-misc/jq/jq-1.5-r3.ebuild
+++ b/app-misc/jq/jq-1.5-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/stedolan/jq/releases/download/${P}/${P}.tar.gz"
LICENSE="MIT CC-BY-3.0"
SLOT="0"
KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos"
-IUSE="oniguruma static-libs test"
+IUSE="oniguruma static-libs"
DEPEND="
>=sys-devel/bison-3.0
diff --git a/app-misc/jq/metadata.xml b/app-misc/jq/metadata.xml
index ef652ee00bf..d9b5cb1343c 100644
--- a/app-misc/jq/metadata.xml
+++ b/app-misc/jq/metadata.xml
@@ -7,7 +7,6 @@
</maintainer>
<use>
<flag name="oniguruma">Use dev-libs/oniguruma for regular expression support</flag>
- <flag name="valgrind">Depend on dev-util/vagrind for test suite</flag>
</use>
<upstream>
<remote-id type="github">stedolan/jq</remote-id>
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2017-09-23 10:29 Tim Harder
0 siblings, 0 replies; 52+ messages in thread
From: Tim Harder @ 2017-09-23 10:29 UTC (permalink / raw
To: gentoo-commits
commit: da5f20cb8d959d589dead50d026b5fb892ba6444
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 23 10:28:46 2017 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Sep 23 10:28:46 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da5f20cb
app-misc/jq: use ltprune eclass instead of eutils
app-misc/jq/jq-1.5-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/jq/jq-1.5-r3.ebuild b/app-misc/jq/jq-1.5-r3.ebuild
index bc6fba6cc38..f2b7f8001e5 100644
--- a/app-misc/jq/jq-1.5-r3.ebuild
+++ b/app-misc/jq/jq-1.5-r3.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-inherit autotools eutils
+inherit autotools ltprune
DESCRIPTION="A lightweight and flexible command-line JSON processor"
HOMEPAGE="https://stedolan.github.com/jq/"
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2018-10-16 9:18 Tobias Klausmann
0 siblings, 0 replies; 52+ messages in thread
From: Tobias Klausmann @ 2018-10-16 9:18 UTC (permalink / raw
To: gentoo-commits
commit: a2b3025e3d3bcb8013c7004740126abfaa7b577f
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 16 09:18:15 2018 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Oct 16 09:18:15 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b3025e
app-misc/jq-1.5-r3: add ~alpha keyword
Gentoo-Bug: http://bugs.gentoo.org/583422
Signed-off-by: Tobias Klausmann <klausman <AT> gentoo.org>
app-misc/jq/jq-1.5-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/jq/jq-1.5-r3.ebuild b/app-misc/jq/jq-1.5-r3.ebuild
index f2b7f8001e5..b64204f809c 100644
--- a/app-misc/jq/jq-1.5-r3.ebuild
+++ b/app-misc/jq/jq-1.5-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/stedolan/jq/releases/download/${P}/${P}.tar.gz"
LICENSE="MIT CC-BY-3.0"
SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos"
IUSE="oniguruma static-libs"
DEPEND="
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2018-12-05 23:54 Patrick McLean
0 siblings, 0 replies; 52+ messages in thread
From: Patrick McLean @ 2018-12-05 23:54 UTC (permalink / raw
To: gentoo-commits
commit: 488e5c354b590725f6f382430cb4118f440df728
Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Wed Dec 5 23:53:31 2018 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Wed Dec 5 23:54:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=488e5c35
app-misc/jq: Revbump, README is now README.md (bug #672552)
Closes: https://bugs.gentoo.org/672552
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
app-misc/jq/{jq-1.6-r1.ebuild => jq-1.6-r2.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/jq/jq-1.6-r1.ebuild b/app-misc/jq/jq-1.6-r2.ebuild
similarity index 97%
rename from app-misc/jq/jq-1.6-r1.ebuild
rename to app-misc/jq/jq-1.6-r2.ebuild
index e5e7da47aca..9463846be75 100644
--- a/app-misc/jq/jq-1.6-r1.ebuild
+++ b/app-misc/jq/jq-1.6-r2.ebuild
@@ -54,7 +54,7 @@ src_configure() {
}
src_install() {
- local DOCS=( AUTHORS README )
+ local DOCS=( AUTHORS README.md )
default
use static-libs || { find "${D}" -name '*.la' -delete || die; }
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2019-04-13 4:07 Robin H. Johnson
0 siblings, 0 replies; 52+ messages in thread
From: Robin H. Johnson @ 2019-04-13 4:07 UTC (permalink / raw
To: gentoo-commits
commit: 7534f110f6c60e2d24d0257a508d18a0fa606c3a
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 04:02:53 2019 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 04:07:30 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7534f110
app-misc/jq: cpu savings & anti-bundling safety
eautoreconf runs on all subdirectories that have autotooled and
referenced by the toplevel Makefile.am SUBDIRS, even when we don't use a
given subdirectory anymore. Rip out the subdirectory and Makefile.am
reference.
As a bonus, by removing the bundled source that's now unused, we prevent
any accidental build usage of it.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
app-misc/jq/jq-1.6-r3.ebuild | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/app-misc/jq/jq-1.6-r3.ebuild b/app-misc/jq/jq-1.6-r3.ebuild
index 2b187f05c7a..036113cf531 100644
--- a/app-misc/jq/jq-1.6-r3.ebuild
+++ b/app-misc/jq/jq-1.6-r3.ebuild
@@ -36,6 +36,12 @@ src_prepare() {
sed -i -r "s:(m4_define\(\[jq_version\],) .+\):\1 \[${PV}\]):" \
configure.ac || die
+ # jq-1.6-r3-never-bundle-oniguruma makes sure we build with the system oniguruma,
+ # but the bundled copy of oniguruma still gets eautoreconf'd since it
+ # exists; save the cycles by nuking it.
+ sed -i -e '/modules\/oniguruma/d' Makefile.am || die
+ rm -rf "${S}"/modules/oniguruma || die
+
default
eautoreconf
}
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2019-04-13 4:14 Robin H. Johnson
0 siblings, 0 replies; 52+ messages in thread
From: Robin H. Johnson @ 2019-04-13 4:14 UTC (permalink / raw
To: gentoo-commits
commit: 5cfed9ef168f047ff675081482302d5506061caa
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 04:14:01 2019 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 04:14:01 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cfed9ef
app-misc/jq: ensure min version of oniguruma
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
app-misc/jq/jq-1.6-r3.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/app-misc/jq/jq-1.6-r3.ebuild b/app-misc/jq/jq-1.6-r3.ebuild
index 036113cf531..47148ec39ad 100644
--- a/app-misc/jq/jq-1.6-r3.ebuild
+++ b/app-misc/jq/jq-1.6-r3.ebuild
@@ -14,14 +14,15 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
IUSE="oniguruma static-libs"
+ONIGURUMA_MINPV='>=dev-libs/oniguruma-6.1.3' # Keep this in sync with bundled modules/oniguruma/
DEPEND="
>=sys-devel/bison-3.0
sys-devel/flex
- oniguruma? ( dev-libs/oniguruma:=[static-libs?] )
+ oniguruma? ( ${ONIGURUMA_MINPV}:=[static-libs?] )
"
RDEPEND="
!static-libs? (
- oniguruma? ( dev-libs/oniguruma[static-libs?] )
+ oniguruma? ( ${ONIGURUMA_MINPV}[static-libs?] )
)
"
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2019-04-17 18:07 Aaron Bauman
0 siblings, 0 replies; 52+ messages in thread
From: Aaron Bauman @ 2019-04-17 18:07 UTC (permalink / raw
To: gentoo-commits
commit: 18c9f353a06bbaeee0347c4e64793e656398e96e
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 17 18:00:26 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Apr 17 18:00:26 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c9f353
app-misc/jq: arm64 keyworded (bug #615400)
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
app-misc/jq/jq-1.6-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/jq/jq-1.6-r3.ebuild b/app-misc/jq/jq-1.6-r3.ebuild
index 47148ec39ad..4207cef20c7 100644
--- a/app-misc/jq/jq-1.6-r3.ebuild
+++ b/app-misc/jq/jq-1.6-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/stedolan/jq/releases/download/${P}/${P}.tar.gz"
LICENSE="MIT CC-BY-3.0"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
IUSE="oniguruma static-libs"
ONIGURUMA_MINPV='>=dev-libs/oniguruma-6.1.3' # Keep this in sync with bundled modules/oniguruma/
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2019-09-28 2:59 Tim Harder
0 siblings, 0 replies; 52+ messages in thread
From: Tim Harder @ 2019-09-28 2:59 UTC (permalink / raw
To: gentoo-commits
commit: 34179ff46ca8be6356e5993005cc71c0f2ef05a2
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 02:57:42 2019 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 02:57:42 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34179ff4
app-misc/jq: update HOMEPAGE redirect
Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
app-misc/jq/jq-1.6-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/jq/jq-1.6-r3.ebuild b/app-misc/jq/jq-1.6-r3.ebuild
index 4207cef20c7..5517556e8d5 100644
--- a/app-misc/jq/jq-1.6-r3.ebuild
+++ b/app-misc/jq/jq-1.6-r3.ebuild
@@ -6,7 +6,7 @@ EAPI=7
inherit autotools
DESCRIPTION="A lightweight and flexible command-line JSON processor"
-HOMEPAGE="https://stedolan.github.com/jq/"
+HOMEPAGE="https://stedolan.github.io/jq/"
SRC_URI="https://github.com/stedolan/jq/releases/download/${P}/${P}.tar.gz"
LICENSE="MIT CC-BY-3.0"
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2019-11-17 5:08 Tim Harder
0 siblings, 0 replies; 52+ messages in thread
From: Tim Harder @ 2019-11-17 5:08 UTC (permalink / raw
To: gentoo-commits
commit: 06731d8fda3eccc6f252f1f60a164e314fbfe40d
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 17 04:52:30 2019 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Nov 17 05:06:52 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06731d8f
app-misc/jq: drop myself as a maintainer
Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
app-misc/jq/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/app-misc/jq/metadata.xml b/app-misc/jq/metadata.xml
index ce9b0102c59..c6f63694b15 100644
--- a/app-misc/jq/metadata.xml
+++ b/app-misc/jq/metadata.xml
@@ -1,10 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>radhermit@gentoo.org</email>
- <name>Tim Harder</name>
- </maintainer>
+ <!-- maintainer-needed -->
<use>
<flag name="oniguruma">Use dev-libs/oniguruma for regular expression support</flag>
</use>
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2019-11-19 1:28 Patrick McLean
0 siblings, 0 replies; 52+ messages in thread
From: Patrick McLean @ 2019-11-19 1:28 UTC (permalink / raw
To: gentoo-commits
commit: 6375f4cb33c60aa598f187c242d4c0abd9315104
Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Tue Nov 19 01:24:54 2019 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Tue Nov 19 01:24:54 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6375f4cb
app-misc/jq: Add myself to metadata.xml
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
app-misc/jq/metadata.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/app-misc/jq/metadata.xml b/app-misc/jq/metadata.xml
index c6f63694b15..b9f6b28fcb9 100644
--- a/app-misc/jq/metadata.xml
+++ b/app-misc/jq/metadata.xml
@@ -1,7 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>chutzpah@gentoo.org</email>
+ <name>Patrick McLean</name>
+ </maintainer>
<use>
<flag name="oniguruma">Use dev-libs/oniguruma for regular expression support</flag>
</use>
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2019-11-19 1:34 Patrick McLean
0 siblings, 0 replies; 52+ messages in thread
From: Patrick McLean @ 2019-11-19 1:34 UTC (permalink / raw
To: gentoo-commits
commit: 97badf7db149ef22170a014d31bb2848b0644cf6
Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Tue Nov 19 01:31:52 2019 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Tue Nov 19 01:32:22 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97badf7d
app-misc/jq: Stabilize on amd64
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
app-misc/jq/jq-1.6-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/jq/jq-1.6-r3.ebuild b/app-misc/jq/jq-1.6-r3.ebuild
index 5517556e8d5..65410969fe5 100644
--- a/app-misc/jq/jq-1.6-r3.ebuild
+++ b/app-misc/jq/jq-1.6-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/stedolan/jq/releases/download/${P}/${P}.tar.gz"
LICENSE="MIT CC-BY-3.0"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
IUSE="oniguruma static-libs"
ONIGURUMA_MINPV='>=dev-libs/oniguruma-6.1.3' # Keep this in sync with bundled modules/oniguruma/
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2019-11-19 1:46 Patrick McLean
0 siblings, 0 replies; 52+ messages in thread
From: Patrick McLean @ 2019-11-19 1:46 UTC (permalink / raw
To: gentoo-commits
commit: 96ec5d50dbfdd56014183eb736a04108ff1db276
Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Tue Nov 19 01:45:50 2019 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Tue Nov 19 01:45:50 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ec5d50
app-misc/jq: Add Victor Payno as proxy maintainer
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
app-misc/jq/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/app-misc/jq/metadata.xml b/app-misc/jq/metadata.xml
index b9f6b28fcb9..65a87c9344f 100644
--- a/app-misc/jq/metadata.xml
+++ b/app-misc/jq/metadata.xml
@@ -1,6 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer type="person">
+ <email>vpayno+gentoo@gmail.com</email>
+ <name>Victor Payno</name>
+ </maintainer>
<maintainer type="person">
<email>chutzpah@gentoo.org</email>
<name>Patrick McLean</name>
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2019-11-19 2:06 Patrick McLean
0 siblings, 0 replies; 52+ messages in thread
From: Patrick McLean @ 2019-11-19 2:06 UTC (permalink / raw
To: gentoo-commits
commit: e9efe4b6664420c395fcecbd3a07887c2e367da4
Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Tue Nov 19 02:04:25 2019 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Tue Nov 19 02:04:41 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9efe4b6
app-misc/jq-1.6-r3: output the testsuite log if tests fail (#675510)
Since I can't locally reproduce bug #675510, and the test suite doesn't
output the failure by default I am going to close the bug by now. If
someone can reproduce it, it should have the failures attached.
Closes: https://bugs.gentoo.org/675510
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
app-misc/jq/jq-1.6-r3.ebuild | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/app-misc/jq/jq-1.6-r3.ebuild b/app-misc/jq/jq-1.6-r3.ebuild
index 65410969fe5..e233ec8fa42 100644
--- a/app-misc/jq/jq-1.6-r3.ebuild
+++ b/app-misc/jq/jq-1.6-r3.ebuild
@@ -60,6 +60,16 @@ src_configure() {
econf "${econfargs[@]}"
}
+src_test() {
+ if ! emake check; then
+ if [[ -r test-suite.log ]]; then
+ eerror "Tests failed, outputting testsuite log"
+ cat test-suite.log
+ fi
+ die "Tests failed"
+ fi
+}
+
src_install() {
local DOCS=( AUTHORS README.md )
default
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2019-11-19 15:40 Agostino Sarubbo
0 siblings, 0 replies; 52+ messages in thread
From: Agostino Sarubbo @ 2019-11-19 15:40 UTC (permalink / raw
To: gentoo-commits
commit: 8b7ae436e3c078df2f9a45b8b046feca3fc20a88
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 19 15:38:35 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Nov 19 15:38:35 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7ae436
app-misc/jq: x86 stable wrt bug #700536
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-misc/jq/jq-1.6-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/jq/jq-1.6-r3.ebuild b/app-misc/jq/jq-1.6-r3.ebuild
index e233ec8fa42..f1172ab62ab 100644
--- a/app-misc/jq/jq-1.6-r3.ebuild
+++ b/app-misc/jq/jq-1.6-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/stedolan/jq/releases/download/${P}/${P}.tar.gz"
LICENSE="MIT CC-BY-3.0"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos"
IUSE="oniguruma static-libs"
ONIGURUMA_MINPV='>=dev-libs/oniguruma-6.1.3' # Keep this in sync with bundled modules/oniguruma/
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2020-03-17 18:13 Patrick McLean
0 siblings, 0 replies; 52+ messages in thread
From: Patrick McLean @ 2020-03-17 18:13 UTC (permalink / raw
To: gentoo-commits
commit: aa9d3e38d6d0763bbfe1bd2f2af686410d8ab83d
Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Tue Mar 17 18:13:10 2020 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Tue Mar 17 18:13:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa9d3e38
app-misc/jq: remove vunlerable version (bug #636382)
Bug: https://bugs.gentoo.org/636382
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
app-misc/jq/Manifest | 1 -
app-misc/jq/jq-1.5-r3.ebuild | 60 --------------------------------------------
2 files changed, 61 deletions(-)
diff --git a/app-misc/jq/Manifest b/app-misc/jq/Manifest
index d57b21c2677..a96abba5508 100644
--- a/app-misc/jq/Manifest
+++ b/app-misc/jq/Manifest
@@ -1,2 +1 @@
-DIST jq-1.5.tar.gz 739309 BLAKE2B 9d36db80fa9365d9967c9e1691e723d5237e7db2ddef43e06391bb97ba3a163f07c79906b9cf94d4b53f20598dc8ccacaff9e54ff3c32387fef1b3d484c13e73 SHA512 4a0bb069ae875f47731d7d84ae6b82240703dc7a694cfb0aee4c7e9639defe7ba9af575d17dc32bda4426b80c186cc8dcd4505f3a6bcbe16b39e9b13097da238
DIST jq-1.6.tar.gz 1750584 BLAKE2B c9be1314e9d027247de63492ee362e996ef85faf45a47ee421cad95ebde9188bff8d3fc7db64e717ab922e1052f3b1c1500f5589fc5b2199ab66effb000e442d SHA512 5da71f53c325257f1f546a2520fe47828b495c953270df25ea0e37741463fdda72f0ba4d5b05b25114ec30f27a559344c2b024bacabf610759f4e3e9efadb480
diff --git a/app-misc/jq/jq-1.5-r3.ebuild b/app-misc/jq/jq-1.5-r3.ebuild
deleted file mode 100644
index b64204f809c..00000000000
--- a/app-misc/jq/jq-1.5-r3.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools ltprune
-
-DESCRIPTION="A lightweight and flexible command-line JSON processor"
-HOMEPAGE="https://stedolan.github.com/jq/"
-SRC_URI="https://github.com/stedolan/jq/releases/download/${P}/${P}.tar.gz"
-
-LICENSE="MIT CC-BY-3.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos"
-IUSE="oniguruma static-libs"
-
-DEPEND="
- >=sys-devel/bison-3.0
- sys-devel/flex
- oniguruma? ( dev-libs/oniguruma:=[static-libs?] )
-"
-RDEPEND="
- !static-libs? (
- oniguruma? ( dev-libs/oniguruma[static-libs?] )
- )
-"
-
-src_prepare() {
- local PATCHES=(
- "${FILESDIR}"/${PN}-1.5-dynamic-link.patch
- "${FILESDIR}"/${PN}-1.5-remove-automagic-dep-on-oniguruma.patch
- "${FILESDIR}"/${PN}-1.5-heap_buffer_overflow_in_tokenadd.patch
- )
-
- use oniguruma || { sed -i 's:tests/onigtest::' Makefile.am || die; }
- sed -i '/^dist_doc_DATA/d' Makefile.am || die
- sed -i -r "s:(m4_define\(\[jq_version\],) .+\):\1 \[${PV}\]):" \
- configure.ac || die
-
- default
- eautoreconf
-}
-
-src_configure() {
- local econfargs=(
- # don't try to rebuild docs
- --disable-docs
- --disable-valgrind
- $(use_enable static-libs static)
- $(use_with oniguruma)
- )
- econf "${econfargs[@]}"
-}
-
-src_install() {
- local DOCS=( AUTHORS README )
- default
-
- use static-libs || prune_libtool_files
-}
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2021-02-04 18:21 Patrick McLean
0 siblings, 0 replies; 52+ messages in thread
From: Patrick McLean @ 2021-02-04 18:21 UTC (permalink / raw
To: gentoo-commits
commit: dfe54b1d2bc9f85104708c73e9c490f65ca143c3
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 4 18:20:02 2021 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu Feb 4 18:20:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe54b1d
app-misc/jq-1.7_pre20201109: Stabilize (bug #768669)
Bug: https://bugs.gentoo.org/768669
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
app-misc/jq/jq-1.7_pre20201109.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/jq/jq-1.7_pre20201109.ebuild b/app-misc/jq/jq-1.7_pre20201109.ebuild
index fa0a2415e13..d794935bb1b 100644
--- a/app-misc/jq/jq-1.7_pre20201109.ebuild
+++ b/app-misc/jq/jq-1.7_pre20201109.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${COMMIT_HASH}"
LICENSE="MIT CC-BY-3.0"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
IUSE="+oniguruma static-libs test"
ONIGURUMA_MINPV='>=dev-libs/oniguruma-6.1.3' # Keep this in sync with bundled modules/oniguruma/
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2021-02-05 12:31 Sam James
0 siblings, 0 replies; 52+ messages in thread
From: Sam James @ 2021-02-05 12:31 UTC (permalink / raw
To: gentoo-commits
commit: 15e53d3c335a6535ac5d49f24dca7be3f96ace23
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 5 12:30:42 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 5 12:30:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e53d3c
app-misc/jq: Stabilize 1.7_pre20201109 x86, #768669
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/jq/jq-1.7_pre20201109.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/jq/jq-1.7_pre20201109.ebuild b/app-misc/jq/jq-1.7_pre20201109.ebuild
index d794935bb1b..114f83a708e 100644
--- a/app-misc/jq/jq-1.7_pre20201109.ebuild
+++ b/app-misc/jq/jq-1.7_pre20201109.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${COMMIT_HASH}"
LICENSE="MIT CC-BY-3.0"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos"
IUSE="+oniguruma static-libs test"
ONIGURUMA_MINPV='>=dev-libs/oniguruma-6.1.3' # Keep this in sync with bundled modules/oniguruma/
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2021-03-04 0:23 Sam James
0 siblings, 0 replies; 52+ messages in thread
From: Sam James @ 2021-03-04 0:23 UTC (permalink / raw
To: gentoo-commits
commit: abb694f2e33a193c9b8faeecd94fed6e7928db78
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 4 00:23:38 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 4 00:23:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb694f2
app-misc/jq: Stabilize 1.7_pre20201109 arm64, #773172
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/jq/jq-1.7_pre20201109.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/jq/jq-1.7_pre20201109.ebuild b/app-misc/jq/jq-1.7_pre20201109.ebuild
index 114f83a708e..41e4b14e2af 100644
--- a/app-misc/jq/jq-1.7_pre20201109.ebuild
+++ b/app-misc/jq/jq-1.7_pre20201109.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${COMMIT_HASH}"
LICENSE="MIT CC-BY-3.0"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos"
IUSE="+oniguruma static-libs test"
ONIGURUMA_MINPV='>=dev-libs/oniguruma-6.1.3' # Keep this in sync with bundled modules/oniguruma/
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2021-04-18 2:58 Sam James
0 siblings, 0 replies; 52+ messages in thread
From: Sam James @ 2021-04-18 2:58 UTC (permalink / raw
To: gentoo-commits
commit: 59c8abf77756e6e080055ac628072aa1f772b594
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 02:58:35 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 02:58:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59c8abf7
app-misc/jq: Stabilize 1.7_pre20201109 ppc64, #783039
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/jq/jq-1.7_pre20201109.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/jq/jq-1.7_pre20201109.ebuild b/app-misc/jq/jq-1.7_pre20201109.ebuild
index 22f1f4f05b5..7d92e06d34a 100644
--- a/app-misc/jq/jq-1.7_pre20201109.ebuild
+++ b/app-misc/jq/jq-1.7_pre20201109.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${COMMIT_HASH}"
LICENSE="MIT CC-BY-3.0"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ppc64 x86 ~amd64-linux ~x64-macos"
IUSE="+oniguruma static-libs test"
ONIGURUMA_MINPV='>=dev-libs/oniguruma-6.1.3' # Keep this in sync with bundled modules/oniguruma/
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2021-08-23 22:59 Marek Szuba
0 siblings, 0 replies; 52+ messages in thread
From: Marek Szuba @ 2021-08-23 22:59 UTC (permalink / raw
To: gentoo-commits
commit: addf4ffa961a227c86f8917034fc91ffeb171cd3
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 23 22:53:05 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Aug 23 22:59:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=addf4ffa
app-misc/jq: keyword 1.7_pre20201109 for ~riscv
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
app-misc/jq/jq-1.7_pre20201109.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/jq/jq-1.7_pre20201109.ebuild b/app-misc/jq/jq-1.7_pre20201109.ebuild
index 7d92e06d34a..62a69454eb2 100644
--- a/app-misc/jq/jq-1.7_pre20201109.ebuild
+++ b/app-misc/jq/jq-1.7_pre20201109.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${COMMIT_HASH}"
LICENSE="MIT CC-BY-3.0"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ppc64 x86 ~amd64-linux ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ppc64 ~riscv x86 ~amd64-linux ~x64-macos"
IUSE="+oniguruma static-libs test"
ONIGURUMA_MINPV='>=dev-libs/oniguruma-6.1.3' # Keep this in sync with bundled modules/oniguruma/
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2022-08-25 7:07 WANG Xuerui
0 siblings, 0 replies; 52+ messages in thread
From: WANG Xuerui @ 2022-08-25 7:07 UTC (permalink / raw
To: gentoo-commits
commit: b9b057357c38339549214d7a99b7d38d738fb7d8
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 25 07:06:22 2022 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 07:06:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b05735
app-misc/jq: keyword 1.7_pre20201109 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
app-misc/jq/jq-1.7_pre20201109.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/jq/jq-1.7_pre20201109.ebuild b/app-misc/jq/jq-1.7_pre20201109.ebuild
index 62a69454eb2a..d18b013e9a4c 100644
--- a/app-misc/jq/jq-1.7_pre20201109.ebuild
+++ b/app-misc/jq/jq-1.7_pre20201109.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${COMMIT_HASH}"
LICENSE="MIT CC-BY-3.0"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ppc64 ~riscv x86 ~amd64-linux ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ppc64 ~riscv x86 ~amd64-linux ~x64-macos"
IUSE="+oniguruma static-libs test"
ONIGURUMA_MINPV='>=dev-libs/oniguruma-6.1.3' # Keep this in sync with bundled modules/oniguruma/
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2023-02-10 22:18 Patrick McLean
0 siblings, 0 replies; 52+ messages in thread
From: Patrick McLean @ 2023-02-10 22:18 UTC (permalink / raw
To: gentoo-commits
commit: 6642671dacf1d8cbd083f6b315c5ebc8072f354e
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 22:05:43 2023 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 22:17:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6642671d
app-misc/jq: drop 1.7_pre20201109
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
app-misc/jq/jq-1.7_pre20201109.ebuild | 87 -----------------------------------
1 file changed, 87 deletions(-)
diff --git a/app-misc/jq/jq-1.7_pre20201109.ebuild b/app-misc/jq/jq-1.7_pre20201109.ebuild
deleted file mode 100644
index d18b013e9a4c..000000000000
--- a/app-misc/jq/jq-1.7_pre20201109.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-COMMIT_HASH="a17dd3248a666d01be75f6b16be37e80e20b0954"
-
-DESCRIPTION="A lightweight and flexible command-line JSON processor"
-HOMEPAGE="https://stedolan.github.io/jq/"
-#SRC_URI="https://github.com/stedolan/jq/releases/download/${P}/${P}.tar.gz"
-SRC_URI="https://github.com/stedolan/jq/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${COMMIT_HASH}"
-
-LICENSE="MIT CC-BY-3.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ppc64 ~riscv x86 ~amd64-linux ~x64-macos"
-IUSE="+oniguruma static-libs test"
-
-ONIGURUMA_MINPV='>=dev-libs/oniguruma-6.1.3' # Keep this in sync with bundled modules/oniguruma/
-DEPEND="
- >=sys-devel/bison-3.0
- sys-devel/flex
- oniguruma? ( ${ONIGURUMA_MINPV}:=[static-libs?] )
-"
-RDEPEND="
- !static-libs? (
- oniguruma? ( ${ONIGURUMA_MINPV}[static-libs?] )
- )
-"
-PATCHES=(
- "${FILESDIR}"/jq-1.6-r3-never-bundle-oniguruma.patch
- "${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 )"
-REQUIRED_USE="test? ( oniguruma )"
-
-src_prepare() {
- sed -e '/^dist_doc_DATA/d; s:-Wextra ::' -i Makefile.am || die
- sed -r -e "s:(m4_define\(\[jq_version\],) .+\):\1 \[${PV}\]):" \
- -i configure.ac || die
-
- # jq-1.6-r3-never-bundle-oniguruma makes sure we build with the system oniguruma,
- # but the bundled copy of oniguruma still gets eautoreconf'd since it
- # exists; save the cycles by nuking it.
- sed -e '/modules\/oniguruma/d' -i Makefile.am || die
- rm -rf "${S}"/modules/oniguruma || die
-
- default
- eautoreconf
-}
-
-src_configure() {
- local econfargs=(
- # don't try to rebuild docs
- --disable-docs
- --disable-valgrind
- --disable-maintainer-mode
- --enable-rpathhack
- $(use_enable static-libs static)
- $(use_with oniguruma oniguruma yes)
- )
- econf "${econfargs[@]}"
-}
-
-src_test() {
- if ! LD_LIBRARY_PATH="${S}/.libs" nonfatal emake check; then
- if [[ -r "${S}/test-suite.log" ]]; then
- eerror "Tests failed, outputting testsuite log"
- cat "${S}/test-suite.log"
- fi
- die "Tests failed"
- fi
-}
-
-src_install() {
- local DOCS=( AUTHORS NEWS README.md )
- default
-
- use static-libs || { find "${D}" -name '*.la' -delete || die; }
-}
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2023-02-28 1:30 Sam James
0 siblings, 0 replies; 52+ messages in thread
From: Sam James @ 2023-02-28 1:30 UTC (permalink / raw
To: gentoo-commits
commit: 39286b455688b6103f3257e3c4a9eea9e0300f26
Author: Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Mon Feb 27 17:48:34 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 01:30:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39286b45
app-misc/jq: Keyword 1.7_pre20230210 sparc, #891163
Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/jq/jq-1.7_pre20230210.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/jq/jq-1.7_pre20230210.ebuild b/app-misc/jq/jq-1.7_pre20230210.ebuild
index 3a2508ecac79..7620e7467b5b 100644
--- a/app-misc/jq/jq-1.7_pre20230210.ebuild
+++ b/app-misc/jq/jq-1.7_pre20230210.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${COMMIT_HASH}"
LICENSE="MIT CC-BY-3.0"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x64-macos"
IUSE="+oniguruma static-libs test"
ONIGURUMA_MINPV='>=dev-libs/oniguruma-6.1.3' # Keep this in sync with bundled modules/oniguruma/
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2023-02-28 18:30 Patrick McLean
0 siblings, 0 replies; 52+ messages in thread
From: Patrick McLean @ 2023-02-28 18:30 UTC (permalink / raw
To: gentoo-commits
commit: 8265035a266699e593c3fff6179229c6accfff42
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 28 18:29:35 2023 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 18:29:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8265035a
app-misc/jq: Fix version reporting
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
app-misc/jq/jq-1.7_pre20230210.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/app-misc/jq/jq-1.7_pre20230210.ebuild b/app-misc/jq/jq-1.7_pre20230210.ebuild
index 7620e7467b5b..4143400bc2a8 100644
--- a/app-misc/jq/jq-1.7_pre20230210.ebuild
+++ b/app-misc/jq/jq-1.7_pre20230210.ebuild
@@ -52,8 +52,12 @@ src_prepare() {
# exists; save the cycles by nuking it.
sed -e '/modules\/oniguruma/d' -i Makefile.am || die
rm -rf "${S}"/modules/oniguruma || die
+ sed -i "s/^jq_version: .*/jq_version: \"${PV}\"/" docs/site.yml || die
default
+
+ sed -i "s/\[jq_version\]/[${PV}]/" configure.ac || die
+
eautoreconf
}
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2023-06-22 8:31 Fabian Groffen
0 siblings, 0 replies; 52+ messages in thread
From: Fabian Groffen @ 2023-06-22 8:31 UTC (permalink / raw
To: gentoo-commits
commit: f2d4b63821a6a8120f06f424d129da6d8112722e
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 08:31:19 2023 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 08:31:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2d4b638
app-misc/jq: marked ~arm64-macos
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
app-misc/jq/jq-1.7_pre20230210.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/jq/jq-1.7_pre20230210.ebuild b/app-misc/jq/jq-1.7_pre20230210.ebuild
index 4143400bc2a8..bb66a7a555ba 100644
--- a/app-misc/jq/jq-1.7_pre20230210.ebuild
+++ b/app-misc/jq/jq-1.7_pre20230210.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${COMMIT_HASH}"
LICENSE="MIT CC-BY-3.0"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~arm64-macos ~x64-macos"
IUSE="+oniguruma static-libs test"
ONIGURUMA_MINPV='>=dev-libs/oniguruma-6.1.3' # Keep this in sync with bundled modules/oniguruma/
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2023-06-22 11:14 Fabian Groffen
0 siblings, 0 replies; 52+ messages in thread
From: Fabian Groffen @ 2023-06-22 11:14 UTC (permalink / raw
To: gentoo-commits
commit: daafd6024c2d8ce0e252c0387c49d3e71657ff3b
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 11:11:51 2023 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 11:14:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daafd602
app-misc/jq: marked ~x64-solaris
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
app-misc/jq/jq-1.7_pre20230210.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/jq/jq-1.7_pre20230210.ebuild b/app-misc/jq/jq-1.7_pre20230210.ebuild
index bb66a7a555ba..e9939d011f3a 100644
--- a/app-misc/jq/jq-1.7_pre20230210.ebuild
+++ b/app-misc/jq/jq-1.7_pre20230210.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${COMMIT_HASH}"
LICENSE="MIT CC-BY-3.0"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~arm64-macos ~x64-macos ~x64-solaris"
IUSE="+oniguruma static-libs test"
ONIGURUMA_MINPV='>=dev-libs/oniguruma-6.1.3' # Keep this in sync with bundled modules/oniguruma/
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2023-08-08 2:16 Patrick McLean
0 siblings, 0 replies; 52+ messages in thread
From: Patrick McLean @ 2023-08-08 2:16 UTC (permalink / raw
To: gentoo-commits
commit: e2ebb25edfdd16cf1a55e0675a7c0e3ecd1ea91c
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 8 02:16:14 2023 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Tue Aug 8 02:16:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2ebb25e
app-misc/jq: add 1.7_rc1, drop 1.7_pre20230210
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
app-misc/jq/Manifest | 2 +-
...jq-1.7_pre20230210.ebuild => jq-1.7_rc1.ebuild} | 22 ++++++++--------------
app-misc/jq/metadata.xml | 2 +-
3 files changed, 10 insertions(+), 16 deletions(-)
diff --git a/app-misc/jq/Manifest b/app-misc/jq/Manifest
index 489984f6a2eb..0dd420118293 100644
--- a/app-misc/jq/Manifest
+++ b/app-misc/jq/Manifest
@@ -1,3 +1,3 @@
DIST jq-1.6.tar.gz 1750584 BLAKE2B c9be1314e9d027247de63492ee362e996ef85faf45a47ee421cad95ebde9188bff8d3fc7db64e717ab922e1052f3b1c1500f5589fc5b2199ab66effb000e442d SHA512 5da71f53c325257f1f546a2520fe47828b495c953270df25ea0e37741463fdda72f0ba4d5b05b25114ec30f27a559344c2b024bacabf610759f4e3e9efadb480
DIST jq-1.7_pre20201109.tar.gz 1181867 BLAKE2B 9db187ab927b635c43fbc6191aeffa00451b12253ae023bbabe6fba5fdf8fb393f8450ee2011ef58cb93e2f27994d454fac967984a721439aaac93259c02f7f1 SHA512 f2997d70edb36d0a23b71a7d933a763cedd7c74ffa3129c2a6cb7189aaff1c5095cdc51062b7cd119324ec2c83ebae6ff0b7da3941315303b7a31146b9eb285a
-DIST jq-1.7_pre20230210.gh.tar.gz 1197799 BLAKE2B f4e90f78aa5afec88a4fc60f7a6f05f892647fcd9b59e67ea4727bb452eceead05b8cbe18b814d05665c5fadf8aaddc0cc9a06f2cb102c82503f857d0b70a485 SHA512 e7533c1dd53dad398c50b4cf37cef5d60f95eeee040d1c1ab776778fa14a093167500e1d99d71b22edc5f476079bad503c9c17f54fffefee0c5eb41b86bab406
+DIST jq-1.7_rc1.gh.tar.gz 1229662 BLAKE2B 3df964681eb8efbbab5932a5d58a3242cef5dfd9edb0486b7156f69aabbef33ee72141de14725ad2ea033bfb0dc4d3f29aa67f6ac2322ff474ba3bcceee78bd0 SHA512 c33ce7f7526d9d962c5507c9840da2a78c46e1c3b0e8b14a0e2185f4ed9d1b468f91e88bebfbf335a3cee40d357b9c30fb5b63ff780e448f8c5d4f7cc9393d95
diff --git a/app-misc/jq/jq-1.7_pre20230210.ebuild b/app-misc/jq/jq-1.7_rc1.ebuild
similarity index 72%
rename from app-misc/jq/jq-1.7_pre20230210.ebuild
rename to app-misc/jq/jq-1.7_rc1.ebuild
index e9939d011f3a..ff2204b79fda 100644
--- a/app-misc/jq/jq-1.7_pre20230210.ebuild
+++ b/app-misc/jq/jq-1.7_rc1.ebuild
@@ -5,20 +5,19 @@ EAPI=8
inherit autotools
-COMMIT_HASH="cff5336ec71b6fee396a95bb0e4bea365e0cd1e8"
-
+MY_PV="${PV/_/}"
+MY_P="${PN}-${MY_PV}"
DESCRIPTION="A lightweight and flexible command-line JSON processor"
HOMEPAGE="https://stedolan.github.io/jq/"
-#SRC_URI="https://github.com/stedolan/jq/releases/download/${P}/${P}.tar.gz"
-SRC_URI="https://github.com/stedolan/jq/archive/${COMMIT_HASH}.tar.gz -> ${P}.gh.tar.gz"
-S="${WORKDIR}/${PN}-${COMMIT_HASH}"
+SRC_URI="https://github.com/jqlang/jq/archive/refs/tags/${MY_P}.tar.gz -> ${P}.gh.tar.gz"
+S="${WORKDIR}/${PN}-${MY_P}"
LICENSE="MIT CC-BY-3.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~arm64-macos ~x64-macos ~x64-solaris"
IUSE="+oniguruma static-libs test"
-ONIGURUMA_MINPV='>=dev-libs/oniguruma-6.1.3' # Keep this in sync with bundled modules/oniguruma/
+ONIGURUMA_MINPV='>=dev-libs/oniguruma-6.9.3' # Keep this in sync with bundled modules/oniguruma/
DEPEND="
>=sys-devel/bison-3.0
sys-devel/flex
@@ -32,11 +31,6 @@ RDEPEND="
PATCHES=(
"${FILESDIR}"/jq-1.6-r3-never-bundle-oniguruma.patch
"${FILESDIR}"/jq-1.7-runpath.patch
- "${FILESDIR}"/jq-1.7-warnings-r1.patch
- "${FILESDIR}"/jq-1.7-visible-null.patch
- # https://bugs.gentoo.org/776385
- "${FILESDIR}"/jq-1.7_pre20201109-no-git-bdep.patch
- "${FILESDIR}"/jq-1.7_pre20201109-fix-configure-test.patch
)
RESTRICT="!test? ( test )"
@@ -52,11 +46,11 @@ src_prepare() {
# exists; save the cycles by nuking it.
sed -e '/modules\/oniguruma/d' -i Makefile.am || die
rm -rf "${S}"/modules/oniguruma || die
- sed -i "s/^jq_version: .*/jq_version: \"${PV}\"/" docs/site.yml || die
+ sed -i "s/^jq_version: .*/jq_version: \"${MY_PV}\"/" docs/site.yml || die
default
- sed -i "s/\[jq_version\]/[${PV}]/" configure.ac || die
+ sed -i "s/\[jq_version\]/[${MY_PV}]/" configure.ac || die
eautoreconf
}
@@ -85,7 +79,7 @@ src_test() {
}
src_install() {
- local DOCS=( AUTHORS NEWS README.md )
+ local DOCS=( AUTHORS NEWS.md README.md SECURITY.md )
default
use static-libs || { find "${D}" -name '*.la' -delete || die; }
diff --git a/app-misc/jq/metadata.xml b/app-misc/jq/metadata.xml
index aa4e2e57a5ad..c62cb69977a6 100644
--- a/app-misc/jq/metadata.xml
+++ b/app-misc/jq/metadata.xml
@@ -14,6 +14,6 @@
</use>
<upstream>
<remote-id type="cpe">cpe:/a:jq_project:jq</remote-id>
- <remote-id type="github">stedolan/jq</remote-id>
+ <remote-id type="github">jqlang/jq</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2023-08-30 1:57 Patrick McLean
0 siblings, 0 replies; 52+ messages in thread
From: Patrick McLean @ 2023-08-30 1:57 UTC (permalink / raw
To: gentoo-commits
commit: 98b5316d4afb8349fa89365e6b687fc8b853a0d1
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 01:56:45 2023 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 01:57:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b5316d
app-misc/jq: add 1.7_rc2, drop 1.7_rc1
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
app-misc/jq/Manifest | 2 +-
app-misc/jq/{jq-1.7_rc1.ebuild => jq-1.7_rc2.ebuild} | 4 +---
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/app-misc/jq/Manifest b/app-misc/jq/Manifest
index 0dd420118293..8a912d76c017 100644
--- a/app-misc/jq/Manifest
+++ b/app-misc/jq/Manifest
@@ -1,3 +1,3 @@
DIST jq-1.6.tar.gz 1750584 BLAKE2B c9be1314e9d027247de63492ee362e996ef85faf45a47ee421cad95ebde9188bff8d3fc7db64e717ab922e1052f3b1c1500f5589fc5b2199ab66effb000e442d SHA512 5da71f53c325257f1f546a2520fe47828b495c953270df25ea0e37741463fdda72f0ba4d5b05b25114ec30f27a559344c2b024bacabf610759f4e3e9efadb480
DIST jq-1.7_pre20201109.tar.gz 1181867 BLAKE2B 9db187ab927b635c43fbc6191aeffa00451b12253ae023bbabe6fba5fdf8fb393f8450ee2011ef58cb93e2f27994d454fac967984a721439aaac93259c02f7f1 SHA512 f2997d70edb36d0a23b71a7d933a763cedd7c74ffa3129c2a6cb7189aaff1c5095cdc51062b7cd119324ec2c83ebae6ff0b7da3941315303b7a31146b9eb285a
-DIST jq-1.7_rc1.gh.tar.gz 1229662 BLAKE2B 3df964681eb8efbbab5932a5d58a3242cef5dfd9edb0486b7156f69aabbef33ee72141de14725ad2ea033bfb0dc4d3f29aa67f6ac2322ff474ba3bcceee78bd0 SHA512 c33ce7f7526d9d962c5507c9840da2a78c46e1c3b0e8b14a0e2185f4ed9d1b468f91e88bebfbf335a3cee40d357b9c30fb5b63ff780e448f8c5d4f7cc9393d95
+DIST jq-1.7_rc2.gh.tar.gz 1251670 BLAKE2B 89cb321d971ba68c81c866b1dbd704c8a3ee88e3a098ff952a8222fcdb5fcec8816a98f3854dcb483b328eadc0ed9d1b4af787cc7bc0bc03018d34f56c236e52 SHA512 18b469e13995a2651f08c040ddcc9d39659fa14715983e19ec5ed79398a60c54713d8abc370beed4bbeb9aa80191ef10aca5354823ba71ee953112db488ce983
diff --git a/app-misc/jq/jq-1.7_rc1.ebuild b/app-misc/jq/jq-1.7_rc2.ebuild
similarity index 92%
rename from app-misc/jq/jq-1.7_rc1.ebuild
rename to app-misc/jq/jq-1.7_rc2.ebuild
index ff2204b79fda..99985e23fcbb 100644
--- a/app-misc/jq/jq-1.7_rc1.ebuild
+++ b/app-misc/jq/jq-1.7_rc2.ebuild
@@ -38,15 +38,13 @@ REQUIRED_USE="test? ( oniguruma )"
src_prepare() {
sed -e '/^dist_doc_DATA/d; s:-Wextra ::' -i Makefile.am || die
- sed -r -e "s:(m4_define\(\[jq_version\],) .+\):\1 \[${PV}\]):" \
- -i configure.ac || die
+ printf "#!/bin/sh\\nprintf '%s'\\n\n" "${MY_PV}" > scripts/version || die
# jq-1.6-r3-never-bundle-oniguruma makes sure we build with the system oniguruma,
# but the bundled copy of oniguruma still gets eautoreconf'd since it
# exists; save the cycles by nuking it.
sed -e '/modules\/oniguruma/d' -i Makefile.am || die
rm -rf "${S}"/modules/oniguruma || die
- sed -i "s/^jq_version: .*/jq_version: \"${MY_PV}\"/" docs/site.yml || die
default
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2023-09-07 21:40 Patrick McLean
0 siblings, 0 replies; 52+ messages in thread
From: Patrick McLean @ 2023-09-07 21:40 UTC (permalink / raw
To: gentoo-commits
commit: a384592cd275bc11b45b18abe5996ea81abb4f53
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 7 21:40:39 2023 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu Sep 7 21:40:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a384592c
app-misc/jq: add 1.7, drop 1.7_rc2
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
app-misc/jq/Manifest | 2 +-
app-misc/jq/{jq-1.7_rc2.ebuild => jq-1.7.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/jq/Manifest b/app-misc/jq/Manifest
index 8a912d76c017..eb1d037f5221 100644
--- a/app-misc/jq/Manifest
+++ b/app-misc/jq/Manifest
@@ -1,3 +1,3 @@
DIST jq-1.6.tar.gz 1750584 BLAKE2B c9be1314e9d027247de63492ee362e996ef85faf45a47ee421cad95ebde9188bff8d3fc7db64e717ab922e1052f3b1c1500f5589fc5b2199ab66effb000e442d SHA512 5da71f53c325257f1f546a2520fe47828b495c953270df25ea0e37741463fdda72f0ba4d5b05b25114ec30f27a559344c2b024bacabf610759f4e3e9efadb480
+DIST jq-1.7.gh.tar.gz 1267139 BLAKE2B b6a54f9beaabd7915d7a8f14cda9621573f1796af53fe1645561a7a199787a7e9b2b2df038208f23e63f339dec567851b70696ffb8194986250527333d36d44e SHA512 01676319fe98d5ab1e278430b2c58ec594191cc9485a20312d658c0e199ac7ea5f5e934817ce98da0864ec7e0a018aae9b87525260e8ab6a7bde918db483bd84
DIST jq-1.7_pre20201109.tar.gz 1181867 BLAKE2B 9db187ab927b635c43fbc6191aeffa00451b12253ae023bbabe6fba5fdf8fb393f8450ee2011ef58cb93e2f27994d454fac967984a721439aaac93259c02f7f1 SHA512 f2997d70edb36d0a23b71a7d933a763cedd7c74ffa3129c2a6cb7189aaff1c5095cdc51062b7cd119324ec2c83ebae6ff0b7da3941315303b7a31146b9eb285a
-DIST jq-1.7_rc2.gh.tar.gz 1251670 BLAKE2B 89cb321d971ba68c81c866b1dbd704c8a3ee88e3a098ff952a8222fcdb5fcec8816a98f3854dcb483b328eadc0ed9d1b4af787cc7bc0bc03018d34f56c236e52 SHA512 18b469e13995a2651f08c040ddcc9d39659fa14715983e19ec5ed79398a60c54713d8abc370beed4bbeb9aa80191ef10aca5354823ba71ee953112db488ce983
diff --git a/app-misc/jq/jq-1.7_rc2.ebuild b/app-misc/jq/jq-1.7.ebuild
similarity index 100%
rename from app-misc/jq/jq-1.7_rc2.ebuild
rename to app-misc/jq/jq-1.7.ebuild
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2023-10-06 14:29 Sam James
0 siblings, 0 replies; 52+ messages in thread
From: Sam James @ 2023-10-06 14:29 UTC (permalink / raw
To: gentoo-commits
commit: 0263dd382947124db04b6100469db0e250c1fea8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 6 14:09:46 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 6 14:09:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0263dd38
app-misc/jq: Stabilize 1.7 arm64, #915274
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/jq/jq-1.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/jq/jq-1.7.ebuild b/app-misc/jq/jq-1.7.ebuild
index 99985e23fcbb..1f494ca68aa2 100644
--- a/app-misc/jq/jq-1.7.ebuild
+++ b/app-misc/jq/jq-1.7.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${MY_P}"
LICENSE="MIT CC-BY-3.0"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~arm64-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~arm64-macos ~x64-macos ~x64-solaris"
IUSE="+oniguruma static-libs test"
ONIGURUMA_MINPV='>=dev-libs/oniguruma-6.9.3' # Keep this in sync with bundled modules/oniguruma/
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2023-10-06 14:31 Sam James
0 siblings, 0 replies; 52+ messages in thread
From: Sam James @ 2023-10-06 14:31 UTC (permalink / raw
To: gentoo-commits
commit: 3583bff5191c7145ce63a23b7ee6ce2699b5ece5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 6 14:31:06 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 6 14:31:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3583bff5
app-misc/jq: Stabilize 1.7 amd64, #915274
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/jq/jq-1.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/jq/jq-1.7.ebuild b/app-misc/jq/jq-1.7.ebuild
index 1f494ca68aa2..500b8e49ae5d 100644
--- a/app-misc/jq/jq-1.7.ebuild
+++ b/app-misc/jq/jq-1.7.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${MY_P}"
LICENSE="MIT CC-BY-3.0"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~arm64-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~arm64-macos ~x64-macos ~x64-solaris"
IUSE="+oniguruma static-libs test"
ONIGURUMA_MINPV='>=dev-libs/oniguruma-6.9.3' # Keep this in sync with bundled modules/oniguruma/
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2023-10-06 14:55 Sam James
0 siblings, 0 replies; 52+ messages in thread
From: Sam James @ 2023-10-06 14:55 UTC (permalink / raw
To: gentoo-commits
commit: 41e7f887a56d0bd25ad820438d2cb514dd3a28ad
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 6 14:54:21 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 6 14:54:21 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41e7f887
app-misc/jq: Stabilize 1.7 x86, #915274
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/jq/jq-1.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/jq/jq-1.7.ebuild b/app-misc/jq/jq-1.7.ebuild
index 500b8e49ae5d..53771f0bb061 100644
--- a/app-misc/jq/jq-1.7.ebuild
+++ b/app-misc/jq/jq-1.7.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${MY_P}"
LICENSE="MIT CC-BY-3.0"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~arm64-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~arm64-macos ~x64-macos ~x64-solaris"
IUSE="+oniguruma static-libs test"
ONIGURUMA_MINPV='>=dev-libs/oniguruma-6.9.3' # Keep this in sync with bundled modules/oniguruma/
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2023-10-06 17:05 Arthur Zamarin
0 siblings, 0 replies; 52+ messages in thread
From: Arthur Zamarin @ 2023-10-06 17:05 UTC (permalink / raw
To: gentoo-commits
commit: 303bc0b2964c5609ad129f5ab96819e168244c2b
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 6 17:05:20 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 6 17:05:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=303bc0b2
app-misc/jq: Stabilize 1.7 ppc64, #915274
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-misc/jq/jq-1.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/jq/jq-1.7.ebuild b/app-misc/jq/jq-1.7.ebuild
index 53771f0bb061..e2afba51c23a 100644
--- a/app-misc/jq/jq-1.7.ebuild
+++ b/app-misc/jq/jq-1.7.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${MY_P}"
LICENSE="MIT CC-BY-3.0"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~arm64-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~arm64-macos ~x64-macos ~x64-solaris"
IUSE="+oniguruma static-libs test"
ONIGURUMA_MINPV='>=dev-libs/oniguruma-6.9.3' # Keep this in sync with bundled modules/oniguruma/
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2023-12-13 20:39 Patrick McLean
0 siblings, 0 replies; 52+ messages in thread
From: Patrick McLean @ 2023-12-13 20:39 UTC (permalink / raw
To: gentoo-commits
commit: c0a1468912f1e9a489b057cf6433d9c95c655aa3
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 13 20:38:56 2023 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Wed Dec 13 20:39:03 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0a14689
app-misc/jq: add 1.7.1
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
app-misc/jq/Manifest | 1 +
app-misc/jq/jq-1.7.1.ebuild | 84 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 85 insertions(+)
diff --git a/app-misc/jq/Manifest b/app-misc/jq/Manifest
index 71d260f19bcd..847492397362 100644
--- a/app-misc/jq/Manifest
+++ b/app-misc/jq/Manifest
@@ -1 +1,2 @@
+DIST jq-1.7.1.gh.tar.gz 1323338 BLAKE2B 17e3b68e23f9a7f1aa8749ede6c0b8fe435990899886f0c96da36d130c17d13609ba7f910321316f0c3b35985360f8cb5e6a3b12caea5e9bc7792e128798f137 SHA512 af9c444e5306423182f467a53acdf45bb8aefa058a47f490ce16395f0aebfb7627e3843f65e96f41cd9d4b72b8ad274ab0bdb061abc6990b1158f86d2256d4ec
DIST jq-1.7.gh.tar.gz 1267139 BLAKE2B b6a54f9beaabd7915d7a8f14cda9621573f1796af53fe1645561a7a199787a7e9b2b2df038208f23e63f339dec567851b70696ffb8194986250527333d36d44e SHA512 01676319fe98d5ab1e278430b2c58ec594191cc9485a20312d658c0e199ac7ea5f5e934817ce98da0864ec7e0a018aae9b87525260e8ab6a7bde918db483bd84
diff --git a/app-misc/jq/jq-1.7.1.ebuild b/app-misc/jq/jq-1.7.1.ebuild
new file mode 100644
index 000000000000..99985e23fcbb
--- /dev/null
+++ b/app-misc/jq/jq-1.7.1.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+MY_PV="${PV/_/}"
+MY_P="${PN}-${MY_PV}"
+DESCRIPTION="A lightweight and flexible command-line JSON processor"
+HOMEPAGE="https://stedolan.github.io/jq/"
+SRC_URI="https://github.com/jqlang/jq/archive/refs/tags/${MY_P}.tar.gz -> ${P}.gh.tar.gz"
+S="${WORKDIR}/${PN}-${MY_P}"
+
+LICENSE="MIT CC-BY-3.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~arm64-macos ~x64-macos ~x64-solaris"
+IUSE="+oniguruma static-libs test"
+
+ONIGURUMA_MINPV='>=dev-libs/oniguruma-6.9.3' # Keep this in sync with bundled modules/oniguruma/
+DEPEND="
+ >=sys-devel/bison-3.0
+ sys-devel/flex
+ oniguruma? ( ${ONIGURUMA_MINPV}:=[static-libs?] )
+"
+RDEPEND="
+ !static-libs? (
+ oniguruma? ( ${ONIGURUMA_MINPV}[static-libs?] )
+ )
+"
+PATCHES=(
+ "${FILESDIR}"/jq-1.6-r3-never-bundle-oniguruma.patch
+ "${FILESDIR}"/jq-1.7-runpath.patch
+)
+
+RESTRICT="!test? ( test )"
+REQUIRED_USE="test? ( oniguruma )"
+
+src_prepare() {
+ sed -e '/^dist_doc_DATA/d; s:-Wextra ::' -i Makefile.am || die
+ printf "#!/bin/sh\\nprintf '%s'\\n\n" "${MY_PV}" > scripts/version || die
+
+ # jq-1.6-r3-never-bundle-oniguruma makes sure we build with the system oniguruma,
+ # but the bundled copy of oniguruma still gets eautoreconf'd since it
+ # exists; save the cycles by nuking it.
+ sed -e '/modules\/oniguruma/d' -i Makefile.am || die
+ rm -rf "${S}"/modules/oniguruma || die
+
+ default
+
+ sed -i "s/\[jq_version\]/[${MY_PV}]/" configure.ac || die
+
+ eautoreconf
+}
+
+src_configure() {
+ local econfargs=(
+ # don't try to rebuild docs
+ --disable-docs
+ --disable-valgrind
+ --disable-maintainer-mode
+ --enable-rpathhack
+ $(use_enable static-libs static)
+ $(use_with oniguruma oniguruma yes)
+ )
+ econf "${econfargs[@]}"
+}
+
+src_test() {
+ if ! LD_LIBRARY_PATH="${S}/.libs" nonfatal emake check; then
+ if [[ -r "${S}/test-suite.log" ]]; then
+ eerror "Tests failed, outputting testsuite log"
+ cat "${S}/test-suite.log"
+ fi
+ die "Tests failed"
+ fi
+}
+
+src_install() {
+ local DOCS=( AUTHORS NEWS.md README.md SECURITY.md )
+ default
+
+ use static-libs || { find "${D}" -name '*.la' -delete || die; }
+}
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2024-04-06 12:32 Arthur Zamarin
0 siblings, 0 replies; 52+ messages in thread
From: Arthur Zamarin @ 2024-04-06 12:32 UTC (permalink / raw
To: gentoo-commits
commit: fcac49038cb193e4f7bcf53764e1ecdede9136ae
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 6 12:31:56 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 6 12:31:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcac4903
app-misc/jq: Stabilize 1.7.1 ppc64, #928687
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-misc/jq/jq-1.7.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/jq/jq-1.7.1.ebuild b/app-misc/jq/jq-1.7.1.ebuild
index a85a3e2aa73f..a9ad380bacab 100644
--- a/app-misc/jq/jq-1.7.1.ebuild
+++ b/app-misc/jq/jq-1.7.1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${MY_P}"
LICENSE="MIT CC-BY-3.0"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~arm64-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~arm64-macos ~x64-macos ~x64-solaris"
IUSE="+oniguruma static-libs test"
ONIGURUMA_MINPV='>=dev-libs/oniguruma-6.9.3' # Keep this in sync with bundled modules/oniguruma/
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2024-04-06 12:32 Arthur Zamarin
0 siblings, 0 replies; 52+ messages in thread
From: Arthur Zamarin @ 2024-04-06 12:32 UTC (permalink / raw
To: gentoo-commits
commit: f4bb4bef28135786a48b3fe9f9838b63e321649e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 6 12:31:56 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 6 12:31:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4bb4bef
app-misc/jq: Stabilize 1.7.1 arm64, #928687
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-misc/jq/jq-1.7.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/jq/jq-1.7.1.ebuild b/app-misc/jq/jq-1.7.1.ebuild
index a9ad380bacab..e94109ed9ab0 100644
--- a/app-misc/jq/jq-1.7.1.ebuild
+++ b/app-misc/jq/jq-1.7.1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${MY_P}"
LICENSE="MIT CC-BY-3.0"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~arm64-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~arm64-macos ~x64-macos ~x64-solaris"
IUSE="+oniguruma static-libs test"
ONIGURUMA_MINPV='>=dev-libs/oniguruma-6.9.3' # Keep this in sync with bundled modules/oniguruma/
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/
@ 2024-04-18 5:34 Michał Górny
0 siblings, 0 replies; 52+ messages in thread
From: Michał Górny @ 2024-04-18 5:34 UTC (permalink / raw
To: gentoo-commits
commit: 8d64b3da3e2b4f45b6d9d41e68dd6013d1d5a14c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 18 05:31:55 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 18 05:31:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d64b3da
app-misc/jq: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-misc/jq/Manifest | 1 -
app-misc/jq/jq-1.7.ebuild | 84 -----------------------------------------------
2 files changed, 85 deletions(-)
diff --git a/app-misc/jq/Manifest b/app-misc/jq/Manifest
index 847492397362..cb0502875c76 100644
--- a/app-misc/jq/Manifest
+++ b/app-misc/jq/Manifest
@@ -1,2 +1 @@
DIST jq-1.7.1.gh.tar.gz 1323338 BLAKE2B 17e3b68e23f9a7f1aa8749ede6c0b8fe435990899886f0c96da36d130c17d13609ba7f910321316f0c3b35985360f8cb5e6a3b12caea5e9bc7792e128798f137 SHA512 af9c444e5306423182f467a53acdf45bb8aefa058a47f490ce16395f0aebfb7627e3843f65e96f41cd9d4b72b8ad274ab0bdb061abc6990b1158f86d2256d4ec
-DIST jq-1.7.gh.tar.gz 1267139 BLAKE2B b6a54f9beaabd7915d7a8f14cda9621573f1796af53fe1645561a7a199787a7e9b2b2df038208f23e63f339dec567851b70696ffb8194986250527333d36d44e SHA512 01676319fe98d5ab1e278430b2c58ec594191cc9485a20312d658c0e199ac7ea5f5e934817ce98da0864ec7e0a018aae9b87525260e8ab6a7bde918db483bd84
diff --git a/app-misc/jq/jq-1.7.ebuild b/app-misc/jq/jq-1.7.ebuild
deleted file mode 100644
index 81be3fadd8dc..000000000000
--- a/app-misc/jq/jq-1.7.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-MY_PV="${PV/_/}"
-MY_P="${PN}-${MY_PV}"
-DESCRIPTION="A lightweight and flexible command-line JSON processor"
-HOMEPAGE="https://stedolan.github.io/jq/"
-SRC_URI="https://github.com/jqlang/jq/archive/refs/tags/${MY_P}.tar.gz -> ${P}.gh.tar.gz"
-S="${WORKDIR}/${PN}-${MY_P}"
-
-LICENSE="MIT CC-BY-3.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~arm64-macos ~x64-macos ~x64-solaris"
-IUSE="+oniguruma static-libs test"
-
-ONIGURUMA_MINPV='>=dev-libs/oniguruma-6.9.3' # Keep this in sync with bundled modules/oniguruma/
-DEPEND="
- >=sys-devel/bison-3.0
- app-alternatives/lex
- oniguruma? ( ${ONIGURUMA_MINPV}:=[static-libs?] )
-"
-RDEPEND="
- !static-libs? (
- oniguruma? ( ${ONIGURUMA_MINPV}[static-libs?] )
- )
-"
-PATCHES=(
- "${FILESDIR}"/jq-1.6-r3-never-bundle-oniguruma.patch
- "${FILESDIR}"/jq-1.7-runpath.patch
-)
-
-RESTRICT="!test? ( test )"
-REQUIRED_USE="test? ( oniguruma )"
-
-src_prepare() {
- sed -e '/^dist_doc_DATA/d; s:-Wextra ::' -i Makefile.am || die
- printf "#!/bin/sh\\nprintf '%s'\\n\n" "${MY_PV}" > scripts/version || die
-
- # jq-1.6-r3-never-bundle-oniguruma makes sure we build with the system oniguruma,
- # but the bundled copy of oniguruma still gets eautoreconf'd since it
- # exists; save the cycles by nuking it.
- sed -e '/modules\/oniguruma/d' -i Makefile.am || die
- rm -rf "${S}"/modules/oniguruma || die
-
- default
-
- sed -i "s/\[jq_version\]/[${MY_PV}]/" configure.ac || die
-
- eautoreconf
-}
-
-src_configure() {
- local econfargs=(
- # don't try to rebuild docs
- --disable-docs
- --disable-valgrind
- --disable-maintainer-mode
- --enable-rpathhack
- $(use_enable static-libs static)
- $(use_with oniguruma oniguruma yes)
- )
- econf "${econfargs[@]}"
-}
-
-src_test() {
- if ! LD_LIBRARY_PATH="${S}/.libs" nonfatal emake check; then
- if [[ -r "${S}/test-suite.log" ]]; then
- eerror "Tests failed, outputting testsuite log"
- cat "${S}/test-suite.log"
- fi
- die "Tests failed"
- fi
-}
-
-src_install() {
- local DOCS=( AUTHORS NEWS.md README.md SECURITY.md )
- default
-
- use static-libs || { find "${D}" -name '*.la' -delete || die; }
-}
^ permalink raw reply related [flat|nested] 52+ messages in thread
end of thread, other threads:[~2024-04-18 5:34 UTC | newest]
Thread overview: 52+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-06 14:31 [gentoo-commits] repo/gentoo:master commit in: app-misc/jq/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-04-18 5:34 Michał Górny
2024-04-06 12:32 Arthur Zamarin
2024-04-06 12:32 Arthur Zamarin
2023-12-13 20:39 Patrick McLean
2023-10-06 17:05 Arthur Zamarin
2023-10-06 14:55 Sam James
2023-10-06 14:29 Sam James
2023-09-07 21:40 Patrick McLean
2023-08-30 1:57 Patrick McLean
2023-08-08 2:16 Patrick McLean
2023-06-22 11:14 Fabian Groffen
2023-06-22 8:31 Fabian Groffen
2023-02-28 18:30 Patrick McLean
2023-02-28 1:30 Sam James
2023-02-10 22:18 Patrick McLean
2022-08-25 7:07 WANG Xuerui
2021-08-23 22:59 Marek Szuba
2021-04-18 2:58 Sam James
2021-03-04 0:23 Sam James
2021-02-05 12:31 Sam James
2021-02-04 18:21 Patrick McLean
2020-03-17 18:13 Patrick McLean
2019-11-19 15:40 Agostino Sarubbo
2019-11-19 2:06 Patrick McLean
2019-11-19 1:46 Patrick McLean
2019-11-19 1:34 Patrick McLean
2019-11-19 1:28 Patrick McLean
2019-11-17 5:08 Tim Harder
2019-09-28 2:59 Tim Harder
2019-04-17 18:07 Aaron Bauman
2019-04-13 4:14 Robin H. Johnson
2019-04-13 4:07 Robin H. Johnson
2018-12-05 23:54 Patrick McLean
2018-10-16 9:18 Tobias Klausmann
2017-09-23 10:29 Tim Harder
2017-09-23 10:27 Tim Harder
2017-09-23 10:25 Tim Harder
2017-09-17 11:42 Sergei Trofimovich
2017-09-17 11:14 Sergei Trofimovich
2017-08-17 19:12 Tim Harder
2017-08-17 19:12 Tim Harder
2017-07-21 17:54 Thomas Deutschmann
2017-07-11 19:56 Sergei Trofimovich
2017-07-10 9:32 Sergei Trofimovich
2017-07-10 7:08 Sergei Trofimovich
2017-06-29 8:24 Fabian Groffen
2016-08-08 15:30 Tim Harder
2016-02-01 22:53 Patrick McLean
2016-02-01 22:53 Patrick McLean
2016-01-09 1:14 Patrick McLean
2015-12-22 13:51 Fabian Groffen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox