public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jason Zaman" <perfinion@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/zeromq/
Date: Tue, 22 Dec 2015 08:45:44 +0000 (UTC)	[thread overview]
Message-ID: <1450773921.3dd22c5df7548f4af2923da8ede934f3bf435552.perfinion@gentoo> (raw)

commit:     3dd22c5df7548f4af2923da8ede934f3bf435552
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 22 08:44:59 2015 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Tue Dec 22 08:45:21 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd22c5d

net-libs/zeromq: OpenPGM is not bundled anymore, ./configure options changed.

Gentoo-Bug: https://bugs.gentoo.org/554608

Package-Manager: portage-2.2.24

 net-libs/zeromq/zeromq-4.1.3-r1.ebuild | 51 ++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

diff --git a/net-libs/zeromq/zeromq-4.1.3-r1.ebuild b/net-libs/zeromq/zeromq-4.1.3-r1.ebuild
new file mode 100644
index 0000000..4b9f8b3
--- /dev/null
+++ b/net-libs/zeromq/zeromq-4.1.3-r1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+AUTOTOOLS_AUTORECONF=true
+
+inherit autotools-utils
+
+DESCRIPTION="A brokerless kernel"
+HOMEPAGE="http://www.zeromq.org/"
+SRC_URI="http://download.zeromq.org/${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0/5"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="pgm static-libs test"
+
+RDEPEND="
+	dev-libs/libsodium:=
+	pgm? ( =net-libs/openpgm-5.2.122 )"
+DEPEND="${RDEPEND}
+	sys-apps/util-linux
+	pgm? ( virtual/pkgconfig )"
+
+src_prepare() {
+	sed \
+		-e '/libzmq_werror=/s:yes:no:g' \
+		-i configure.ac || die
+	autotools-utils_src_prepare
+}
+
+src_configure() {
+	local myeconfargs=(
+		--with-relaxed
+		--with-libsodium
+		$(use_with pgm)
+	)
+	autotools-utils_src_configure
+}
+
+src_test() {
+	autotools-utils_src_test -j1
+}
+
+src_install() {
+	autotools-utils_src_install
+
+	doman doc/*.[1-9]
+}


             reply	other threads:[~2015-12-22  8:45 UTC|newest]

Thread overview: 124+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-22  8:45 Jason Zaman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-23  9:59 [gentoo-commits] repo/gentoo:master commit in: net-libs/zeromq/ Petr Vaněk
2024-04-08  7:04 Sam James
2023-12-19 17:01 Arthur Zamarin
2023-12-18  7:40 Joonas Niilola
2023-12-18  7:40 Joonas Niilola
2023-12-18  1:09 Sam James
2023-12-18  0:11 Sam James
2023-12-18  0:11 Sam James
2023-12-18  0:11 Sam James
2023-12-18  0:11 Sam James
2023-12-17 19:38 Arthur Zamarin
2023-11-10  5:47 Viorel Munteanu
2023-11-07  2:22 Michael Orlitzky
2023-04-12  3:28 Sam James
2023-04-12  1:50 Sam James
2023-04-11 21:38 Jakov Smolić
2023-04-11 20:11 Arthur Zamarin
2023-04-11 19:04 Arthur Zamarin
2023-04-11 18:43 Arthur Zamarin
2023-04-11 18:40 Arthur Zamarin
2023-04-11 18:36 Arthur Zamarin
2022-11-16  5:57 WANG Xuerui
2022-01-29 14:29 James Le Cuirot
2022-01-03 23:26 David Seifert
2021-09-06  0:18 Sam James
2021-05-08 18:58 Sam James
2021-05-08 18:55 Sam James
2021-05-08 18:49 Sam James
2021-05-08 18:49 Sam James
2021-05-08 18:44 Sam James
2021-05-08 18:41 Sam James
2021-02-26 15:44 Thomas Deutschmann
2021-02-26 15:44 Thomas Deutschmann
2021-01-21 23:49 Thomas Deutschmann
2021-01-21 23:49 Thomas Deutschmann
2020-09-19 19:51 Sam James
2020-09-12 17:47 Sam James
2020-09-10 21:08 Sergei Trofimovich
2020-09-09 21:59 Sergei Trofimovich
2020-09-09 21:35 Sergei Trofimovich
2020-09-08 15:58 Sam James
2020-09-08 15:56 Thomas Deutschmann
2020-09-08  4:07 Sam James
2020-09-07 22:06 Thomas Deutschmann
2020-05-06 17:25 Michał Górny
2020-02-10  0:26 David Seifert
2020-02-08 16:25 David Seifert
2019-08-15 18:53 Thomas Deutschmann
2019-07-28 20:04 Mikle Kolyada
2019-07-21 22:51 Aaron Bauman
2019-07-18 10:48 Agostino Sarubbo
2019-07-18  9:57 Agostino Sarubbo
2019-07-15 19:10 Sergei Trofimovich
2019-07-14  9:11 Sergei Trofimovich
2019-07-09 23:11 Sergei Trofimovich
2019-07-09  0:33 Thomas Deutschmann
2019-07-09  0:33 Thomas Deutschmann
2019-04-05 17:22 Thomas Deutschmann
2019-01-23 13:41 Mikle Kolyada
2019-01-17 22:41 Sergei Trofimovich
2019-01-17 21:12 Mikle Kolyada
2019-01-17  8:29 Sergei Trofimovich
2019-01-17  8:08 Sergei Trofimovich
2019-01-17  7:23 Sergei Trofimovich
2019-01-16 23:35 Sergei Trofimovich
2019-01-16  0:42 Mart Raudsepp
2019-01-15 22:10 Thomas Deutschmann
2019-01-14  2:19 Thomas Deutschmann
2019-01-04 10:29 Mikle Kolyada
2018-12-29 13:21 Sergei Trofimovich
2018-12-28 19:40 Sergei Trofimovich
2018-12-25 19:49 Sergei Trofimovich
2018-12-20  1:30 Thomas Deutschmann
2018-12-03  0:08 Thomas Deutschmann
2018-08-29 21:51 Sergei Trofimovich
2018-06-19 19:13 Sergei Trofimovich
2018-05-28 14:49 Thomas Deutschmann
2018-05-19 18:15 Sergei Trofimovich
2018-04-20 19:01 Sergei Trofimovich
2018-04-17 19:11 Sergei Trofimovich
2018-04-16 12:46 Thomas Deutschmann
2018-03-28 20:53 Mart Raudsepp
2018-01-05 22:07 David Seifert
2017-12-30 19:30 Thomas Deutschmann
2017-12-03 21:11 Sergei Trofimovich
2017-10-29 11:20 Sergei Trofimovich
2017-10-25  7:06 Sergei Trofimovich
2017-10-17 19:05 Markus Meier
2017-10-03  0:15 Thomas Deutschmann
2017-10-02 13:52 Manuel Rüger
2017-09-25 18:46 Sergei Trofimovich
2017-09-24 20:22 Thomas Deutschmann
2017-06-20 11:29 Fabian Groffen
2017-06-20 11:29 Fabian Groffen
2017-04-07 10:45 Jeroen Roovers
2017-03-01 10:08 Michael Weber
2017-02-27  8:24 Agostino Sarubbo
2017-02-26 14:11 Thomas Deutschmann
2017-02-26 14:11 Thomas Deutschmann
2017-02-12 17:01 Agostino Sarubbo
2017-02-05 16:46 Markus Meier
2017-02-03 22:58 Jeroen Roovers
2017-01-04  1:23 Thomas Deutschmann
2017-01-01 21:49 Agostino Sarubbo
2016-12-25 16:40 Justin Lecher
2016-12-10  1:28 Thomas Deutschmann
2016-12-10  1:28 Thomas Deutschmann
2016-11-04  2:41 Thomas Deutschmann
2016-11-04  2:41 Thomas Deutschmann
2016-10-02 10:58 Jeroen Roovers
2016-08-23  3:04 Mike Gilbert
2016-08-22 23:38 Thomas Deutschmann
2016-08-22 23:38 Thomas Deutschmann
2016-08-22 18:05 Manuel Rüger
2016-08-22 18:05 Manuel Rüger
2016-05-29 20:21 Alexander Vershilov
2016-04-18  9:43 Patrice Clement
2016-04-06 19:57 Markus Meier
2016-04-02 13:44 Agostino Sarubbo
2016-02-28  6:51 Matt Thode
2016-02-18 21:52 Manuel Rüger
2015-11-23 12:22 Jason Zaman
2015-08-26  4:26 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1450773921.3dd22c5df7548f4af2923da8ede934f3bf435552.perfinion@gentoo \
    --to=perfinion@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox