diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-29 12:03:40 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-29 22:28:02 +0200 |
commit | 10c2d391b5d7d51f930319647796f27cda5700d4 (patch) | |
tree | 18455ecccb04a3451b52b8e832acb3bb3061891e /sci-libs/ignition-math | |
parent | sci-libs/ignition-math: add multilib support (diff) | |
download | gentoo-10c2d391b5d7d51f930319647796f27cda5700d4.tar.gz gentoo-10c2d391b5d7d51f930319647796f27cda5700d4.tar.bz2 gentoo-10c2d391b5d7d51f930319647796f27cda5700d4.zip |
sci-libs/ignition-math: Remove old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sci-libs/ignition-math')
-rw-r--r-- | sci-libs/ignition-math/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/ignition-math/ignition-math-3.1.0.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/sci-libs/ignition-math/Manifest b/sci-libs/ignition-math/Manifest index 8b80fe7ea4b3..c7beb21d1499 100644 --- a/sci-libs/ignition-math/Manifest +++ b/sci-libs/ignition-math/Manifest @@ -1,2 +1 @@ -DIST ignition-math3_3.1.0.tar.bz2 378840 SHA256 1c527afdcbf42ff55e5621ff0e6d38100fc6144a73ef6d9321fe22d782be4887 SHA512 c4ffdd7ab6eb8437068e60b5ffa54465ea9d3185c04c3f2667bb9dc15051a6ace5a8452532af15f05b883ff0d3065de367bba28a8fdf2444fb39d8263d6c6e3f WHIRLPOOL eaf74ed192de50f7421f92778b7b3d4e38e3fbe3d0e277328e6f999223b3e3c1b70445317be537818ddbcdde89204a3d0b71a9b19b0db3761e0f242542247b97 DIST ignition-math3_3.2.0.tar.bz2 382201 SHA256 929794ababed10c92d7217973e1d268a9de4a51dae80c401c6d1333ff65f7f89 SHA512 ffb5d61105ba0951c6420c53d64b47bdd65bdcac17e8ef2ce7cb83aeb2310280e5acb4d029d1af5c05fb5c40accf05df61d1e04dc990225159f1749284e3dcf1 WHIRLPOOL 300279c839246ab892c79cdf4dbe0a59a188f9e0ca10b0980e0dd3bbcbe11ea776bcfacae3c7c56b0d7d4d991183235db0addd688d5f44129ca216c96e74d451 diff --git a/sci-libs/ignition-math/ignition-math-3.1.0.ebuild b/sci-libs/ignition-math/ignition-math-3.1.0.ebuild deleted file mode 100644 index eef3870ff944..000000000000 --- a/sci-libs/ignition-math/ignition-math-3.1.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit cmake-utils vcs-snapshot flag-o-matic - -DESCRIPTION="A small, fast, and high performance math library for robot applications" -HOMEPAGE="http://ignitionrobotics.org/libraries/math" -SRC_URI="https://bitbucket.org/ignitionrobotics/ign-math/get/${PN}3_${PV}.tar.bz2" - -LICENSE="Apache-2.0" -SLOT="3/3" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" -S="${WORKDIR}/${PN}3_${PV}" -CMAKE_BUILD_TYPE=RelWithDebInfo - -src_configure() { - # upstream appends this conditionally... - append-flags "-fPIC" - 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 - cmake-utils_src_configure -} |