public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/czmq: ChangeLog czmq-2.2.0-r1.ebuild czmq-2.2.0.ebuild
@ 2014-06-26  9:52 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2014-06-26  9:52 UTC (permalink / raw
  To: gentoo-commits

jlec        14/06/26 09:52:05

  Modified:             ChangeLog
  Added:                czmq-2.2.0-r1.ebuild
  Removed:              czmq-2.2.0.ebuild
  Log:
  net-libs/czmq: Bump to new tarball, fixes missing version.h, #513398
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.14                 net-libs/czmq/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/czmq/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/czmq/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/czmq/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/czmq/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	27 May 2014 13:03:31 -0000	1.13
+++ ChangeLog	26 Jun 2014 09:52:05 -0000	1.14
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/czmq
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/czmq/ChangeLog,v 1.13 2014/05/27 13:03:31 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/czmq/ChangeLog,v 1.14 2014/06/26 09:52:05 jlec Exp $
+
+*czmq-2.2.0-r1 (26 Jun 2014)
+
+  26 Jun 2014; Justin Lecher <jlec@gentoo.org> -czmq-2.2.0.ebuild,
+  +czmq-2.2.0-r1.ebuild:
+  Bump to new tarball, fixes missing version.h, #513398
 
 *czmq-2.2.0 (27 May 2014)
 



1.1                  net-libs/czmq/czmq-2.2.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/czmq/czmq-2.2.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/czmq/czmq-2.2.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: czmq-2.2.0-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/czmq/czmq-2.2.0-r1.ebuild,v 1.1 2014/06/26 09:52:05 jlec Exp $

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
"
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
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-26  9:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-26  9:52 [gentoo-commits] gentoo-x86 commit in net-libs/czmq: ChangeLog czmq-2.2.0-r1.ebuild czmq-2.2.0.ebuild Justin Lecher (jlec)

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