Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/
Date: Tue, 16 Oct 2018 12:36:23
Message-Id: 1539693362.a62d9678ffd051aad10c375a4a248f4bdeea125c.asturm@gentoo
1 commit: a62d9678ffd051aad10c375a4a248f4bdeea125c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 16 07:23:09 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 16 12:36:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a62d9678
7
8 sci-libs/ignition-math: Drop 3.2.0
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sci-libs/ignition-math/Manifest | 1 -
14 sci-libs/ignition-math/ignition-math-3.2.0.ebuild | 28 -----------------------
15 2 files changed, 29 deletions(-)
16
17 diff --git a/sci-libs/ignition-math/Manifest b/sci-libs/ignition-math/Manifest
18 index eb2409875a0..ee43fc82637 100644
19 --- a/sci-libs/ignition-math/Manifest
20 +++ b/sci-libs/ignition-math/Manifest
21 @@ -1,2 +1 @@
22 -DIST ignition-math3_3.2.0.tar.bz2 382201 BLAKE2B 79d0450356d931e3150afddd8f0d558923c6a27be4a56566ba18c6dc654b61b32acb92eff2ce5a87228bd512058e4b68d85b26bbbf1ac6a6c6af617b5ebcf59e SHA512 ffb5d61105ba0951c6420c53d64b47bdd65bdcac17e8ef2ce7cb83aeb2310280e5acb4d029d1af5c05fb5c40accf05df61d1e04dc990225159f1749284e3dcf1
23 DIST ignition-math4_4.0.0.tar.bz2 387717 BLAKE2B 1b19bcd377eb18b616a300e022419ba2651795e04c0f0a3769f565e6febdc1a37f321c81730e1c13c9f9b17f35e6cf558d1129b278b2477ec8d5a5f46b927d66 SHA512 4815c6222945fd228b2d23c9da7ad8876f8ba1fea382312e1eb320819ec5d8bbf637095c18dbe2413184bbea77040bd1a5492ea9427355fc5e62f6169277530e
24
25 diff --git a/sci-libs/ignition-math/ignition-math-3.2.0.ebuild b/sci-libs/ignition-math/ignition-math-3.2.0.ebuild
26 deleted file mode 100644
27 index a4ba79c991d..00000000000
28 --- a/sci-libs/ignition-math/ignition-math-3.2.0.ebuild
29 +++ /dev/null
30 @@ -1,28 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -inherit cmake-multilib vcs-snapshot flag-o-matic
37 -
38 -DESCRIPTION="A small, fast, and high performance math library for robot applications"
39 -HOMEPAGE="https://ignitionrobotics.org/libraries/math"
40 -SRC_URI="https://bitbucket.org/ignitionrobotics/ign-math/get/${PN}3_${PV}.tar.bz2"
41 -
42 -LICENSE="Apache-2.0"
43 -SLOT="3/3"
44 -KEYWORDS="~amd64"
45 -IUSE=""
46 -
47 -DEPEND=""
48 -RDEPEND="${DEPEND}"
49 -S="${WORKDIR}/${PN}3_${PV}"
50 -CMAKE_BUILD_TYPE=RelWithDebInfo
51 -
52 -src_configure() {
53 - # upstream appends this conditionally...
54 - append-flags "-fPIC"
55 - echo "set (CMAKE_C_FLAGS_ALL \"${CXXFLAGS} \${CMAKE_C_FLAGS_ALL}\")" > "${S}/cmake/HostCFlags.cmake"
56 - sed -i -e "s/LINK_FLAGS_RELWITHDEBINFO \" \"/LINK_FLAGS_RELWITHDEBINFO \" ${LDFLAGS} \"/" cmake/DefaultCFlags.cmake || die
57 - cmake-multilib_src_configure
58 -}