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, 28 Jun 2016 14:36:00 +0000 (UTC)	[thread overview]
Message-ID: <1467124539.35dcc69c30cbb4a3236c81e6f5797fdedefe4b48.aballier@gentoo> (raw)

commit:     35dcc69c30cbb4a3236c81e6f5797fdedefe4b48
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 14:04:37 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 14:35:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35dcc69c

sci-libs/ignition-math: bump to 2.4.0

Package-Manager: portage-2.3.0

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

diff --git a/sci-libs/ignition-math/Manifest b/sci-libs/ignition-math/Manifest
index 7e09c32..e9ac567 100644
--- a/sci-libs/ignition-math/Manifest
+++ b/sci-libs/ignition-math/Manifest
@@ -1,3 +1,4 @@
 DIST ignition-math2_2.2.2.tar.bz2 325413 SHA256 e88db3ea1104330d009cd8d5f70e564296d2344a970fb964da9591fea884e2ab SHA512 fc278312a8144438f2db128ad1041bfd9dc8d5f5618827c5e6374dee934a48fe0297a3036c353d5351656e2a7334c21c61c81227b9858e5f585a170291646d9a WHIRLPOOL 675b065f4908b5284b8fbdc970b943677b2b97a5846c1d91290a25bf9a945b58aab0b6e96fe33c7368061aaf1bd88be0db29456d649692a631410583e5043858
 DIST ignition-math2_2.3.0.tar.bz2 336989 SHA256 a1ef0fb00953846d00a64809c499a41e2dfff5b5c7fd0a646c9eebe6b54964d2 SHA512 3bf5259231eac8028661188d44ee2fab84296462cef5dbbdcda08d0b95f89019b03d22a61ec536e755a5669015ccf0e95aa5e4ae48925cf1bdcdf6ba7293d4e8 WHIRLPOOL 526d94400f756f63221d3397a20d9e8eb8093f6a54e096a610364248298a9fd81acc6b3ccf2d11b8a65e1626cf1651f9989b6ea76b54802a70f176b4d5d25b0c
+DIST ignition-math2_2.4.0.tar.bz2 350940 SHA256 1fe4090a810180d1d32bda2e7afd1264982e7cba1dbe9891f72396c34991d870 SHA512 6e6fd5f72699fac6462cf6d73475a39396a613ddefaf3461c55e665d8cf41bcb3da8624938851361f09cb46e5123ecc5af74164ba46ab2c0bbc11bfb2416702c WHIRLPOOL c0a447c7b8d129099ad1b5dc9d6e1b100c0d69ac924847aa097cdc87268cbe4eea056ad36e73ab03407a53fdc85fd33082d96f68125b07220ace76a7834bec6a
 DIST ignition-math_1.0.0.tar.bz2 312262 SHA256 aa7b5fc9a7732a72f2d45c25bea8280b2230fcd52fbc0159cf7f1224257e72f6 SHA512 21199854482c6cf30c345d27fe4975aa30a42f03c2bfb0fd5dfe0bbc309d686f2760a6ccc52f8e47bdf5d5db05fbbdcb2f9393c4a91ee054a78def5df8089950 WHIRLPOOL 7f088aea5bd7f2510043c5aad35e4ca814936159a4596657f2af02dc38bdb5e84db002cbb8f8ab8ed0ff0793af423cfd6d31714d6d56808d41ffeca7e3629e81

diff --git a/sci-libs/ignition-math/ignition-math-2.4.0.ebuild b/sci-libs/ignition-math/ignition-math-2.4.0.ebuild
new file mode 100644
index 0000000..9ae7d08
--- /dev/null
+++ b/sci-libs/ignition-math/ignition-math-2.4.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 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}2_${PV}.tar.bz2"
+
+LICENSE="Apache-2.0"
+SLOT="2/2"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+S="${WORKDIR}/${PN}2_${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:[~2016-06-28 14:39 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-28 14:36 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
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-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=1467124539.35dcc69c30cbb4a3236c81e6f5797fdedefe4b48.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