diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-07-24 15:34:47 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-07-26 11:18:30 +0200 |
commit | c3f550c3f9b057b3463fee4db5fc278f5dbf5290 (patch) | |
tree | 625afdbe34ff4da0c4444eed12eab1db597f23a7 /dev-libs/sdformat | |
parent | dev-libs/urdfdom: add subslot (diff) | |
download | gentoo-c3f550c3f9b057b3463fee4db5fc278f5dbf5290.tar.gz gentoo-c3f550c3f9b057b3463fee4db5fc278f5dbf5290.tar.bz2 gentoo-c3f550c3f9b057b3463fee4db5fc278f5dbf5290.zip |
dev-libs/sdformat: remove old
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-libs/sdformat')
-rw-r--r-- | dev-libs/sdformat/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/sdformat/sdformat-4.1.0.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/dev-libs/sdformat/Manifest b/dev-libs/sdformat/Manifest index db90c520d06f..ac8e6e02fb6a 100644 --- a/dev-libs/sdformat/Manifest +++ b/dev-libs/sdformat/Manifest @@ -1,2 +1 @@ -DIST sdformat-4.1.0.tar.bz2 455347 SHA256 0f63e446a29073affed2427214aa04d23c1cb8331cdd1bd7d48768d7eee5862a SHA512 ce9b89c39b636de12811181dd9f52a7e6ff3abd1ac3ca9195cd93dd2665eadd455a5e989c063046ea5c1db3eb1898017a2546189027ed93e240f1457b47cd604 WHIRLPOOL c55353b8531a787092ac5ad4d225a38fcc5a0825792422a44a8d81e8e69ec22e9cd6a05948e68ff5756df3691c0ee12d596ce577b66b52566713a6fc69a39107 DIST sdformat-4.1.1.tar.bz2 443491 SHA256 e2656984ea0411f5132363c2722b1016524195853b05fdd99e9b7dd3fa4031b1 SHA512 c124d8d4cde4dddd289ce2a83708fe3c6db31df186697b9c8c9d7fbec136cbd8f0418576590897089288885688369dae3ecb0993d74a2228077c7928499bfb32 WHIRLPOOL 3f3ba54d5bda89da87d9d8ff254b153929dd900d7611f36d92e2c5ea930b96416ff7c41b303aa04fb43c464e21739ada48fbfa175ef6dacdb53dfb034ad5cd67 diff --git a/dev-libs/sdformat/sdformat-4.1.0.ebuild b/dev-libs/sdformat/sdformat-4.1.0.ebuild deleted file mode 100644 index e125dad08327..000000000000 --- a/dev-libs/sdformat/sdformat-4.1.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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/4" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=" - dev-libs/urdfdom - dev-libs/tinyxml - dev-libs/boost:= - sci-libs/ignition-math:2= -" -DEPEND="${RDEPEND} - dev-lang/ruby:* - 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 -} |