summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-02-25 10:51:29 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-02-25 10:54:57 +0100
commitf32b3757c6b7186717d34fb8534a23c3eabd3b50 (patch)
tree18e92afec2e61e1c26a6b318d398d78baca97248 /dev-libs
parentdev-ros/rostopic: Add python 3.4/3.5 support (diff)
downloadgentoo-f32b3757c6b7186717d34fb8534a23c3eabd3b50.tar.gz
gentoo-f32b3757c6b7186717d34fb8534a23c3eabd3b50.tar.bz2
gentoo-f32b3757c6b7186717d34fb8534a23c3eabd3b50.zip
dev-libs/sdformat: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/sdformat/Manifest1
-rw-r--r--dev-libs/sdformat/sdformat-4.2.0.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/dev-libs/sdformat/Manifest b/dev-libs/sdformat/Manifest
index 8a41b73c2387..d18ab74ba006 100644
--- a/dev-libs/sdformat/Manifest
+++ b/dev-libs/sdformat/Manifest
@@ -1,2 +1 @@
-DIST sdformat-4.2.0.tar.bz2 445091 SHA256 75e2d053f97ca33456109b4d7794e6b7d26deef59c778f0d9e25d1369b24b094 SHA512 f4f79a07b009ab09e700de76a1dcb4a6737f894bd30789baea8b99d1476ddb5d7242f783a4c3dda7490fc798b692c79941d30880661ed560eaaf8c16a4449ad1 WHIRLPOOL 6a6ebe3d9371ca2a79b62d8d563931f39a2045541fd7c161485ef51d1ecb2f8bb529bab07b289874a984f6934d147754d2097bd6cf48ee5749f93a1b1a27db87
DIST sdformat-5.0.0.tar.bz2 445867 SHA256 d3fb29392a0b9878eaaf7c9aec144f5ca65bba4649bda15bd5d4603d7bb58f10 SHA512 a7e4a1fae9a3d397a7cc4dc72a4c50aa67e7af1f578213fe413ef47d8bebd611711c7c8e3fcb9fe59c334c6a481c32ac72f79b1a5dfc0b917d6d7c095cc08150 WHIRLPOOL 08b7be6ef2bb4c0162d989ed404e862599caf9ea8a37f00a8627d82ed7fcc83fcb1d063e3ce8b326d36095004f26621b995de6c7dcce3119544e8f5478d2b848
diff --git a/dev-libs/sdformat/sdformat-4.2.0.ebuild b/dev-libs/sdformat/sdformat-4.2.0.ebuild
deleted file mode 100644
index 66bc9be6c0f8..000000000000
--- a/dev-libs/sdformat/sdformat-4.2.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 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-1:=
- dev-libs/tinyxml
- dev-libs/boost:=
- sci-libs/ignition-math:2=
-"
-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
-}