public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/
@ 2015-10-11  7:05 Justin Lecher
  0 siblings, 0 replies; 25+ messages in thread
From: Justin Lecher @ 2015-10-11  7:05 UTC (permalink / raw
  To: gentoo-commits

commit:     04e742dbfebd60d639ee9eaaa5034d001e6174ce
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 17:04:36 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 07:05:16 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e742db

net-libs/czmq: Fix file collision with dev-lnag/mono

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=562744

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 net-libs/czmq/czmq-3.0.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-libs/czmq/czmq-3.0.2.ebuild b/net-libs/czmq/czmq-3.0.2.ebuild
index c69664d..b0d1819 100644
--- a/net-libs/czmq/czmq-3.0.2.ebuild
+++ b/net-libs/czmq/czmq-3.0.2.ebuild
@@ -45,6 +45,7 @@ src_test() {
 src_install() {
 	autotools-utils_src_install
 	mv "${ED}"/usr/bin/makecert{,-czmq} || die
+	mv "${ED}"/usr/share/man/man1/makecert{,-cmzq}.1 || die
 }
 
 pkg_postinst() {


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/
@ 2016-01-28 10:44 Justin Lecher
  0 siblings, 0 replies; 25+ messages in thread
From: Justin Lecher @ 2016-01-28 10:44 UTC (permalink / raw
  To: gentoo-commits

commit:     1f67abae389ea963151bc15e727d5a5055321155
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 28 10:40:35 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jan 28 10:44:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f67abae

net-libs/czmq: Fix creation of manpages

fix underlinking detected by ld.gold

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=572862

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 net-libs/czmq/czmq-3.0.2.ebuild | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/net-libs/czmq/czmq-3.0.2.ebuild b/net-libs/czmq/czmq-3.0.2.ebuild
index b0d1819..7a85625 100644
--- a/net-libs/czmq/czmq-3.0.2.ebuild
+++ b/net-libs/czmq/czmq-3.0.2.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 @@ AUTOTOOLS_AUTORECONF=true
 
 inherit autotools-utils
 
-DESCRIPTION=" High-level C Binding for ZeroMQ"
+DESCRIPTION="High-level C Binding for ZeroMQ"
 HOMEPAGE="http://czmq.zeromq.org"
 SRC_URI="http://download.zeromq.org/${P}.tar.gz"
 
@@ -22,10 +22,9 @@ RDEPEND="
 	net-libs/zeromq
 "
 DEPEND="${RDEPEND}
-	doc? (
-		app-text/asciidoc
-		app-text/xmlto
-	)"
+	app-text/asciidoc
+	app-text/xmlto
+"
 
 DOCS=( NEWS AUTHORS )
 
@@ -35,6 +34,11 @@ RESTRICT=test
 src_prepare() {
 	use test && AUTOTOOLS_IN_SOURCE_BUILD=1
 	sed -i -e 's|-Werror||g' configure.ac || die
+
+	cat >> src/Makemodule-local.am <<-EOF
+	src_libczmq_la_LDFLAGS += -pthread
+	EOF
+
 	autotools-utils_src_prepare
 }
 


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/
@ 2016-05-24 20:07 Markus Meier
  0 siblings, 0 replies; 25+ messages in thread
From: Markus Meier @ 2016-05-24 20:07 UTC (permalink / raw
  To: gentoo-commits

commit:     57749f4fdb8f3dfdd6cc58e54b849dcddb1a4a42
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 20:06:47 2016 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Tue May 24 20:06:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57749f4f

net-libs/czmq: arm stable, bug #577024

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 net-libs/czmq/czmq-3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/czmq/czmq-3.0.2.ebuild b/net-libs/czmq/czmq-3.0.2.ebuild
index 7a85625..255da6a 100644
--- a/net-libs/czmq/czmq-3.0.2.ebuild
+++ b/net-libs/czmq/czmq-3.0.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://download.zeromq.org/${P}.tar.gz"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~x86"
+KEYWORDS="~amd64 arm ~hppa ~x86"
 IUSE="doc static-libs test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/
@ 2016-09-29 14:33 Jeroen Roovers
  0 siblings, 0 replies; 25+ messages in thread
From: Jeroen Roovers @ 2016-09-29 14:33 UTC (permalink / raw
  To: gentoo-commits

commit:     0aec6514b0c6b9b7f573b14f0e444e9b814ae89e
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 29 14:32:08 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Sep 29 14:32:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aec6514

net-libs/czmq: Stable for HPPA (bug #577024).

Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches

 net-libs/czmq/czmq-3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/czmq/czmq-3.0.2.ebuild b/net-libs/czmq/czmq-3.0.2.ebuild
index 4f86035..1130a99 100644
--- a/net-libs/czmq/czmq-3.0.2.ebuild
+++ b/net-libs/czmq/czmq-3.0.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://download.zeromq.org/${P}.tar.gz"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 arm ~hppa ~x86"
+KEYWORDS="amd64 arm hppa ~x86"
 IUSE="doc static-libs test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/
@ 2016-11-27 21:08 Thomas Deutschmann
  0 siblings, 0 replies; 25+ messages in thread
From: Thomas Deutschmann @ 2016-11-27 21:08 UTC (permalink / raw
  To: gentoo-commits

commit:     203b1b0d810568fd7cd9833b717973e0ad05e5b2
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 20:04:59 2016 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 21:08:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=203b1b0d

net-libs/czmq: x86 stable, bug #577024

Package-Manager: portage-2.3.2

 net-libs/czmq/czmq-3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/czmq/czmq-3.0.2.ebuild b/net-libs/czmq/czmq-3.0.2.ebuild
index 1130a99..c8582ef 100644
--- a/net-libs/czmq/czmq-3.0.2.ebuild
+++ b/net-libs/czmq/czmq-3.0.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://download.zeromq.org/${P}.tar.gz"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 arm hppa ~x86"
+KEYWORDS="amd64 arm hppa x86"
 IUSE="doc static-libs test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/
@ 2017-06-19  9:54 Alexis Ballier
  0 siblings, 0 replies; 25+ messages in thread
From: Alexis Ballier @ 2017-06-19  9:54 UTC (permalink / raw
  To: gentoo-commits

commit:     7b55297e409bfce34a443f2171085d6d7e24c4db
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 09:40:42 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 09:40:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b55297e

net-libs/czmq: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-libs/czmq/czmq-3.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/czmq/czmq-3.0.2.ebuild b/net-libs/czmq/czmq-3.0.2.ebuild
index 365f71a0cea..3bbe065064f 100644
--- a/net-libs/czmq/czmq-3.0.2.ebuild
+++ b/net-libs/czmq/czmq-3.0.2.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=5
@@ -13,7 +13,7 @@ SRC_URI="http://download.zeromq.org/${P}.tar.gz"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 arm hppa x86"
+KEYWORDS="amd64 arm ~arm64 hppa x86"
 IUSE="doc static-libs test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/
@ 2020-05-08 22:49 Thomas Deutschmann
  0 siblings, 0 replies; 25+ messages in thread
From: Thomas Deutschmann @ 2020-05-08 22:49 UTC (permalink / raw
  To: gentoo-commits

commit:     43e62ad547e03feb69168ac971c6424ca5b2ae2e
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri May  8 22:26:04 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri May  8 22:48:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43e62ad5

net-libs/czmq: rev bump to export subslot

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 net-libs/czmq/{czmq-3.0.2.ebuild => czmq-3.0.2-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/czmq/czmq-3.0.2.ebuild b/net-libs/czmq/czmq-3.0.2-r1.ebuild
similarity index 95%
rename from net-libs/czmq/czmq-3.0.2.ebuild
rename to net-libs/czmq/czmq-3.0.2-r1.ebuild
index 3bbe065064f..93acefb0a6b 100644
--- a/net-libs/czmq/czmq-3.0.2.ebuild
+++ b/net-libs/czmq/czmq-3.0.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,7 +12,7 @@ HOMEPAGE="http://czmq.zeromq.org"
 SRC_URI="http://download.zeromq.org/${P}.tar.gz"
 
 LICENSE="LGPL-3"
-SLOT="0"
+SLOT="0/3"
 KEYWORDS="amd64 arm ~arm64 hppa x86"
 IUSE="doc static-libs test"
 


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/
@ 2020-05-08 22:49 Thomas Deutschmann
  0 siblings, 0 replies; 25+ messages in thread
From: Thomas Deutschmann @ 2020-05-08 22:49 UTC (permalink / raw
  To: gentoo-commits

commit:     5afce7b17163b47ff8fb4df89c9f93aa3ef94a08
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri May  8 22:24:50 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri May  8 22:48:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5afce7b1

net-libs/czmq: bump to v4.2.0

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 net-libs/czmq/Manifest          |  1 +
 net-libs/czmq/czmq-4.2.0.ebuild | 52 +++++++++++++++++++++++++++++++++++++++++
 net-libs/czmq/metadata.xml      | 18 ++++++++++----
 3 files changed, 67 insertions(+), 4 deletions(-)

diff --git a/net-libs/czmq/Manifest b/net-libs/czmq/Manifest
index cffa7457c16..591483441d8 100644
--- a/net-libs/czmq/Manifest
+++ b/net-libs/czmq/Manifest
@@ -1,2 +1,3 @@
 DIST czmq-2.2.0.tar.gz 592293 BLAKE2B 72318a3c57960a463adae8838f3a51fc8319451773dfa84a401d664604c056b02f387ae6c2a598253e6bcc4dc19e72ca41de4252a6c853e1d3a6f9ade9617138 SHA512 51825e8a62a53cb3ac5fcf95b217e7dceb1745d31e243679e3c6ad0c7cce26e5844119bd054312e3764f0299df7e26bf9373a68cb1e7afc675966aa616a90ab6
 DIST czmq-3.0.2.tar.gz 818110 BLAKE2B da6da496f50374cdd7daf7978529baa1e1d3fbe51a4e57e753362a3dd67bdd94324b97f133bbb4eaa397f76c102a411a2aedc6d22deae499191da60a101fdf2e SHA512 ed2b97eb9b20ee8e491ba4c100920af0a54d146cb01c227fdef66939cdf4747c779d950df52e68782c68cfce1d4579b4870b005a8c58a32b477de2414b8b6453
+DIST czmq-4.2.0.tar.gz 1522824 BLAKE2B 2b2ec308f37a122d5478f63ed029c5ac01d8da40e676e812ec321e039839c7d364fef3eef67df928e6514f0fd2cd65ae35ba89347ead2b44c610812a012364dd SHA512 a3716efbece193196355fb7055b7e81067d29551765de2533178804ca5d85f98cd8cd01f88b4eecbea905adf3b7513e3b8a7e78e350adf1a6e69edbea5f6260c

diff --git a/net-libs/czmq/czmq-4.2.0.ebuild b/net-libs/czmq/czmq-4.2.0.ebuild
new file mode 100644
index 00000000000..77ee24c0d32
--- /dev/null
+++ b/net-libs/czmq/czmq-4.2.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit autotools
+
+DESCRIPTION="High-level C Binding for ZeroMQ"
+HOMEPAGE="http://czmq.zeromq.org"
+SRC_URI="https://github.com/zeromq/${PN}/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0/4"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
+IUSE="curl drafts http-client http-server lz4 static-libs systemd +uuid"
+
+BDEPEND="app-text/asciidoc
+	app-text/xmlto
+	virtual/pkgconfig"
+
+RDEPEND=">=net-libs/zeromq-4:=[drafts?]
+	http-client? ( net-misc/curl )
+	http-server? ( net-libs/libmicrohttpd:= )
+	lz4? ( app-arch/lz4:= )
+	systemd? ( sys-apps/systemd )
+	uuid? ( sys-apps/util-linux:0= )"
+
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS NEWS README.md )
+
+src_configure() {
+	local myeconfargs=(
+		--enable-drafts=$(usex drafts)
+		--with-docs=no
+		--with-uuid=$(usex uuid)
+		--with-libcurl=$(usex http-client)
+		--with-libmicrohttpd=$(usex http-server)
+		--with-libsystemd=$(usex systemd)
+		--with-liblz4=$(usex lz4)
+	)
+
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+
+	if ! use static-libs ; then
+		find "${ED}" -type f \( -name "*.a" -o -name "*.la" \) -delete || die
+	fi
+}

diff --git a/net-libs/czmq/metadata.xml b/net-libs/czmq/metadata.xml
index 7c5a822d239..b25aa418bfb 100644
--- a/net-libs/czmq/metadata.xml
+++ b/net-libs/czmq/metadata.xml
@@ -1,8 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>jlec@gentoo.org</email>
-    <name>Justin Lecher</name>
-  </maintainer>
+	<maintainer type="person">
+		<email>jlec@gentoo.org</email>
+		<name>Justin Lecher</name>
+	</maintainer>
+	<use>
+		<flag name="drafts">
+			Build draft API, which may change at any time without any
+			notice, and is therefore not recommended for normal use.
+			(requires draft support in <pkg>net-libs/zeromq</pkg> as well)
+		</flag>
+		<flag name="http-client">Build support for HTTP client using <pkg>net-misc/curl</pkg></flag>
+		<flag name="http-server">Build support for HTTP server using <pkg>net-libs/libmicrohttpd</pkg></flag>
+		<flag name="uuid">Enable UUID support using <pkg>sys-apps/util-linux</pkg></flag>
+	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/
@ 2020-06-20 10:13 Thomas Deutschmann
  0 siblings, 0 replies; 25+ messages in thread
From: Thomas Deutschmann @ 2020-06-20 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     407299c4f43bd04a6ebe197cd6eaf28159e42f52
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 20 10:12:49 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Jun 20 10:12:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=407299c4

net-libs/czmq: x86 stable (bug #728692)

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 net-libs/czmq/czmq-4.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/czmq/czmq-4.2.0.ebuild b/net-libs/czmq/czmq-4.2.0.ebuild
index 77ee24c0d32..7eeb2813453 100644
--- a/net-libs/czmq/czmq-4.2.0.ebuild
+++ b/net-libs/czmq/czmq-4.2.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/zeromq/${PN}/releases/download/v${PV}/${P}.tar.gz"
 
 LICENSE="MPL-2.0"
 SLOT="0/4"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa x86"
 IUSE="curl drafts http-client http-server lz4 static-libs systemd +uuid"
 
 BDEPEND="app-text/asciidoc


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/
@ 2020-07-02 17:05 Sergei Trofimovich
  0 siblings, 0 replies; 25+ messages in thread
From: Sergei Trofimovich @ 2020-07-02 17:05 UTC (permalink / raw
  To: gentoo-commits

commit:     a7662c49df853cd44a017197a95d6f88b40a1aab
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Thu Jul  2 08:39:52 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Jul  2 17:05:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7662c49

net-libs/czmq: stable 4.2.0 for hppa, bug #728692

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 net-libs/czmq/czmq-4.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/czmq/czmq-4.2.0.ebuild b/net-libs/czmq/czmq-4.2.0.ebuild
index 7eeb2813453..7c773f64fef 100644
--- a/net-libs/czmq/czmq-4.2.0.ebuild
+++ b/net-libs/czmq/czmq-4.2.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/zeromq/${PN}/releases/download/v${PV}/${P}.tar.gz"
 
 LICENSE="MPL-2.0"
 SLOT="0/4"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa x86"
+KEYWORDS="~amd64 ~arm ~arm64 hppa x86"
 IUSE="curl drafts http-client http-server lz4 static-libs systemd +uuid"
 
 BDEPEND="app-text/asciidoc


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/
@ 2020-07-23 13:49 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2020-07-23 13:49 UTC (permalink / raw
  To: gentoo-commits

commit:     41c437437f1d876251f6072fe2d74e86167995b7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 23 13:49:34 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 23 13:49:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c43743

net-libs/czmq: amd64 stable (bug #728692)

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/czmq/czmq-4.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/czmq/czmq-4.2.0.ebuild b/net-libs/czmq/czmq-4.2.0.ebuild
index c3107755c3e..9ae6087d185 100644
--- a/net-libs/czmq/czmq-4.2.0.ebuild
+++ b/net-libs/czmq/czmq-4.2.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/zeromq/${PN}/releases/download/v${PV}/${P}.tar.gz"
 
 LICENSE="MPL-2.0"
 SLOT="0/4"
-KEYWORDS="~amd64 arm ~arm64 hppa x86"
+KEYWORDS="amd64 arm ~arm64 hppa x86"
 IUSE="curl drafts http-client http-server lz4 static-libs systemd +uuid"
 
 BDEPEND="app-text/asciidoc


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/
@ 2020-11-26 13:26 Thomas Deutschmann
  0 siblings, 0 replies; 25+ messages in thread
From: Thomas Deutschmann @ 2020-11-26 13:26 UTC (permalink / raw
  To: gentoo-commits

commit:     ac99311725790800ead374c1a1cf65c2b9f71968
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 26 00:43:14 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Nov 26 13:26:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac993117

net-libs/czmq: cleanup old

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/18034
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 net-libs/czmq/Manifest             |  2 --
 net-libs/czmq/czmq-2.2.0-r2.ebuild | 45 ------------------------------
 net-libs/czmq/czmq-3.0.2-r1.ebuild | 56 --------------------------------------
 3 files changed, 103 deletions(-)

diff --git a/net-libs/czmq/Manifest b/net-libs/czmq/Manifest
index 591483441d8..7750e2635c9 100644
--- a/net-libs/czmq/Manifest
+++ b/net-libs/czmq/Manifest
@@ -1,3 +1 @@
-DIST czmq-2.2.0.tar.gz 592293 BLAKE2B 72318a3c57960a463adae8838f3a51fc8319451773dfa84a401d664604c056b02f387ae6c2a598253e6bcc4dc19e72ca41de4252a6c853e1d3a6f9ade9617138 SHA512 51825e8a62a53cb3ac5fcf95b217e7dceb1745d31e243679e3c6ad0c7cce26e5844119bd054312e3764f0299df7e26bf9373a68cb1e7afc675966aa616a90ab6
-DIST czmq-3.0.2.tar.gz 818110 BLAKE2B da6da496f50374cdd7daf7978529baa1e1d3fbe51a4e57e753362a3dd67bdd94324b97f133bbb4eaa397f76c102a411a2aedc6d22deae499191da60a101fdf2e SHA512 ed2b97eb9b20ee8e491ba4c100920af0a54d146cb01c227fdef66939cdf4747c779d950df52e68782c68cfce1d4579b4870b005a8c58a32b477de2414b8b6453
 DIST czmq-4.2.0.tar.gz 1522824 BLAKE2B 2b2ec308f37a122d5478f63ed029c5ac01d8da40e676e812ec321e039839c7d364fef3eef67df928e6514f0fd2cd65ae35ba89347ead2b44c610812a012364dd SHA512 a3716efbece193196355fb7055b7e81067d29551765de2533178804ca5d85f98cd8cd01f88b4eecbea905adf3b7513e3b8a7e78e350adf1a6e69edbea5f6260c

diff --git a/net-libs/czmq/czmq-2.2.0-r2.ebuild b/net-libs/czmq/czmq-2.2.0-r2.ebuild
deleted file mode 100644
index b3e2ccc2e54..00000000000
--- a/net-libs/czmq/czmq-2.2.0-r2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils
-
-DESCRIPTION=" High-level C Binding for ZeroMQ"
-HOMEPAGE="http://czmq.zeromq.org"
-SRC_URI="http://download.zeromq.org/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 arm hppa x86"
-IUSE="doc static-libs"
-
-RDEPEND="
-	dev-libs/libsodium:=
-	sys-apps/util-linux
-	>=net-libs/zeromq-2.1
-	<net-libs/zeromq-4
-"
-DEPEND="${RDEPEND}
-	doc? (
-		app-text/asciidoc
-		app-text/xmlto
-	)"
-
-DOCS=( NEWS AUTHORS )
-
-src_prepare() {
-	sed -i -e 's|-Werror||g' configure.ac || die
-	autotools-utils_src_prepare
-}
-
-src_install() {
-	autotools-utils_src_install
-	mv "${ED}"/usr/bin/makecert{,-czmq} || die
-}
-
-pkg_postinst() {
-	elog "Due to file collisions we moved the makecert tool to makecert-${PN}."
-}

diff --git a/net-libs/czmq/czmq-3.0.2-r1.ebuild b/net-libs/czmq/czmq-3.0.2-r1.ebuild
deleted file mode 100644
index 93acefb0a6b..00000000000
--- a/net-libs/czmq/czmq-3.0.2-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils
-
-DESCRIPTION="High-level C Binding for ZeroMQ"
-HOMEPAGE="http://czmq.zeromq.org"
-SRC_URI="http://download.zeromq.org/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0/3"
-KEYWORDS="amd64 arm ~arm64 hppa x86"
-IUSE="doc static-libs test"
-
-RDEPEND="
-	sys-apps/util-linux
-	net-libs/zeromq
-"
-DEPEND="${RDEPEND}
-	app-text/asciidoc
-	app-text/xmlto
-"
-
-DOCS=( NEWS AUTHORS )
-
-# Network access
-RESTRICT=test
-
-src_prepare() {
-	use test && AUTOTOOLS_IN_SOURCE_BUILD=1
-	sed -i -e 's|-Werror||g' configure.ac || die
-
-	cat >> src/Makemodule-local.am <<-EOF
-	src_libczmq_la_LDFLAGS += -pthread
-	EOF
-
-	autotools-utils_src_prepare
-}
-
-src_test() {
-	autotools-utils_src_test check-verbose VERBOSE=1
-}
-
-src_install() {
-	autotools-utils_src_install
-	mv "${ED}"/usr/bin/makecert{,-czmq} || die
-	mv "${ED}"/usr/share/man/man1/makecert{,-cmzq}.1 || die
-}
-
-pkg_postinst() {
-	elog "Due to file collisions we moved the makecert tool to makecert-${PN}."
-}


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/
@ 2021-04-03 19:53 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-04-03 19:53 UTC (permalink / raw
  To: gentoo-commits

commit:     f28843f40811874a77bc05bfdff24dadd12ac727
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  3 19:45:09 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  3 19:53:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f28843f4

net-libs/czmq: autotools--

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/czmq/czmq-4.2.0.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/net-libs/czmq/czmq-4.2.0.ebuild b/net-libs/czmq/czmq-4.2.0.ebuild
index 2eb22f2b402..ddf995f5914 100644
--- a/net-libs/czmq/czmq-4.2.0.ebuild
+++ b/net-libs/czmq/czmq-4.2.0.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 
-inherit autotools
-
 DESCRIPTION="High-level C Binding for ZeroMQ"
 HOMEPAGE="http://czmq.zeromq.org"
 SRC_URI="https://github.com/zeromq/${PN}/releases/download/v${PV}/${P}.tar.gz"


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/
@ 2021-05-16  0:03 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-05-16  0:03 UTC (permalink / raw
  To: gentoo-commits

commit:     bd7e850b0db1df82c80a02b0329f67cb64c446cd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 16 00:02:37 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 16 00:02:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd7e850b

net-libs/czmq: Stabilize 4.2.0 arm64, #768675

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/czmq/czmq-4.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/czmq/czmq-4.2.0.ebuild b/net-libs/czmq/czmq-4.2.0.ebuild
index ddf995f5914..678a10dbc55 100644
--- a/net-libs/czmq/czmq-4.2.0.ebuild
+++ b/net-libs/czmq/czmq-4.2.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/zeromq/${PN}/releases/download/v${PV}/${P}.tar.gz"
 
 LICENSE="MPL-2.0"
 SLOT="0/4"
-KEYWORDS="amd64 arm ~arm64 ~hppa x86"
+KEYWORDS="amd64 arm arm64 ~hppa x86"
 IUSE="curl drafts http-client http-server lz4 static-libs systemd +uuid"
 
 BDEPEND="app-text/asciidoc


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/
@ 2021-10-15 10:22 Joonas Niilola
  0 siblings, 0 replies; 25+ messages in thread
From: Joonas Niilola @ 2021-10-15 10:22 UTC (permalink / raw
  To: gentoo-commits

commit:     5d343fa737d419a3b205a870a5861acf3efa37de
Author:     Jouni Kosonen <jouni.kosonen <AT> tukesoft <DOT> com>
AuthorDate: Wed Sep 29 00:32:15 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Oct 15 10:22:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d343fa7

net-libs/czmq: bump to v4.2.1

- Put new automagic dev-libs/nss support behind USE=nss
- Fix failing test in bug #756844

Closes: https://bugs.gentoo.org/756844
Signed-off-by: Jouni Kosonen <jouni.kosonen <AT> tukesoft.com>
Closes: https://github.com/gentoo/gentoo/pull/22438
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-libs/czmq/Manifest          |  1 +
 net-libs/czmq/czmq-4.2.1.ebuild | 52 +++++++++++++++++++++++++++++++++++++++++
 net-libs/czmq/metadata.xml      |  1 +
 3 files changed, 54 insertions(+)

diff --git a/net-libs/czmq/Manifest b/net-libs/czmq/Manifest
index 7750e2635c9..8e879cecd35 100644
--- a/net-libs/czmq/Manifest
+++ b/net-libs/czmq/Manifest
@@ -1 +1,2 @@
 DIST czmq-4.2.0.tar.gz 1522824 BLAKE2B 2b2ec308f37a122d5478f63ed029c5ac01d8da40e676e812ec321e039839c7d364fef3eef67df928e6514f0fd2cd65ae35ba89347ead2b44c610812a012364dd SHA512 a3716efbece193196355fb7055b7e81067d29551765de2533178804ca5d85f98cd8cd01f88b4eecbea905adf3b7513e3b8a7e78e350adf1a6e69edbea5f6260c
+DIST czmq-4.2.1.tar.gz 1617066 BLAKE2B 5b635ccd7e85f05cd4f81f1ddaef80f7478feccfb916b1a7317f539354d0a4dabb7bf14a9dbee4dae3f6fbfcaf402c51ee9ba9810d952fc837c03c14304d4dab SHA512 776c524ffeba3dbe2534351f91623a6f9db31268aa2e794e29b7eca99c9fd0a726de0f7fba4376a5b3d7321b1033314e86644efaa5a9c7226fc1f06805f7aa9f

diff --git a/net-libs/czmq/czmq-4.2.1.ebuild b/net-libs/czmq/czmq-4.2.1.ebuild
new file mode 100644
index 00000000000..f678661d912
--- /dev/null
+++ b/net-libs/czmq/czmq-4.2.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+DESCRIPTION="High-level C Binding for ZeroMQ"
+HOMEPAGE="http://czmq.zeromq.org"
+SRC_URI="https://github.com/zeromq/${PN}/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0/4"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
+IUSE="curl drafts http-client http-server lz4 nss static-libs systemd +uuid"
+
+BDEPEND="app-text/asciidoc
+	app-text/xmlto
+	virtual/pkgconfig"
+
+RDEPEND=">=net-libs/zeromq-4:=[drafts?]
+	http-client? ( net-misc/curl )
+	http-server? ( net-libs/libmicrohttpd:= )
+	lz4? ( app-arch/lz4:= )
+	nss? ( dev-libs/nss:= )
+	systemd? ( sys-apps/systemd )
+	uuid? ( sys-apps/util-linux:0= )"
+
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS NEWS README.md )
+
+src_configure() {
+	local myeconfargs=(
+		--enable-drafts=$(usex drafts)
+		--with-docs=no
+		--with-uuid=$(usex uuid)
+		--with-libcurl=$(usex http-client)
+		--with-libmicrohttpd=$(usex http-server)
+		--with-libsystemd=$(usex systemd)
+		--with-liblz4=$(usex lz4)
+		--with-nss=$(usex nss)
+	)
+
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+
+	if ! use static-libs ; then
+		find "${ED}" -type f \( -name "*.a" -o -name "*.la" \) -delete || die
+	fi
+}

diff --git a/net-libs/czmq/metadata.xml b/net-libs/czmq/metadata.xml
index 25a5bec4901..bbd0bd05fd8 100644
--- a/net-libs/czmq/metadata.xml
+++ b/net-libs/czmq/metadata.xml
@@ -10,6 +10,7 @@
 		</flag>
 		<flag name="http-client">Build support for HTTP client using <pkg>net-misc/curl</pkg></flag>
 		<flag name="http-server">Build support for HTTP server using <pkg>net-libs/libmicrohttpd</pkg></flag>
+		<flag name="nss">Use <pkg>dev-libs/nss</pkg> for SHA instead of an internal implementation</flag>
 		<flag name="uuid">Enable UUID support using <pkg>sys-apps/util-linux</pkg></flag>
 	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/
@ 2021-10-15 10:22 Joonas Niilola
  0 siblings, 0 replies; 25+ messages in thread
From: Joonas Niilola @ 2021-10-15 10:22 UTC (permalink / raw
  To: gentoo-commits

commit:     1c4168493ca6cf243985a6f4efebc5986438295c
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 15 10:02:12 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Oct 15 10:22:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c416849

net-libs/czmq: update EAPI 7 -> 8, add missing dep for 4.2.1

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-libs/czmq/czmq-4.2.1.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/net-libs/czmq/czmq-4.2.1.ebuild b/net-libs/czmq/czmq-4.2.1.ebuild
index f678661d912..4811dcd20d2 100644
--- a/net-libs/czmq/czmq-4.2.1.ebuild
+++ b/net-libs/czmq/czmq-4.2.1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI="8"
 
 DESCRIPTION="High-level C Binding for ZeroMQ"
 HOMEPAGE="http://czmq.zeromq.org"
@@ -20,9 +20,12 @@ RDEPEND=">=net-libs/zeromq-4:=[drafts?]
 	http-client? ( net-misc/curl )
 	http-server? ( net-libs/libmicrohttpd:= )
 	lz4? ( app-arch/lz4:= )
-	nss? ( dev-libs/nss:= )
+	nss? (
+		dev-libs/nspr
+		dev-libs/nss
+	)
 	systemd? ( sys-apps/systemd )
-	uuid? ( sys-apps/util-linux:0= )"
+	uuid? ( sys-apps/util-linux:0 )"
 
 DEPEND="${RDEPEND}"
 


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/
@ 2021-12-06 11:27 Agostino Sarubbo
  0 siblings, 0 replies; 25+ messages in thread
From: Agostino Sarubbo @ 2021-12-06 11:27 UTC (permalink / raw
  To: gentoo-commits

commit:     f6631c508a3167f424271775224f163a2fb3b98e
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  6 11:26:25 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Dec  6 11:26:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6631c50

net-libs/czmq: amd64 stable wrt bug #828304

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-libs/czmq/czmq-4.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/czmq/czmq-4.2.1.ebuild b/net-libs/czmq/czmq-4.2.1.ebuild
index 4811dcd20d22..ef81c7697465 100644
--- a/net-libs/czmq/czmq-4.2.1.ebuild
+++ b/net-libs/czmq/czmq-4.2.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/zeromq/${PN}/releases/download/v${PV}/${P}.tar.gz"
 
 LICENSE="MPL-2.0"
 SLOT="0/4"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~x86"
 IUSE="curl drafts http-client http-server lz4 nss static-libs systemd +uuid"
 
 BDEPEND="app-text/asciidoc


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/
@ 2021-12-06 15:20 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-12-06 15:20 UTC (permalink / raw
  To: gentoo-commits

commit:     71b7818b6488067fbde1fa905762d511cf9e6a16
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  6 15:18:23 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec  6 15:18:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71b7818b

net-libs/czmq: Stabilize 4.2.1 arm64, #828304

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/czmq/czmq-4.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/czmq/czmq-4.2.1.ebuild b/net-libs/czmq/czmq-4.2.1.ebuild
index ef81c7697465..e21801d13d40 100644
--- a/net-libs/czmq/czmq-4.2.1.ebuild
+++ b/net-libs/czmq/czmq-4.2.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/zeromq/${PN}/releases/download/v${PV}/${P}.tar.gz"
 
 LICENSE="MPL-2.0"
 SLOT="0/4"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~x86"
 IUSE="curl drafts http-client http-server lz4 nss static-libs systemd +uuid"
 
 BDEPEND="app-text/asciidoc


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/
@ 2021-12-06 15:23 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-12-06 15:23 UTC (permalink / raw
  To: gentoo-commits

commit:     0a8e1cb063337fb27d3d0d7b3fddd9ac7b23fd89
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  6 15:21:12 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec  6 15:21:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a8e1cb0

net-libs/czmq: Stabilize 4.2.1 arm, #828304

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/czmq/czmq-4.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/czmq/czmq-4.2.1.ebuild b/net-libs/czmq/czmq-4.2.1.ebuild
index e21801d13d40..6782bc6eb834 100644
--- a/net-libs/czmq/czmq-4.2.1.ebuild
+++ b/net-libs/czmq/czmq-4.2.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/zeromq/${PN}/releases/download/v${PV}/${P}.tar.gz"
 
 LICENSE="MPL-2.0"
 SLOT="0/4"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~x86"
 IUSE="curl drafts http-client http-server lz4 nss static-libs systemd +uuid"
 
 BDEPEND="app-text/asciidoc


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/
@ 2021-12-07  6:26 Agostino Sarubbo
  0 siblings, 0 replies; 25+ messages in thread
From: Agostino Sarubbo @ 2021-12-07  6:26 UTC (permalink / raw
  To: gentoo-commits

commit:     a45add1c7c906fdabf0ba1c40c02e4e65659b364
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  7 06:23:18 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Dec  7 06:23:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a45add1c

net-libs/czmq: x86 stable wrt bug #828304

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-libs/czmq/czmq-4.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/czmq/czmq-4.2.1.ebuild b/net-libs/czmq/czmq-4.2.1.ebuild
index 6782bc6eb834..64690fe52ffc 100644
--- a/net-libs/czmq/czmq-4.2.1.ebuild
+++ b/net-libs/czmq/czmq-4.2.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/zeromq/${PN}/releases/download/v${PV}/${P}.tar.gz"
 
 LICENSE="MPL-2.0"
 SLOT="0/4"
-KEYWORDS="amd64 arm arm64 ~hppa ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa x86"
 IUSE="curl drafts http-client http-server lz4 nss static-libs systemd +uuid"
 
 BDEPEND="app-text/asciidoc


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/
@ 2022-08-05  9:31 Arthur Zamarin
  0 siblings, 0 replies; 25+ messages in thread
From: Arthur Zamarin @ 2022-08-05  9:31 UTC (permalink / raw
  To: gentoo-commits

commit:     f1ca71e963ba53ef9e54d7399359fd997e416e23
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  5 09:31:43 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug  5 09:31:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1ca71e9

net-libs/czmq: Keyword 4.2.1 ia64, #855443

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-libs/czmq/czmq-4.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/czmq/czmq-4.2.1.ebuild b/net-libs/czmq/czmq-4.2.1.ebuild
index 64690fe52ffc..e3939255fdf2 100644
--- a/net-libs/czmq/czmq-4.2.1.ebuild
+++ b/net-libs/czmq/czmq-4.2.1.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="8"
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/zeromq/${PN}/releases/download/v${PV}/${P}.tar.gz"
 
 LICENSE="MPL-2.0"
 SLOT="0/4"
-KEYWORDS="amd64 arm arm64 ~hppa x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 x86"
 IUSE="curl drafts http-client http-server lz4 nss static-libs systemd +uuid"
 
 BDEPEND="app-text/asciidoc


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/
@ 2022-08-23 18:10 Arthur Zamarin
  0 siblings, 0 replies; 25+ messages in thread
From: Arthur Zamarin @ 2022-08-23 18:10 UTC (permalink / raw
  To: gentoo-commits

commit:     aa279f9c024e69203be0226a2ac0823e4586358a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 23 18:10:15 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 23 18:10:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa279f9c

net-libs/czmq: Keyword 4.2.1 ppc64, #866185

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-libs/czmq/czmq-4.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/czmq/czmq-4.2.1.ebuild b/net-libs/czmq/czmq-4.2.1.ebuild
index e3939255fdf2..64d6c69f5e27 100644
--- a/net-libs/czmq/czmq-4.2.1.ebuild
+++ b/net-libs/czmq/czmq-4.2.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/zeromq/${PN}/releases/download/v${PV}/${P}.tar.gz"
 
 LICENSE="MPL-2.0"
 SLOT="0/4"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc64 x86"
 IUSE="curl drafts http-client http-server lz4 nss static-libs systemd +uuid"
 
 BDEPEND="app-text/asciidoc


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/
@ 2022-08-28  5:55 Jakov Smolić
  0 siblings, 0 replies; 25+ messages in thread
From: Jakov Smolić @ 2022-08-28  5:55 UTC (permalink / raw
  To: gentoo-commits

commit:     02cd647842ed92c8963b05df2e6cb9ab36e067cf
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 05:56:14 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 05:56:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02cd6478

net-libs/czmq: Keyword 4.2.1 riscv, #867004

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-libs/czmq/czmq-4.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/czmq/czmq-4.2.1.ebuild b/net-libs/czmq/czmq-4.2.1.ebuild
index 64d6c69f5e27..6b42355ba222 100644
--- a/net-libs/czmq/czmq-4.2.1.ebuild
+++ b/net-libs/czmq/czmq-4.2.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/zeromq/${PN}/releases/download/v${PV}/${P}.tar.gz"
 
 LICENSE="MPL-2.0"
 SLOT="0/4"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc64 ~riscv x86"
 IUSE="curl drafts http-client http-server lz4 nss static-libs systemd +uuid"
 
 BDEPEND="app-text/asciidoc


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/
@ 2024-04-08  7:04 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2024-04-08  7:04 UTC (permalink / raw
  To: gentoo-commits

commit:     7901097290645dfe6daee81cda3732498f00fc6d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  8 06:58:13 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr  8 06:58:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79010972

net-libs/czmq: conditionally build tests

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/czmq/czmq-4.2.1.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-libs/czmq/czmq-4.2.1.ebuild b/net-libs/czmq/czmq-4.2.1.ebuild
index 6b42355ba222..0da2a9fa4f74 100644
--- a/net-libs/czmq/czmq-4.2.1.ebuild
+++ b/net-libs/czmq/czmq-4.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
@@ -10,7 +10,8 @@ SRC_URI="https://github.com/zeromq/${PN}/releases/download/v${PV}/${P}.tar.gz"
 LICENSE="MPL-2.0"
 SLOT="0/4"
 KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc64 ~riscv x86"
-IUSE="curl drafts http-client http-server lz4 nss static-libs systemd +uuid"
+IUSE="curl drafts http-client http-server lz4 nss static-libs systemd test +uuid"
+RESTRICT="!test? ( test )"
 
 BDEPEND="app-text/asciidoc
 	app-text/xmlto
@@ -41,6 +42,7 @@ src_configure() {
 		--with-libsystemd=$(usex systemd)
 		--with-liblz4=$(usex lz4)
 		--with-nss=$(usex nss)
+		$(use_enable test czmq_selftest)
 	)
 
 	econf "${myeconfargs[@]}"


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/
@ 2024-04-08  7:04 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2024-04-08  7:04 UTC (permalink / raw
  To: gentoo-commits

commit:     72319391c2f254aa05ddaef8ea03a275e765826d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  8 07:04:17 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr  8 07:04:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72319391

net-libs/czmq: force bash for now until upstream fixes land

One of the fixes is in an upstream project used for all their autotools bits.

Closes: https://bugs.gentoo.org/923922
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/czmq/czmq-4.2.1.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-libs/czmq/czmq-4.2.1.ebuild b/net-libs/czmq/czmq-4.2.1.ebuild
index 0da2a9fa4f74..0e76450ec3f8 100644
--- a/net-libs/czmq/czmq-4.2.1.ebuild
+++ b/net-libs/czmq/czmq-4.2.1.ebuild
@@ -45,7 +45,10 @@ src_configure() {
 		$(use_enable test czmq_selftest)
 	)
 
-	econf "${myeconfargs[@]}"
+	# Force bash for configure until the fixes for bug #923922 land in a release
+	# https://github.com/zeromq/zproject/pull/1336
+	# https://github.com/zeromq/libzmq/pull/4651
+	CONFIG_SHELL="${BROOT}"/bin/bash econf "${myeconfargs[@]}"
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2024-04-08  7:04 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-06 15:20 [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-04-08  7:04 Sam James
2024-04-08  7:04 Sam James
2022-08-28  5:55 Jakov Smolić
2022-08-23 18:10 Arthur Zamarin
2022-08-05  9:31 Arthur Zamarin
2021-12-07  6:26 Agostino Sarubbo
2021-12-06 15:23 Sam James
2021-12-06 11:27 Agostino Sarubbo
2021-10-15 10:22 Joonas Niilola
2021-10-15 10:22 Joonas Niilola
2021-05-16  0:03 Sam James
2021-04-03 19:53 Sam James
2020-11-26 13:26 Thomas Deutschmann
2020-07-23 13:49 Sam James
2020-07-02 17:05 Sergei Trofimovich
2020-06-20 10:13 Thomas Deutschmann
2020-05-08 22:49 Thomas Deutschmann
2020-05-08 22:49 Thomas Deutschmann
2017-06-19  9:54 Alexis Ballier
2016-11-27 21:08 Thomas Deutschmann
2016-09-29 14:33 Jeroen Roovers
2016-05-24 20:07 Markus Meier
2016-01-28 10:44 Justin Lecher
2015-10-11  7:05 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox