commit:     70b01e9dc798eca9c5d82500c96473940cbe772c
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 11:46:29 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 11:58:01 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70b01e9d

dev-libs/sdformat: add missing dep on ignition-math

Package-Manager: portage-2.2.20.1

 dev-libs/sdformat/sdformat-3.1.1-r1.ebuild | 37 ++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/dev-libs/sdformat/sdformat-3.1.1-r1.ebuild 
b/dev-libs/sdformat/sdformat-3.1.1-r1.ebuild
new file mode 100644
index 0000000..249e178
--- /dev/null
+++ b/dev-libs/sdformat/sdformat-3.1.1-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils versionator vcs-snapshot
+
+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"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+       dev-libs/urdfdom
+       dev-libs/tinyxml
+       dev-libs/boost:=
+       sci-libs/ignition-math:2=
+"
+DEPEND="${RDEPEND}
+       virtual/pkgconfig
+"
+CMAKE_BUILD_TYPE=RelWithDebInfo
+
+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
+}

Reply via email to