From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1A4A21396D0 for ; Tue, 15 Aug 2017 05:41:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C93A61FC040; Tue, 15 Aug 2017 05:41:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A7041FC040 for ; Tue, 15 Aug 2017 05:41:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C04DF341898 for ; Tue, 15 Aug 2017 05:41:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3C27784F for ; Tue, 15 Aug 2017 05:41:52 +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: <1502775418.4f2c370d4088532b499fca52bf3d53d5f49a2325.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/sdformat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/sdformat/Manifest dev-libs/sdformat/sdformat-5.2.0.ebuild X-VCS-Directories: dev-libs/sdformat/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 4f2c370d4088532b499fca52bf3d53d5f49a2325 X-VCS-Branch: master Date: Tue, 15 Aug 2017 05:41:52 +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: 8cefe666-8e80-452e-9ce9-158259c02587 X-Archives-Hash: a9b2df0aeef8771324246d2b2916971d commit: 4f2c370d4088532b499fca52bf3d53d5f49a2325 Author: Alexis Ballier gentoo org> AuthorDate: Mon Aug 14 03:34:37 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Aug 15 05:36:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f2c370d dev-libs/sdformat: bump to 5.2.0 Package-Manager: Portage-2.3.7, Repoman-2.3.3 dev-libs/sdformat/Manifest | 1 + dev-libs/sdformat/sdformat-5.2.0.ebuild | 39 +++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/dev-libs/sdformat/Manifest b/dev-libs/sdformat/Manifest index 074c5731c02..6027f1f0a9c 100644 --- a/dev-libs/sdformat/Manifest +++ b/dev-libs/sdformat/Manifest @@ -1 +1,2 @@ DIST sdformat-5.1.0.tar.bz2 441961 SHA256 ccb9b7628a3cd171536e37487bf4c2fd1df909940714e7818e6fd396a3ef01eb SHA512 7d39838097c594855668bf6604174260d6d6f17da980db8877b42720d008186bd694dc7ff987dd71f47f1ad6eeaf408ce99e4816a4578977bc8871046a5d4c94 WHIRLPOOL cad65140a9404c699a34e0c8d06406f5c6ccc64913cf708e59bc4b64173fc813d16a28964a29f8e24cd8a2a3cf14a80faa27b597874c07d5ff962dc46055922e +DIST sdformat-5.2.0.tar.bz2 445542 SHA256 b7ba88275c28c3c26fe245b1ac4aad7337c2fd53d6c1e1c94c04f359f2309d51 SHA512 65df9f0d351ab894af41cc2081dc8ab179336092ceba17979720bed4d58f77e9648863501d83f073ea8478197e7e0a7d7a9f8efd3a54d22ee28d74765cebcee7 WHIRLPOOL 62f7080c209c67be9c3863725a51288fda2fd7c1e0330cd85f2d0970cbdd1d1538c0c5b18135f180668ed5937d1a3369415331fac596c8eaeaff19c7141fcf43 diff --git a/dev-libs/sdformat/sdformat-5.2.0.ebuild b/dev-libs/sdformat/sdformat-5.2.0.ebuild new file mode 100644 index 00000000000..c3c7512d27e --- /dev/null +++ b/dev-libs/sdformat/sdformat-5.2.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit cmake-utils + +DESCRIPTION="Simulation Description Format (SDF) parser" +HOMEPAGE="http://sdformat.org/" +SRC_URI="http://osrf-distributions.s3.amazonaws.com/sdformat/releases/${P}.tar.bz2" + +LICENSE="Apache-2.0" +# subslot = libsdformat major +SLOT="0/5" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + >=dev-libs/urdfdom-1:= + dev-libs/tinyxml + dev-libs/boost:= + sci-libs/ignition-math:3= +" +DEPEND="${RDEPEND} + dev-lang/ruby:* + virtual/pkgconfig +" +CMAKE_BUILD_TYPE=RelWithDebInfo +PATCHES=( "${FILESDIR}/urdfdom1.patch" ) + +src_configure() { + 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 + local mycmakeargs=( + "-DUSE_EXTERNAL_URDF=ON" + "-DUSE_EXTERNAL_TINYXML=ON" + ) + cmake-utils_src_configure +}