diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-01-06 10:37:06 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-01-06 10:37:06 +0100 |
commit | 279eabfa9b24674c53f6ce64a79ee4776ab577ce (patch) | |
tree | ca7da74cc56476652e6f3963f2d4e38f450082f3 /dev-libs/sdformat | |
parent | app-misc/elasticsearch: Bump (diff) | |
download | gentoo-279eabfa9b24674c53f6ce64a79ee4776ab577ce.tar.gz gentoo-279eabfa9b24674c53f6ce64a79ee4776ab577ce.tar.bz2 gentoo-279eabfa9b24674c53f6ce64a79ee4776ab577ce.zip |
dev-libs/sdformat: remove old
Package-Manager: portage-2.2.26
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-libs/sdformat')
-rw-r--r-- | dev-libs/sdformat/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/sdformat/sdformat-3.1.1-r1.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-libs/sdformat/Manifest b/dev-libs/sdformat/Manifest index 1f894cd8fda4..02e9f0597637 100644 --- a/dev-libs/sdformat/Manifest +++ b/dev-libs/sdformat/Manifest @@ -1,2 +1 @@ -DIST sdformat-3.1.1.tar.bz2 419123 SHA256 ffeb64a05ffd3dd6de1f25bdfe716eb9f61cde6c96d5060fb6dd740c6b875657 SHA512 655507ffc77a4614c1c63e276e7894054bde9fb6d96b21fed0b7c4623cc7653e526b2fd560c2da577cb0ee480a3476d1adc505abc3b946fd062e72863cf1f85a WHIRLPOOL 6b16d08362de25f7c4691403b34b16db81964bfa70e859be7c68272a4435d188b96737a3980ad3a7a4b37bfc2be8269cd8095e1b9082d2420b3364c87a7461e4 DIST sdformat-3.6.0.tar.bz2 426280 SHA256 c7ddf7958aaae2b143c713a44a4e83210f9753bce8f0dccbaf9cfc41293896cd SHA512 01d765b4dbcc53a0c8f6e3bee738a7ebd1d3c14f5485848ddaa620ef150fe10f4ea891a5b10eb82308e83063b7467b2a84004b19825b7f3798ab049ebca9ee68 WHIRLPOOL 4ca9d2d9de6977fc61c2b12681800b9cb880cee97e6ee2f77af5a408905ece67e902165715e1a3768b95a5c3fb2758b0eafb4a498b748eac048b7c9ce8eff3c8 diff --git a/dev-libs/sdformat/sdformat-3.1.1-r1.ebuild b/dev-libs/sdformat/sdformat-3.1.1-r1.ebuild deleted file mode 100644 index a452424cb2c4..000000000000 --- a/dev-libs/sdformat/sdformat-3.1.1-r1.ebuild +++ /dev/null @@ -1,37 +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" -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 -} |