Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 488370 - net-libs/zeromq-4.0.1 version bump
Summary: net-libs/zeromq-4.0.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexander Vershilov (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2013-10-17 14:22 UTC by lalebarde
Modified: 2013-10-26 07:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
zeromq-4.0.1.ebuild (zeromq-4.0.1.ebuild,1.33 KB, text/plain)
2013-10-17 14:22 UTC, lalebarde
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lalebarde 2013-10-17 14:22:37 UTC
Created attachment 361128 [details]
zeromq-4.0.1.ebuild

version 4.0.1 is here

It would be nice to slot this library as per versions 2, 3, 4. But I don't know how to do that and don't have time now.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-10-17 16:40:55 UTC
Comment on attachment 361128 [details]
zeromq-4.0.1.ebuild

--- zeromq-3.2.4.ebuild 2013-09-23 17:29:43.000000000 +0200
+++ -   2013-10-17 18:40:33.566549354 +0200
@@ -1,35 +1,33 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/zeromq/zeromq-3.2.4.ebuild,v 1.1 2013/09/23 15:29:43 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/zeromq/zeromq-3.2.3.ebuild,v 1.2 2013/05/10 06:08:02 qnikst Exp $
 
 EAPI=5
 
-inherit autotools eutils
+inherit autotools
 
 DESCRIPTION="ZeroMQ is a brokerless kernel"
 HOMEPAGE="http://www.zeromq.org/"
 SRC_URI="http://download.zeromq.org/${P}.tar.gz"
+RESTRICT="mirror"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="pgm test static-libs elibc_glibc"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="pgm test static-libs"
 
-DEPEND="|| ( sys-devel/gcc sys-devel/gcc-apple )
+DEPEND="sys-devel/gcc
                pgm? (
                  virtual/pkgconfig
                  =net-libs/openpgm-5.1.118
                )
-               elibc_glibc? ( sys-apps/util-linux )"
+               sys-apps/util-linux"
 RDEPEND=""
 
 src_prepare() {
        einfo "Removing bundled OpenPGM library"
        sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.in || die
        rm -r "${S}"/foreign/openpgm/libpgm* || die
-       # apply effective bit of below commit to fix compilation on Darwin
-       # https://github.com/zeromq/zeromq3-x/commit/400cbc208a768c4df5039f401dd2688eede6e1ca
-       sed -i -e '/strndup/d' tests/test_disconnect_inproc.cpp || die
        eautoreconf
 }
Comment 2 lalebarde 2013-10-17 17:00:20 UTC
Shall I do something Jeroen ?
Comment 3 Alexander Vershilov (RETIRED) gentoo-dev 2013-10-26 07:47:21 UTC
Thanks for your work, pushed into the tree.