public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/
Date: Tue, 17 Jan 2017 12:54:09 +0000 (UTC)	[thread overview]
Message-ID: <1484657642.de8a98d2cd4b273a444cad7fd47b59a0d8d8cb47.aballier@gentoo> (raw)

commit:     de8a98d2cd4b273a444cad7fd47b59a0d8d8cb47
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 12:53:17 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 12:54:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de8a98d2

sci-libs/ignition-math: add version 3.0.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-libs/ignition-math/Manifest                   |  1 +
 sci-libs/ignition-math/ignition-math-3.0.0.ebuild | 29 +++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/sci-libs/ignition-math/Manifest b/sci-libs/ignition-math/Manifest
index ef358f5..3e52ce9 100644
--- a/sci-libs/ignition-math/Manifest
+++ b/sci-libs/ignition-math/Manifest
@@ -1,4 +1,5 @@
 DIST ignition-math2_2.5.0.tar.bz2 360006 SHA256 500b827c7b69dc2868cde8ade60110c948195b16d1d4cf103c301e3b54dc65b4 SHA512 64c15af499b249cf1f60d7c83923da3304756e86ae88ae07bfd0d7d53db8a37b079e38917f367465af5ec3fb37071d76d2c33ae9b63ecdc55beb489f21157835 WHIRLPOOL 4437ae0ddcf5eade0595c3add71650a9531c3cf04c425a736a0060e7507ea573162b7114f1fbeb18f885c2277d06797aab9bfeba7c3bbd83fff0de2dbff3d581
 DIST ignition-math2_2.6.0.tar.bz2 366416 SHA256 942b10bdcb0bdd389b5cd907ad33b87e93a5ed6c5fd822a93bd92ae9be98a29b SHA512 eb8f3566b44ae5e8b2e18c31302cccefd8b4ebb94e999d058e95ffe9c117cb888418fd513d2e92637b200e3688c89972ef42c6b8a04fdf950b130264de87eb16 WHIRLPOOL bdda60bbac9437235f55178579902757b8fd3d7855efd211faca88f5a804ba744bfef9e786618eeb573a72ce2f4a6017e93e7e04bf621b09acfc26e84204051f
 DIST ignition-math2_2.7.0.tar.bz2 368232 SHA256 66360ebcb655abdb8e217bb0281d1e60ec2f15c54a7d714a5c4d59eb9dfd4450 SHA512 b02d2aab62c412c31b0901e098dcd2a219521d8f5ad0b05be1c31f791fe40cd059bcb9e8ac40c5cb051f2f834ea5a51ed58324504a42e9de32c23b99ec75413d WHIRLPOOL b510960fd2a25da744939d1c1049be141b17ea5136f05f9b55ab1c795aa34a3d563818270485bcdbcc9efdd38c30a71cf25ab55199ef7d7cefebd65e5a998f41
+DIST ignition-math3_3.0.0.tar.bz2 370162 SHA256 71fd3ff4a0e99d28f16e20c01ebff70d63ca22e8d7154e94a16b483fe1477cea SHA512 54880c15d013f765bf2815c47d49a4f5b008b3dfe9c518b2f428eada80dd7a580d1c5a581ea4a6673c2252944ba06ebfdf338c4e3e048e15d725ddf4b9bb3f85 WHIRLPOOL 318db64ef797ed58ec8dcc74a518e3f691ff9d3a87aa4bb3c52674247f8649a516cd51c2eab4041f2b1e49c469d110445ae834d3a8720071e06f7ef87f2989c0
 DIST ignition-math_1.0.0.tar.bz2 312262 SHA256 aa7b5fc9a7732a72f2d45c25bea8280b2230fcd52fbc0159cf7f1224257e72f6 SHA512 21199854482c6cf30c345d27fe4975aa30a42f03c2bfb0fd5dfe0bbc309d686f2760a6ccc52f8e47bdf5d5db05fbbdcb2f9393c4a91ee054a78def5df8089950 WHIRLPOOL 7f088aea5bd7f2510043c5aad35e4ca814936159a4596657f2af02dc38bdb5e84db002cbb8f8ab8ed0ff0793af423cfd6d31714d6d56808d41ffeca7e3629e81

diff --git a/sci-libs/ignition-math/ignition-math-3.0.0.ebuild b/sci-libs/ignition-math/ignition-math-3.0.0.ebuild
new file mode 100644
index 00000000..7e9a281
--- /dev/null
+++ b/sci-libs/ignition-math/ignition-math-3.0.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+}


             reply	other threads:[~2017-01-17 12:54 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-17 12:54 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-06 22:10 [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/ Andreas Sturmlechner
2024-02-05 14:54 Alexis Ballier
2022-03-09 14:04 Alexis Ballier
2021-08-12 13:34 Alexis Ballier
2021-08-12 13:34 Alexis Ballier
2021-02-18 18:57 David Seifert
2020-11-26 18:23 Andreas Sturmlechner
2020-09-07  9:43 Alexis Ballier
2020-09-07  9:43 Alexis Ballier
2020-09-07  9:43 Alexis Ballier
2018-10-16 12:36 Andreas Sturmlechner
2018-06-18 19:06 Andreas Sturmlechner
2018-06-18 19:06 Andreas Sturmlechner
2018-02-22 20:19 Alexis Ballier
2018-01-07  7:08 Alexis Ballier
2017-06-29 20:28 Alexis Ballier
2017-06-29 20:28 Alexis Ballier
2017-06-27 10:01 Alexis Ballier
2017-04-12  9:48 Alexis Ballier
2017-04-12  9:48 Alexis Ballier
2017-01-17 12:54 Alexis Ballier
2016-11-29 12:18 Alexis Ballier
2016-11-29 12:18 Alexis Ballier
2016-07-29 10:15 Alexis Ballier
2016-06-28 14:36 Alexis Ballier
2016-01-28 20:25 Alexis Ballier
2015-09-16 12:29 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1484657642.de8a98d2cd4b273a444cad7fd47b59a0d8d8cb47.aballier@gentoo \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox