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 7493D1393F1 for ; Wed, 16 Sep 2015 14:19:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02680E0888; Wed, 16 Sep 2015 14:19:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80ADEE0888 for ; Wed, 16 Sep 2015 14:19:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88910340C20 for ; Wed, 16 Sep 2015 14:19:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80E6218F for ; Wed, 16 Sep 2015 14:19:26 +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: <1442413161.3f13a9f257a50791ede00609d741f627aeaaf09f.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-0.7.0.ebuild net-libs/ignition-transport/metadata.xml X-VCS-Directories: net-libs/ignition-transport/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 3f13a9f257a50791ede00609d741f627aeaaf09f X-VCS-Branch: master Date: Wed, 16 Sep 2015 14:19:26 +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: ed43216c-924a-49bc-abe1-5a78f158da02 X-Archives-Hash: 335fd994dc276021a3a7d71e9279607d commit: 3f13a9f257a50791ede00609d741f627aeaaf09f Author: Alexis Ballier gentoo org> AuthorDate: Wed Sep 16 14:19:12 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Sep 16 14:19:21 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f13a9f2 net-libs/ignition-transport: initial import. ebuild by me. Package-Manager: portage-2.2.20.1 net-libs/ignition-transport/Manifest | 1 + .../ignition-transport-0.7.0.ebuild | 34 ++++++++++++++++++++++ net-libs/ignition-transport/metadata.xml | 8 +++++ 3 files changed, 43 insertions(+) diff --git a/net-libs/ignition-transport/Manifest b/net-libs/ignition-transport/Manifest new file mode 100644 index 0000000..85768b9 --- /dev/null +++ b/net-libs/ignition-transport/Manifest @@ -0,0 +1 @@ +DIST ignition-transport-0.7.0.tar.bz2 339283 SHA256 93629936bf1de3fe8168f97028d76d5c34ad1ecb0869d1a2bbfc7ede0797dc61 SHA512 ce28f5cc9a4e2c71f84bdfd210f43c1410e8ae9bb59568e74ca0c33fe029ba41e016d2defbba8003f5a8228b4a068813c3fd6124f17e583c87dfa27d15303282 WHIRLPOOL 8fd7de962b67b94bde2e4c163d50b660d3b144260a3a8bdc0421775b7fb67c6b5bfd120897b076f6b94b8144720bad953fb00491845296521e3f15fb918bc4c5 diff --git a/net-libs/ignition-transport/ignition-transport-0.7.0.ebuild b/net-libs/ignition-transport/ignition-transport-0.7.0.ebuild new file mode 100644 index 0000000..0ad985f --- /dev/null +++ b/net-libs/ignition-transport/ignition-transport-0.7.0.ebuild @@ -0,0 +1,34 @@ +# 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:= + sys-apps/util-linux +" +RDEPEND="${DEPEND}" +DEPEND="${DEPEND} + virtual/pkgconfig" +CMAKE_BUILD_TYPE=RelWithDebInfo + +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 +} diff --git a/net-libs/ignition-transport/metadata.xml b/net-libs/ignition-transport/metadata.xml new file mode 100644 index 0000000..e7dd05f --- /dev/null +++ b/net-libs/ignition-transport/metadata.xml @@ -0,0 +1,8 @@ + + + + +aballier@gentoo.org +Alexis Ballier + +