From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E5D2D138252 for ; Tue, 10 May 2016 13:21:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2CCBE0807; Tue, 10 May 2016 13:21:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41D39E0807 for ; Tue, 10 May 2016 13:21:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB6B433D3CE for ; Tue, 10 May 2016 13:20:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49FD387B for ; Tue, 10 May 2016 13:20:55 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1462886446.9636fd064ee63d6f2a7b0bba798302c3c9f781da.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ignition-transport/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/ignition-transport/Manifest net-libs/ignition-transport/ignition-transport-1.2.0.ebuild X-VCS-Directories: net-libs/ignition-transport/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 9636fd064ee63d6f2a7b0bba798302c3c9f781da X-VCS-Branch: master Date: Tue, 10 May 2016 13:20:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 89b74d6c-670a-45fd-8280-4255e28f11dc X-Archives-Hash: 65def01ba4ce4be18d975830cfacbe66 commit: 9636fd064ee63d6f2a7b0bba798302c3c9f781da Author: Alexis Ballier gentoo org> AuthorDate: Tue May 10 13:20:35 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue May 10 13:20:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9636fd06 net-libs/ignition-transport: bump to 1.2.0 Package-Manager: portage-2.2.28 net-libs/ignition-transport/Manifest | 1 + .../ignition-transport-1.2.0.ebuild | 36 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/net-libs/ignition-transport/Manifest b/net-libs/ignition-transport/Manifest index b7cf4e6..87fba28 100644 --- a/net-libs/ignition-transport/Manifest +++ b/net-libs/ignition-transport/Manifest @@ -1 +1,2 @@ DIST ignition-transport-1.1.0.tar.bz2 346403 SHA256 ed3617e7b1de58d3457f7cf79e6b70111f42a83e8f0c46dde834fce9516ffb7f SHA512 3493b0d3b00472544ee71d05faa6994b3f8fade0c56a886f797c458d9da82e894991188d59fca8de7474f482b86beacd440b51f0f590d710051dd83267cbc4a7 WHIRLPOOL 67dd0705ab501e0eaef6f9f61ef63e928581153bac5ca5d7b4d637e3e124c7e7a7bac12708d0eca887c236836a252dcd442f021572a4e0841a4a018b00eb0920 +DIST ignition-transport-1.2.0.tar.bz2 351845 SHA256 80935b712aa175c7f72d66269a7c03c8db0082539fc2bea5f9e8d896754240cc SHA512 3826c8d267fcf702497c338db0f18e2297e03ce0f6de721773a0a61f16a4b505dda5269be335af4dfecf0d59402a098650ef41be6ba45d7a6ce53ee2f619ee95 WHIRLPOOL b982d75c980a7eed6c0f7cb753c17ebf9478b2b0dc9a47191562a64d249194faca00d3213809c042a2156dd1bbf97df50c8fedc1df151a63f4b70c3a9e882961 diff --git a/net-libs/ignition-transport/ignition-transport-1.2.0.ebuild b/net-libs/ignition-transport/ignition-transport-1.2.0.ebuild new file mode 100644 index 0000000..94fde8b --- /dev/null +++ b/net-libs/ignition-transport/ignition-transport-1.2.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit cmake-utils vcs-snapshot flag-o-matic + +DESCRIPTION="Combines ZeroMQ with Protobufs to create a fast and efficient message passing system" +HOMEPAGE="http://ignitionrobotics.org/libraries/transport" +SRC_URI="http://gazebosim.org/distributions/ign-transport/releases/${P}.tar.bz2" + +LICENSE="Apache-2.0" +SLOT="0/0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + dev-libs/protobuf:= + >=net-libs/zeromq-3.2.0:= + sys-apps/util-linux + net-libs/cppzmq +" +RDEPEND="${DEPEND}" +DEPEND="${DEPEND} + virtual/pkgconfig" +CMAKE_BUILD_TYPE=RelWithDebInfo +PATCHES=( "${FILESDIR}/protobuf3.patch" ) + +src_configure() { + # upstream appends this conditionally... + append-flags "-fPIC" + echo "set (CMAKE_C_FLAGS_ALL \"${CXXFLAGS} \${CMAKE_C_FLAGS_ALL}\")" > "${S}/cmake/HostCFlags.cmake" + sed -i -e "s/LINK_FLAGS_RELWITHDEBINFO \" \"/LINK_FLAGS_RELWITHDEBINFO \" ${LDFLAGS} \"/" cmake/DefaultCFlags.cmake || die + cmake-utils_src_configure +}