public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/
@ 2016-01-28 20:25 Alexis Ballier
  0 siblings, 0 replies; 28+ messages in thread
From: Alexis Ballier @ 2016-01-28 20:25 UTC (permalink / raw
  To: gentoo-commits

commit:     b187b7d9220679a07f1922581fb5e3eeee02990a
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 28 20:24:27 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jan 28 20:25:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b187b7d9

sci-libs/ignition-math: bump to 2.3.0

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

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

diff --git a/sci-libs/ignition-math/Manifest b/sci-libs/ignition-math/Manifest
index 6dd2412..7e09c32 100644
--- a/sci-libs/ignition-math/Manifest
+++ b/sci-libs/ignition-math/Manifest
@@ -1,2 +1,3 @@
 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-math_1.0.0.tar.bz2 312262 SHA256 aa7b5fc9a7732a72f2d45c25bea8280b2230fcd52fbc0159cf7f1224257e72f6 SHA512 21199854482c6cf30c345d27fe4975aa30a42f03c2bfb0fd5dfe0bbc309d686f2760a6ccc52f8e47bdf5d5db05fbbdcb2f9393c4a91ee054a78def5df8089950 WHIRLPOOL 7f088aea5bd7f2510043c5aad35e4ca814936159a4596657f2af02dc38bdb5e84db002cbb8f8ab8ed0ff0793af423cfd6d31714d6d56808d41ffeca7e3629e81

diff --git a/sci-libs/ignition-math/ignition-math-2.3.0.ebuild b/sci-libs/ignition-math/ignition-math-2.3.0.ebuild
new file mode 100644
index 0000000..8bc2070
--- /dev/null
+++ b/sci-libs/ignition-math/ignition-math-2.3.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 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
+}


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/
@ 2024-08-06 22:10 Andreas Sturmlechner
  0 siblings, 0 replies; 28+ messages in thread
From: Andreas Sturmlechner @ 2024-08-06 22:10 UTC (permalink / raw
  To: gentoo-commits

commit:     c577df96a0ef239e04c7cecbf6238ea18d544e4c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 28 22:18:24 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug  6 20:34:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c577df96

sci-libs/ignition-math: drop 6.14.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-libs/ignition-math/Manifest                    |  1 -
 sci-libs/ignition-math/ignition-math-6.14.0.ebuild | 25 ----------------------
 2 files changed, 26 deletions(-)

diff --git a/sci-libs/ignition-math/Manifest b/sci-libs/ignition-math/Manifest
index 0a8a2d604550..55e686c3a0da 100644
--- a/sci-libs/ignition-math/Manifest
+++ b/sci-libs/ignition-math/Manifest
@@ -1,2 +1 @@
-DIST ignition-math6_6.14.0.tar.gz 628564 BLAKE2B 6206f1f35472bf51a8a3bdb8fae26d9879044ea856abd8bcce2cfb5bf16d2638816b3fff7e451c165fec8b2ba82db083d78306d5441c4db3def14b08ddad7556 SHA512 ad95160cc1cd137779b9da589c47994d04f829af10865071e9ead4d55c4399d04d5398287d3b294e3f67230205656e1fe243129673e1f8e73f62f3933c314802
 DIST ignition-math6_6.15.1.tar.gz 632975 BLAKE2B 94a300b56a74a0c44da9ec74861fce7946e50d5a16bd56b383bfbd63e9d6f285bd803da6528d899711b74002cce1a8c95cc7c82580aa391794dd0d9fd63ae96f SHA512 569fb37be4b42f170189de680beb71c6274e2a48d02f77d6a9d675ca9901be32df7af6b86f69916ff96b4f7065f8f1d4a9fb3ef81c2b7f5fc3f325e17279edba

diff --git a/sci-libs/ignition-math/ignition-math-6.14.0.ebuild b/sci-libs/ignition-math/ignition-math-6.14.0.ebuild
deleted file mode 100644
index eb0f9750bfd7..000000000000
--- a/sci-libs/ignition-math/ignition-math-6.14.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_BUILD_TYPE=RelWithDebInfo
-inherit cmake vcs-snapshot
-
-DESCRIPTION="A small, fast, and high performance math library for robot applications"
-HOMEPAGE="https://github.com/ignitionrobotics/ign-math"
-SRC_URI="https://github.com/ignitionrobotics/ign-math/archive/${PN}6_${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="6/6"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-	dev-cpp/eigen:3
-	dev-build/ignition-cmake:2"
-BDEPEND="
-	dev-build/ignition-cmake:2"
-
-S="${WORKDIR}/${PN}6_${PV}"


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/
@ 2024-02-05 14:54 Alexis Ballier
  0 siblings, 0 replies; 28+ messages in thread
From: Alexis Ballier @ 2024-02-05 14:54 UTC (permalink / raw
  To: gentoo-commits

commit:     977b9fa583097bdd8f59ce86794716f05b5b19ac
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  5 14:48:09 2024 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Feb  5 14:52:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=977b9fa5

sci-libs/ignition-math: bump to 6.15.1

Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 sci-libs/ignition-math/Manifest                    |  1 +
 sci-libs/ignition-math/ignition-math-6.15.1.ebuild | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/sci-libs/ignition-math/Manifest b/sci-libs/ignition-math/Manifest
index 20d1cc64788d..0a8a2d604550 100644
--- a/sci-libs/ignition-math/Manifest
+++ b/sci-libs/ignition-math/Manifest
@@ -1 +1,2 @@
 DIST ignition-math6_6.14.0.tar.gz 628564 BLAKE2B 6206f1f35472bf51a8a3bdb8fae26d9879044ea856abd8bcce2cfb5bf16d2638816b3fff7e451c165fec8b2ba82db083d78306d5441c4db3def14b08ddad7556 SHA512 ad95160cc1cd137779b9da589c47994d04f829af10865071e9ead4d55c4399d04d5398287d3b294e3f67230205656e1fe243129673e1f8e73f62f3933c314802
+DIST ignition-math6_6.15.1.tar.gz 632975 BLAKE2B 94a300b56a74a0c44da9ec74861fce7946e50d5a16bd56b383bfbd63e9d6f285bd803da6528d899711b74002cce1a8c95cc7c82580aa391794dd0d9fd63ae96f SHA512 569fb37be4b42f170189de680beb71c6274e2a48d02f77d6a9d675ca9901be32df7af6b86f69916ff96b4f7065f8f1d4a9fb3ef81c2b7f5fc3f325e17279edba

diff --git a/sci-libs/ignition-math/ignition-math-6.15.1.ebuild b/sci-libs/ignition-math/ignition-math-6.15.1.ebuild
new file mode 100644
index 000000000000..eb0f9750bfd7
--- /dev/null
+++ b/sci-libs/ignition-math/ignition-math-6.15.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_BUILD_TYPE=RelWithDebInfo
+inherit cmake vcs-snapshot
+
+DESCRIPTION="A small, fast, and high performance math library for robot applications"
+HOMEPAGE="https://github.com/ignitionrobotics/ign-math"
+SRC_URI="https://github.com/ignitionrobotics/ign-math/archive/${PN}6_${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="6/6"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	dev-cpp/eigen:3
+	dev-build/ignition-cmake:2"
+BDEPEND="
+	dev-build/ignition-cmake:2"
+
+S="${WORKDIR}/${PN}6_${PV}"


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/
@ 2022-03-09 14:04 Alexis Ballier
  0 siblings, 0 replies; 28+ messages in thread
From: Alexis Ballier @ 2022-03-09 14:04 UTC (permalink / raw
  To: gentoo-commits

commit:     ece227d62a5b18903d2344edc340e2b139df2198
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  9 13:48:20 2022 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Mar  9 14:04:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ece227d6

sci-libs/ignition-math: bump to 6.10.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 sci-libs/ignition-math/Manifest                                         | 2 +-
 .../{ignition-math-6.8.0.ebuild => ignition-math-6.10.0.ebuild}         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/ignition-math/Manifest b/sci-libs/ignition-math/Manifest
index 694e1c92b68b..061a8ccee89a 100644
--- a/sci-libs/ignition-math/Manifest
+++ b/sci-libs/ignition-math/Manifest
@@ -1 +1 @@
-DIST ignition-math6_6.8.0.tar.gz 550137 BLAKE2B 3d4375aa3afc9de7061d01ac7bdee72285576ddfb373450f0b4b82e00b381e93ab6f9b44055069b504e30f3340ac6a7672577dc85f436d1cfa2218ab12336757 SHA512 a8d6ae93176b443f0187e9c6f7ae87b3112fdf1b9eaf77c727749530dd33da5001b6b0bf74cefa7a2fe16bafaed185c31d21a4ab727e2d7e55698445b0589b71
+DIST ignition-math6_6.10.0.tar.gz 598228 BLAKE2B 1f67891f755715e14742e0f06cfec4b7ee7da1df192165961b41a4d0744ddbb8066fa8739cd85ccac3134511d0f80ec2c2289a30dbf1960e39229312a9085725 SHA512 3f2bbfd6b2237bda50feb55d52daaf8ecee0ece68a99bb3c264fcd9c67cb01537b168b1a1d4608e4af2ed582393751b215e4fd1fed4c93db5cd39199200b87b1

diff --git a/sci-libs/ignition-math/ignition-math-6.8.0.ebuild b/sci-libs/ignition-math/ignition-math-6.10.0.ebuild
similarity index 94%
rename from sci-libs/ignition-math/ignition-math-6.8.0.ebuild
rename to sci-libs/ignition-math/ignition-math-6.10.0.ebuild
index fc7acfaa88c1..68e7ffa2c329 100644
--- a/sci-libs/ignition-math/ignition-math-6.8.0.ebuild
+++ b/sci-libs/ignition-math/ignition-math-6.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/
@ 2021-08-12 13:34 Alexis Ballier
  0 siblings, 0 replies; 28+ messages in thread
From: Alexis Ballier @ 2021-08-12 13:34 UTC (permalink / raw
  To: gentoo-commits

commit:     b0b4dd570cb3a04bbdeb86ae80cfb20d3445ccf4
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 12 13:07:11 2021 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Aug 12 13:34:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0b4dd57

sci-libs/ignition-math: bump to 6.8.0

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 sci-libs/ignition-math/Manifest                                         | 2 +-
 .../{ignition-math-6.5.0.ebuild => ignition-math-6.8.0.ebuild}          | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/ignition-math/Manifest b/sci-libs/ignition-math/Manifest
index e00617dd31f..694e1c92b68 100644
--- a/sci-libs/ignition-math/Manifest
+++ b/sci-libs/ignition-math/Manifest
@@ -1 +1 @@
-DIST ignition-math6_6.5.0.tar.gz 539313 BLAKE2B 0ec7b5a4e8eac4161fd2df607c18f905bbfb12923373e2c74e435da8cd98926feac7e6b5434f7a335888a273757786872cc7cc3d0dd4f1e342a5ce488f07420d SHA512 ea8702339ffa1a76bb8aded17c83a620568edec472bf0722997a7f907ed07ead0d2e89356055835f9ee6dcc462066bdbc67cf07c01e0efe4e1b8fb3e4d2407fa
+DIST ignition-math6_6.8.0.tar.gz 550137 BLAKE2B 3d4375aa3afc9de7061d01ac7bdee72285576ddfb373450f0b4b82e00b381e93ab6f9b44055069b504e30f3340ac6a7672577dc85f436d1cfa2218ab12336757 SHA512 a8d6ae93176b443f0187e9c6f7ae87b3112fdf1b9eaf77c727749530dd33da5001b6b0bf74cefa7a2fe16bafaed185c31d21a4ab727e2d7e55698445b0589b71

diff --git a/sci-libs/ignition-math/ignition-math-6.5.0.ebuild b/sci-libs/ignition-math/ignition-math-6.8.0.ebuild
similarity index 100%
rename from sci-libs/ignition-math/ignition-math-6.5.0.ebuild
rename to sci-libs/ignition-math/ignition-math-6.8.0.ebuild


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/
@ 2021-08-12 13:34 Alexis Ballier
  0 siblings, 0 replies; 28+ messages in thread
From: Alexis Ballier @ 2021-08-12 13:34 UTC (permalink / raw
  To: gentoo-commits

commit:     0be425557b8ac87d0f2d9de8b945cc941f8c6cce
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 12 13:06:52 2021 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Aug 12 13:34:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be42555

sci-libs/ignition-math: update homepage

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 sci-libs/ignition-math/ignition-math-6.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/ignition-math/ignition-math-6.5.0.ebuild b/sci-libs/ignition-math/ignition-math-6.5.0.ebuild
index ab724f9e7b7..fc7acfaa88c 100644
--- a/sci-libs/ignition-math/ignition-math-6.5.0.ebuild
+++ b/sci-libs/ignition-math/ignition-math-6.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ CMAKE_BUILD_TYPE=RelWithDebInfo
 inherit cmake vcs-snapshot
 
 DESCRIPTION="A small, fast, and high performance math library for robot applications"
-HOMEPAGE="https://ignitionrobotics.org/libraries/math"
+HOMEPAGE="https://github.com/ignitionrobotics/ign-math"
 SRC_URI="https://github.com/ignitionrobotics/ign-math/archive/${PN}6_${PV}.tar.gz"
 
 LICENSE="Apache-2.0"


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/
@ 2021-02-18 18:57 David Seifert
  0 siblings, 0 replies; 28+ messages in thread
From: David Seifert @ 2021-02-18 18:57 UTC (permalink / raw
  To: gentoo-commits

commit:     c37d12116aeafec282fccb049b5744049afdaf10
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Thu Feb 18 18:55:52 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 18:55:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c37d1211

sci-libs/ignition-math: Remove old

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-libs/ignition-math/Manifest                   |  1 -
 sci-libs/ignition-math/ignition-math-6.4.0.ebuild | 26 -----------------------
 2 files changed, 27 deletions(-)

diff --git a/sci-libs/ignition-math/Manifest b/sci-libs/ignition-math/Manifest
index f5ab935ea9e..e00617dd31f 100644
--- a/sci-libs/ignition-math/Manifest
+++ b/sci-libs/ignition-math/Manifest
@@ -1,2 +1 @@
-DIST ignition-math6_6.4.0.tar.gz 515870 BLAKE2B d975edfa2e23560784adef1d66e7613c822a65bcc8b20d33aa030a570fdf3b19043eb6750e93728f2ff5e8ee14ab047a1420bf9991ea6519ec7399235e262ba1 SHA512 8a6e672ef6de591d25200f288deaaa16cc43e3c90804ee5ead0f06345036afbfa40acb531eb5b6a1fa80bd34c0c5964662cc0659d8bed2c811ad7c776d6f77cb
 DIST ignition-math6_6.5.0.tar.gz 539313 BLAKE2B 0ec7b5a4e8eac4161fd2df607c18f905bbfb12923373e2c74e435da8cd98926feac7e6b5434f7a335888a273757786872cc7cc3d0dd4f1e342a5ce488f07420d SHA512 ea8702339ffa1a76bb8aded17c83a620568edec472bf0722997a7f907ed07ead0d2e89356055835f9ee6dcc462066bdbc67cf07c01e0efe4e1b8fb3e4d2407fa

diff --git a/sci-libs/ignition-math/ignition-math-6.4.0.ebuild b/sci-libs/ignition-math/ignition-math-6.4.0.ebuild
deleted file mode 100644
index ab724f9e7b7..00000000000
--- a/sci-libs/ignition-math/ignition-math-6.4.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_BUILD_TYPE=RelWithDebInfo
-inherit cmake vcs-snapshot
-
-DESCRIPTION="A small, fast, and high performance math library for robot applications"
-HOMEPAGE="https://ignitionrobotics.org/libraries/math"
-SRC_URI="https://github.com/ignitionrobotics/ign-math/archive/${PN}6_${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="6/6"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-	dev-cpp/eigen:3
-	dev-util/ignition-cmake:2"
-BDEPEND="
-	dev-util/ignition-cmake:2"
-
-S="${WORKDIR}/${PN}6_${PV}"
-PATCHES=( "${FILESDIR}/includes.patch" )


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/
@ 2020-11-26 18:23 Andreas Sturmlechner
  0 siblings, 0 replies; 28+ messages in thread
From: Andreas Sturmlechner @ 2020-11-26 18:23 UTC (permalink / raw
  To: gentoo-commits

commit:     db0d8ec175546bacc7bfa1122ec299a38547ee85
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  7 20:37:59 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 26 18:23:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db0d8ec1

sci-libs/ignition-math: Drop 4.0.0-r1

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-libs/ignition-math/Manifest                    |  1 -
 .../ignition-math/ignition-math-4.0.0-r1.ebuild    | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/sci-libs/ignition-math/Manifest b/sci-libs/ignition-math/Manifest
index 662132fa99c..f5ab935ea9e 100644
--- a/sci-libs/ignition-math/Manifest
+++ b/sci-libs/ignition-math/Manifest
@@ -1,3 +1,2 @@
-DIST ignition-math4_4.0.0.tar.bz2 387717 BLAKE2B 1b19bcd377eb18b616a300e022419ba2651795e04c0f0a3769f565e6febdc1a37f321c81730e1c13c9f9b17f35e6cf558d1129b278b2477ec8d5a5f46b927d66 SHA512 4815c6222945fd228b2d23c9da7ad8876f8ba1fea382312e1eb320819ec5d8bbf637095c18dbe2413184bbea77040bd1a5492ea9427355fc5e62f6169277530e
 DIST ignition-math6_6.4.0.tar.gz 515870 BLAKE2B d975edfa2e23560784adef1d66e7613c822a65bcc8b20d33aa030a570fdf3b19043eb6750e93728f2ff5e8ee14ab047a1420bf9991ea6519ec7399235e262ba1 SHA512 8a6e672ef6de591d25200f288deaaa16cc43e3c90804ee5ead0f06345036afbfa40acb531eb5b6a1fa80bd34c0c5964662cc0659d8bed2c811ad7c776d6f77cb
 DIST ignition-math6_6.5.0.tar.gz 539313 BLAKE2B 0ec7b5a4e8eac4161fd2df607c18f905bbfb12923373e2c74e435da8cd98926feac7e6b5434f7a335888a273757786872cc7cc3d0dd4f1e342a5ce488f07420d SHA512 ea8702339ffa1a76bb8aded17c83a620568edec472bf0722997a7f907ed07ead0d2e89356055835f9ee6dcc462066bdbc67cf07c01e0efe4e1b8fb3e4d2407fa

diff --git a/sci-libs/ignition-math/ignition-math-4.0.0-r1.ebuild b/sci-libs/ignition-math/ignition-math-4.0.0-r1.ebuild
deleted file mode 100644
index 98c1c6f4f98..00000000000
--- a/sci-libs/ignition-math/ignition-math-4.0.0-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-CMAKE_BUILD_TYPE=RelWithDebInfo
-inherit cmake-multilib vcs-snapshot
-
-DESCRIPTION="A small, fast, and high performance math library for robot applications"
-HOMEPAGE="https://ignitionrobotics.org/libraries/math"
-SRC_URI="https://bitbucket.org/ignitionrobotics/ign-math/get/${PN}4_${PV}.tar.bz2"
-
-LICENSE="Apache-2.0"
-SLOT="4/4"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-	dev-util/ignition-cmake:0[${MULTILIB_USEDEP}]"
-
-S="${WORKDIR}/${PN}4_${PV}"


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/
@ 2020-09-07  9:43 Alexis Ballier
  0 siblings, 0 replies; 28+ messages in thread
From: Alexis Ballier @ 2020-09-07  9:43 UTC (permalink / raw
  To: gentoo-commits

commit:     a90e6fd96643573cafc031027366d6eff2c5b4c5
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  7 09:33:42 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Sep  7 09:42:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a90e6fd9

sci-libs/ignition-math: bump to 6.5.0

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 sci-libs/ignition-math/Manifest                   |  1 +
 sci-libs/ignition-math/ignition-math-6.5.0.ebuild | 26 +++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/sci-libs/ignition-math/Manifest b/sci-libs/ignition-math/Manifest
index 101617f6190..662132fa99c 100644
--- a/sci-libs/ignition-math/Manifest
+++ b/sci-libs/ignition-math/Manifest
@@ -1,2 +1,3 @@
 DIST ignition-math4_4.0.0.tar.bz2 387717 BLAKE2B 1b19bcd377eb18b616a300e022419ba2651795e04c0f0a3769f565e6febdc1a37f321c81730e1c13c9f9b17f35e6cf558d1129b278b2477ec8d5a5f46b927d66 SHA512 4815c6222945fd228b2d23c9da7ad8876f8ba1fea382312e1eb320819ec5d8bbf637095c18dbe2413184bbea77040bd1a5492ea9427355fc5e62f6169277530e
 DIST ignition-math6_6.4.0.tar.gz 515870 BLAKE2B d975edfa2e23560784adef1d66e7613c822a65bcc8b20d33aa030a570fdf3b19043eb6750e93728f2ff5e8ee14ab047a1420bf9991ea6519ec7399235e262ba1 SHA512 8a6e672ef6de591d25200f288deaaa16cc43e3c90804ee5ead0f06345036afbfa40acb531eb5b6a1fa80bd34c0c5964662cc0659d8bed2c811ad7c776d6f77cb
+DIST ignition-math6_6.5.0.tar.gz 539313 BLAKE2B 0ec7b5a4e8eac4161fd2df607c18f905bbfb12923373e2c74e435da8cd98926feac7e6b5434f7a335888a273757786872cc7cc3d0dd4f1e342a5ce488f07420d SHA512 ea8702339ffa1a76bb8aded17c83a620568edec472bf0722997a7f907ed07ead0d2e89356055835f9ee6dcc462066bdbc67cf07c01e0efe4e1b8fb3e4d2407fa

diff --git a/sci-libs/ignition-math/ignition-math-6.5.0.ebuild b/sci-libs/ignition-math/ignition-math-6.5.0.ebuild
new file mode 100644
index 00000000000..ab724f9e7b7
--- /dev/null
+++ b/sci-libs/ignition-math/ignition-math-6.5.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_BUILD_TYPE=RelWithDebInfo
+inherit cmake vcs-snapshot
+
+DESCRIPTION="A small, fast, and high performance math library for robot applications"
+HOMEPAGE="https://ignitionrobotics.org/libraries/math"
+SRC_URI="https://github.com/ignitionrobotics/ign-math/archive/${PN}6_${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="6/6"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	dev-cpp/eigen:3
+	dev-util/ignition-cmake:2"
+BDEPEND="
+	dev-util/ignition-cmake:2"
+
+S="${WORKDIR}/${PN}6_${PV}"
+PATCHES=( "${FILESDIR}/includes.patch" )


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/
@ 2020-09-07  9:43 Alexis Ballier
  0 siblings, 0 replies; 28+ messages in thread
From: Alexis Ballier @ 2020-09-07  9:43 UTC (permalink / raw
  To: gentoo-commits

commit:     bf4d4867b09e9c39c5702ecf4423ebc125616801
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  7 09:29:39 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Sep  7 09:42:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf4d4867

sci-libs/ignition-math: migrate to cmake eclass

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 sci-libs/ignition-math/ignition-math-6.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/ignition-math/ignition-math-6.4.0.ebuild b/sci-libs/ignition-math/ignition-math-6.4.0.ebuild
index e4620e3360b..ab724f9e7b7 100644
--- a/sci-libs/ignition-math/ignition-math-6.4.0.ebuild
+++ b/sci-libs/ignition-math/ignition-math-6.4.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 CMAKE_BUILD_TYPE=RelWithDebInfo
-inherit cmake-utils vcs-snapshot
+inherit cmake vcs-snapshot
 
 DESCRIPTION="A small, fast, and high performance math library for robot applications"
 HOMEPAGE="https://ignitionrobotics.org/libraries/math"


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/
@ 2020-09-07  9:43 Alexis Ballier
  0 siblings, 0 replies; 28+ messages in thread
From: Alexis Ballier @ 2020-09-07  9:43 UTC (permalink / raw
  To: gentoo-commits

commit:     93b89277a9c285ca896912dbff64a4b88d4ed7a6
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  7 09:27:06 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Sep  7 09:42:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93b89277

sci-libs/ignition-math: add missing slot dep

Closes: https://bugs.gentoo.org/740714
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 sci-libs/ignition-math/ignition-math-4.0.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/ignition-math/ignition-math-4.0.0-r1.ebuild b/sci-libs/ignition-math/ignition-math-4.0.0-r1.ebuild
index 522811b8b00..98c1c6f4f98 100644
--- a/sci-libs/ignition-math/ignition-math-4.0.0-r1.ebuild
+++ b/sci-libs/ignition-math/ignition-math-4.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,6 +17,6 @@ IUSE=""
 
 RDEPEND=""
 DEPEND="${RDEPEND}
-	dev-util/ignition-cmake[${MULTILIB_USEDEP}]"
+	dev-util/ignition-cmake:0[${MULTILIB_USEDEP}]"
 
 S="${WORKDIR}/${PN}4_${PV}"


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/
@ 2018-10-16 12:36 Andreas Sturmlechner
  0 siblings, 0 replies; 28+ messages in thread
From: Andreas Sturmlechner @ 2018-10-16 12:36 UTC (permalink / raw
  To: gentoo-commits

commit:     a62d9678ffd051aad10c375a4a248f4bdeea125c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 16 07:23:09 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 16 12:36:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a62d9678

sci-libs/ignition-math: Drop 3.2.0

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-libs/ignition-math/Manifest                   |  1 -
 sci-libs/ignition-math/ignition-math-3.2.0.ebuild | 28 -----------------------
 2 files changed, 29 deletions(-)

diff --git a/sci-libs/ignition-math/Manifest b/sci-libs/ignition-math/Manifest
index eb2409875a0..ee43fc82637 100644
--- a/sci-libs/ignition-math/Manifest
+++ b/sci-libs/ignition-math/Manifest
@@ -1,2 +1 @@
-DIST ignition-math3_3.2.0.tar.bz2 382201 BLAKE2B 79d0450356d931e3150afddd8f0d558923c6a27be4a56566ba18c6dc654b61b32acb92eff2ce5a87228bd512058e4b68d85b26bbbf1ac6a6c6af617b5ebcf59e SHA512 ffb5d61105ba0951c6420c53d64b47bdd65bdcac17e8ef2ce7cb83aeb2310280e5acb4d029d1af5c05fb5c40accf05df61d1e04dc990225159f1749284e3dcf1
 DIST ignition-math4_4.0.0.tar.bz2 387717 BLAKE2B 1b19bcd377eb18b616a300e022419ba2651795e04c0f0a3769f565e6febdc1a37f321c81730e1c13c9f9b17f35e6cf558d1129b278b2477ec8d5a5f46b927d66 SHA512 4815c6222945fd228b2d23c9da7ad8876f8ba1fea382312e1eb320819ec5d8bbf637095c18dbe2413184bbea77040bd1a5492ea9427355fc5e62f6169277530e

diff --git a/sci-libs/ignition-math/ignition-math-3.2.0.ebuild b/sci-libs/ignition-math/ignition-math-3.2.0.ebuild
deleted file mode 100644
index a4ba79c991d..00000000000
--- a/sci-libs/ignition-math/ignition-math-3.2.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-multilib vcs-snapshot flag-o-matic
-
-DESCRIPTION="A small, fast, and high performance math library for robot applications"
-HOMEPAGE="https://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-multilib_src_configure
-}


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/
@ 2018-06-18 19:06 Andreas Sturmlechner
  0 siblings, 0 replies; 28+ messages in thread
From: Andreas Sturmlechner @ 2018-06-18 19:06 UTC (permalink / raw
  To: gentoo-commits

commit:     c72d9275af8006440c00f20b9507448e4a3ac35d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 18 16:30:19 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 18 19:05:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c72d9275

sci-libs/ignition-math: EAPI-6 bump, obsolete eclass

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../ignition-math/ignition-math-4.0.0-r1.ebuild    | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/sci-libs/ignition-math/ignition-math-4.0.0-r1.ebuild b/sci-libs/ignition-math/ignition-math-4.0.0-r1.ebuild
new file mode 100644
index 00000000000..522811b8b00
--- /dev/null
+++ b/sci-libs/ignition-math/ignition-math-4.0.0-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+CMAKE_BUILD_TYPE=RelWithDebInfo
+inherit cmake-multilib vcs-snapshot
+
+DESCRIPTION="A small, fast, and high performance math library for robot applications"
+HOMEPAGE="https://ignitionrobotics.org/libraries/math"
+SRC_URI="https://bitbucket.org/ignitionrobotics/ign-math/get/${PN}4_${PV}.tar.bz2"
+
+LICENSE="Apache-2.0"
+SLOT="4/4"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	dev-util/ignition-cmake[${MULTILIB_USEDEP}]"
+
+S="${WORKDIR}/${PN}4_${PV}"


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/
@ 2018-06-18 19:06 Andreas Sturmlechner
  0 siblings, 0 replies; 28+ messages in thread
From: Andreas Sturmlechner @ 2018-06-18 19:06 UTC (permalink / raw
  To: gentoo-commits

commit:     928ce9a004c75f0cbddb79467701da56767c0c92
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 18 16:30:36 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 18 19:05:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=928ce9a0

sci-libs/ignition-math: Drop 4.0.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sci-libs/ignition-math/ignition-math-4.0.0.ebuild | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/sci-libs/ignition-math/ignition-math-4.0.0.ebuild b/sci-libs/ignition-math/ignition-math-4.0.0.ebuild
deleted file mode 100644
index 03d5e2d9fbb..00000000000
--- a/sci-libs/ignition-math/ignition-math-4.0.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-multilib vcs-snapshot flag-o-matic
-
-DESCRIPTION="A small, fast, and high performance math library for robot applications"
-HOMEPAGE="https://ignitionrobotics.org/libraries/math"
-SRC_URI="https://bitbucket.org/ignitionrobotics/ign-math/get/${PN}4_${PV}.tar.bz2"
-
-LICENSE="Apache-2.0"
-SLOT="4/4"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-	dev-util/ignition-cmake[${MULTILIB_USEDEP}]"
-S="${WORKDIR}/${PN}4_${PV}"
-CMAKE_BUILD_TYPE=RelWithDebInfo


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/
@ 2018-02-22 20:19 Alexis Ballier
  0 siblings, 0 replies; 28+ messages in thread
From: Alexis Ballier @ 2018-02-22 20:19 UTC (permalink / raw
  To: gentoo-commits

commit:     1b8bc98b9e363c95b310dad1dc8e8600c50a14cd
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Feb 22 17:44:47 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Feb 22 20:18:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b8bc98b

sci-libs/ignition-math: use HTTPS

 sci-libs/ignition-math/ignition-math-3.2.0.ebuild | 4 ++--
 sci-libs/ignition-math/ignition-math-4.0.0.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-libs/ignition-math/ignition-math-3.2.0.ebuild b/sci-libs/ignition-math/ignition-math-3.2.0.ebuild
index edbe8795a02..a4ba79c991d 100644
--- a/sci-libs/ignition-math/ignition-math-3.2.0.ebuild
+++ b/sci-libs/ignition-math/ignition-math-3.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
 inherit cmake-multilib vcs-snapshot flag-o-matic
 
 DESCRIPTION="A small, fast, and high performance math library for robot applications"
-HOMEPAGE="http://ignitionrobotics.org/libraries/math"
+HOMEPAGE="https://ignitionrobotics.org/libraries/math"
 SRC_URI="https://bitbucket.org/ignitionrobotics/ign-math/get/${PN}3_${PV}.tar.bz2"
 
 LICENSE="Apache-2.0"

diff --git a/sci-libs/ignition-math/ignition-math-4.0.0.ebuild b/sci-libs/ignition-math/ignition-math-4.0.0.ebuild
index 423c6ac865d..03d5e2d9fbb 100644
--- a/sci-libs/ignition-math/ignition-math-4.0.0.ebuild
+++ b/sci-libs/ignition-math/ignition-math-4.0.0.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 inherit cmake-multilib vcs-snapshot flag-o-matic
 
 DESCRIPTION="A small, fast, and high performance math library for robot applications"
-HOMEPAGE="http://ignitionrobotics.org/libraries/math"
+HOMEPAGE="https://ignitionrobotics.org/libraries/math"
 SRC_URI="https://bitbucket.org/ignitionrobotics/ign-math/get/${PN}4_${PV}.tar.bz2"
 
 LICENSE="Apache-2.0"


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/
@ 2018-01-07  7:08 Alexis Ballier
  0 siblings, 0 replies; 28+ messages in thread
From: Alexis Ballier @ 2018-01-07  7:08 UTC (permalink / raw
  To: gentoo-commits

commit:     5b67a7d1820a12bc4df5dc3a8c6ab0186921371f
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  7 06:56:44 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Jan  7 06:56:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b67a7d1

sci-libs/ignition-math: Bump to 4.0.0

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-libs/ignition-math/Manifest                   |  1 +
 sci-libs/ignition-math/ignition-math-4.0.0.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/sci-libs/ignition-math/Manifest b/sci-libs/ignition-math/Manifest
index 5b5875b841c..eb2409875a0 100644
--- a/sci-libs/ignition-math/Manifest
+++ b/sci-libs/ignition-math/Manifest
@@ -1 +1,2 @@
 DIST ignition-math3_3.2.0.tar.bz2 382201 BLAKE2B 79d0450356d931e3150afddd8f0d558923c6a27be4a56566ba18c6dc654b61b32acb92eff2ce5a87228bd512058e4b68d85b26bbbf1ac6a6c6af617b5ebcf59e SHA512 ffb5d61105ba0951c6420c53d64b47bdd65bdcac17e8ef2ce7cb83aeb2310280e5acb4d029d1af5c05fb5c40accf05df61d1e04dc990225159f1749284e3dcf1
+DIST ignition-math4_4.0.0.tar.bz2 387717 BLAKE2B 1b19bcd377eb18b616a300e022419ba2651795e04c0f0a3769f565e6febdc1a37f321c81730e1c13c9f9b17f35e6cf558d1129b278b2477ec8d5a5f46b927d66 SHA512 4815c6222945fd228b2d23c9da7ad8876f8ba1fea382312e1eb320819ec5d8bbf637095c18dbe2413184bbea77040bd1a5492ea9427355fc5e62f6169277530e

diff --git a/sci-libs/ignition-math/ignition-math-4.0.0.ebuild b/sci-libs/ignition-math/ignition-math-4.0.0.ebuild
new file mode 100644
index 00000000000..423c6ac865d
--- /dev/null
+++ b/sci-libs/ignition-math/ignition-math-4.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit cmake-multilib 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}4_${PV}.tar.bz2"
+
+LICENSE="Apache-2.0"
+SLOT="4/4"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	dev-util/ignition-cmake[${MULTILIB_USEDEP}]"
+S="${WORKDIR}/${PN}4_${PV}"
+CMAKE_BUILD_TYPE=RelWithDebInfo


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/
@ 2017-06-29 20:28 Alexis Ballier
  0 siblings, 0 replies; 28+ messages in thread
From: Alexis Ballier @ 2017-06-29 20:28 UTC (permalink / raw
  To: gentoo-commits

commit:     f17b16083ce9f3a9833e34c712d6c2cb74483554
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 10:03:24 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 20:28:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f17b1608

sci-libs/ignition-math: add multilib support

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-libs/ignition-math/ignition-math-3.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/ignition-math/ignition-math-3.2.0.ebuild b/sci-libs/ignition-math/ignition-math-3.2.0.ebuild
index eef3870ff94..edbe8795a02 100644
--- a/sci-libs/ignition-math/ignition-math-3.2.0.ebuild
+++ b/sci-libs/ignition-math/ignition-math-3.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-inherit cmake-utils vcs-snapshot flag-o-matic
+inherit cmake-multilib vcs-snapshot flag-o-matic
 
 DESCRIPTION="A small, fast, and high performance math library for robot applications"
 HOMEPAGE="http://ignitionrobotics.org/libraries/math"
@@ -24,5 +24,5 @@ src_configure() {
 	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
+	cmake-multilib_src_configure
 }


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/
@ 2017-06-29 20:28 Alexis Ballier
  0 siblings, 0 replies; 28+ messages in thread
From: Alexis Ballier @ 2017-06-29 20:28 UTC (permalink / raw
  To: gentoo-commits

commit:     10c2d391b5d7d51f930319647796f27cda5700d4
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 10:03:40 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 20:28:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c2d391

sci-libs/ignition-math: Remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-libs/ignition-math/Manifest                   |  1 -
 sci-libs/ignition-math/ignition-math-3.1.0.ebuild | 28 -----------------------
 2 files changed, 29 deletions(-)

diff --git a/sci-libs/ignition-math/Manifest b/sci-libs/ignition-math/Manifest
index 8b80fe7ea4b..c7beb21d149 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 eef3870ff94..00000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/
@ 2017-06-27 10:01 Alexis Ballier
  0 siblings, 0 replies; 28+ messages in thread
From: Alexis Ballier @ 2017-06-27 10:01 UTC (permalink / raw
  To: gentoo-commits

commit:     85c9613983fc37715f27474850c4e6ce9e64a542
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 27 10:00:59 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jun 27 10:01:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85c96139

sci-libs/ignition-math: Bump to 3.2.0

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/sci-libs/ignition-math/Manifest b/sci-libs/ignition-math/Manifest
index aa61d154cf6..8b80fe7ea4b 100644
--- a/sci-libs/ignition-math/Manifest
+++ b/sci-libs/ignition-math/Manifest
@@ -1 +1,2 @@
 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.2.0.ebuild b/sci-libs/ignition-math/ignition-math-3.2.0.ebuild
new file mode 100644
index 00000000000..eef3870ff94
--- /dev/null
+++ b/sci-libs/ignition-math/ignition-math-3.2.0.ebuild
@@ -0,0 +1,28 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/
@ 2017-04-12  9:48 Alexis Ballier
  0 siblings, 0 replies; 28+ messages in thread
From: Alexis Ballier @ 2017-04-12  9:48 UTC (permalink / raw
  To: gentoo-commits

commit:     9d7ac55305007caef0f8fff2f1b2f510d70cb8e4
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 12 09:48:04 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Apr 12 09:48:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d7ac553

sci-libs/ignition-math: Bump to 3.1.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/sci-libs/ignition-math/Manifest b/sci-libs/ignition-math/Manifest
index 3e52ce9fad5..09fef9b77f2 100644
--- a/sci-libs/ignition-math/Manifest
+++ b/sci-libs/ignition-math/Manifest
@@ -2,4 +2,5 @@ DIST ignition-math2_2.5.0.tar.bz2 360006 SHA256 500b827c7b69dc2868cde8ade60110c9
 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-math3_3.1.0.tar.bz2 378840 SHA256 1c527afdcbf42ff55e5621ff0e6d38100fc6144a73ef6d9321fe22d782be4887 SHA512 c4ffdd7ab6eb8437068e60b5ffa54465ea9d3185c04c3f2667bb9dc15051a6ace5a8452532af15f05b883ff0d3065de367bba28a8fdf2444fb39d8263d6c6e3f WHIRLPOOL eaf74ed192de50f7421f92778b7b3d4e38e3fbe3d0e277328e6f999223b3e3c1b70445317be537818ddbcdde89204a3d0b71a9b19b0db3761e0f242542247b97
 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.1.0.ebuild b/sci-libs/ignition-math/ignition-math-3.1.0.ebuild
new file mode 100644
index 00000000000..eef3870ff94
--- /dev/null
+++ b/sci-libs/ignition-math/ignition-math-3.1.0.ebuild
@@ -0,0 +1,28 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/
@ 2017-04-12  9:48 Alexis Ballier
  0 siblings, 0 replies; 28+ messages in thread
From: Alexis Ballier @ 2017-04-12  9:48 UTC (permalink / raw
  To: gentoo-commits

commit:     1109b56240d49f325ad58dcbdeab2c265a575607
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 12 09:48:32 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Apr 12 09:48:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1109b562

sci-libs/ignition-math: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sci-libs/ignition-math/Manifest                   |  5 ----
 sci-libs/ignition-math/ignition-math-1.0.0.ebuild | 28 -----------------------
 sci-libs/ignition-math/ignition-math-2.5.0.ebuild | 28 -----------------------
 sci-libs/ignition-math/ignition-math-2.6.0.ebuild | 28 -----------------------
 sci-libs/ignition-math/ignition-math-2.7.0.ebuild | 28 -----------------------
 sci-libs/ignition-math/ignition-math-3.0.0.ebuild | 28 -----------------------
 6 files changed, 145 deletions(-)

diff --git a/sci-libs/ignition-math/Manifest b/sci-libs/ignition-math/Manifest
index 09fef9b77f2..aa61d154cf6 100644
--- a/sci-libs/ignition-math/Manifest
+++ b/sci-libs/ignition-math/Manifest
@@ -1,6 +1 @@
-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-math3_3.1.0.tar.bz2 378840 SHA256 1c527afdcbf42ff55e5621ff0e6d38100fc6144a73ef6d9321fe22d782be4887 SHA512 c4ffdd7ab6eb8437068e60b5ffa54465ea9d3185c04c3f2667bb9dc15051a6ace5a8452532af15f05b883ff0d3065de367bba28a8fdf2444fb39d8263d6c6e3f WHIRLPOOL eaf74ed192de50f7421f92778b7b3d4e38e3fbe3d0e277328e6f999223b3e3c1b70445317be537818ddbcdde89204a3d0b71a9b19b0db3761e0f242542247b97
-DIST ignition-math_1.0.0.tar.bz2 312262 SHA256 aa7b5fc9a7732a72f2d45c25bea8280b2230fcd52fbc0159cf7f1224257e72f6 SHA512 21199854482c6cf30c345d27fe4975aa30a42f03c2bfb0fd5dfe0bbc309d686f2760a6ccc52f8e47bdf5d5db05fbbdcb2f9393c4a91ee054a78def5df8089950 WHIRLPOOL 7f088aea5bd7f2510043c5aad35e4ca814936159a4596657f2af02dc38bdb5e84db002cbb8f8ab8ed0ff0793af423cfd6d31714d6d56808d41ffeca7e3629e81

diff --git a/sci-libs/ignition-math/ignition-math-1.0.0.ebuild b/sci-libs/ignition-math/ignition-math-1.0.0.ebuild
deleted file mode 100644
index 8832add0bb6..00000000000
--- a/sci-libs/ignition-math/ignition-math-1.0.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 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}_${PV}.tar.bz2"
-
-LICENSE="Apache-2.0"
-SLOT="1/1"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-S="${WORKDIR}/${PN}_${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
-}

diff --git a/sci-libs/ignition-math/ignition-math-2.5.0.ebuild b/sci-libs/ignition-math/ignition-math-2.5.0.ebuild
deleted file mode 100644
index 72f6f5407f0..00000000000
--- a/sci-libs/ignition-math/ignition-math-2.5.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 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}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
-}

diff --git a/sci-libs/ignition-math/ignition-math-2.6.0.ebuild b/sci-libs/ignition-math/ignition-math-2.6.0.ebuild
deleted file mode 100644
index 72f6f5407f0..00000000000
--- a/sci-libs/ignition-math/ignition-math-2.6.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 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}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
-}

diff --git a/sci-libs/ignition-math/ignition-math-2.7.0.ebuild b/sci-libs/ignition-math/ignition-math-2.7.0.ebuild
deleted file mode 100644
index 7ccc3b71df9..00000000000
--- a/sci-libs/ignition-math/ignition-math-2.7.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}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
-}

diff --git a/sci-libs/ignition-math/ignition-math-3.0.0.ebuild b/sci-libs/ignition-math/ignition-math-3.0.0.ebuild
deleted file mode 100644
index eef3870ff94..00000000000
--- a/sci-libs/ignition-math/ignition-math-3.0.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
-}


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/
@ 2017-01-17 12:54 Alexis Ballier
  0 siblings, 0 replies; 28+ messages in thread
From: Alexis Ballier @ 2017-01-17 12:54 UTC (permalink / raw
  To: gentoo-commits

commit:     d0d5f101c9c4f656aeee3e50037227f1106a4203
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 12:51:26 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=d0d5f101

sci-libs/ignition-math: bump to 2.7.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/sci-libs/ignition-math/Manifest b/sci-libs/ignition-math/Manifest
index bef53ba..ef358f5 100644
--- a/sci-libs/ignition-math/Manifest
+++ b/sci-libs/ignition-math/Manifest
@@ -1,3 +1,4 @@
 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-math_1.0.0.tar.bz2 312262 SHA256 aa7b5fc9a7732a72f2d45c25bea8280b2230fcd52fbc0159cf7f1224257e72f6 SHA512 21199854482c6cf30c345d27fe4975aa30a42f03c2bfb0fd5dfe0bbc309d686f2760a6ccc52f8e47bdf5d5db05fbbdcb2f9393c4a91ee054a78def5df8089950 WHIRLPOOL 7f088aea5bd7f2510043c5aad35e4ca814936159a4596657f2af02dc38bdb5e84db002cbb8f8ab8ed0ff0793af423cfd6d31714d6d56808d41ffeca7e3629e81

diff --git a/sci-libs/ignition-math/ignition-math-2.7.0.ebuild b/sci-libs/ignition-math/ignition-math-2.7.0.ebuild
new file mode 100644
index 00000000..feb4dc5
--- /dev/null
+++ b/sci-libs/ignition-math/ignition-math-2.7.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}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
+}


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/
@ 2017-01-17 12:54 Alexis Ballier
  0 siblings, 0 replies; 28+ messages in thread
From: Alexis Ballier @ 2017-01-17 12:54 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/
@ 2016-11-29 12:18 Alexis Ballier
  0 siblings, 0 replies; 28+ messages in thread
From: Alexis Ballier @ 2016-11-29 12:18 UTC (permalink / raw
  To: gentoo-commits

commit:     cc66da58375ba264e4493ca55fa50bc8306511cf
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 29 09:32:40 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Nov 29 12:18:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc66da58

sci-libs/ignition-math: remove old

Package-Manager: portage-2.3.2

 sci-libs/ignition-math/Manifest                   |  3 ---
 sci-libs/ignition-math/ignition-math-2.2.2.ebuild | 29 -----------------------
 sci-libs/ignition-math/ignition-math-2.3.0.ebuild | 29 -----------------------
 sci-libs/ignition-math/ignition-math-2.4.0.ebuild | 29 -----------------------
 4 files changed, 90 deletions(-)

diff --git a/sci-libs/ignition-math/Manifest b/sci-libs/ignition-math/Manifest
index 7c0d8f6..555f020 100644
--- a/sci-libs/ignition-math/Manifest
+++ b/sci-libs/ignition-math/Manifest
@@ -1,5 +1,2 @@
-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-math2_2.5.0.tar.bz2 360006 SHA256 500b827c7b69dc2868cde8ade60110c948195b16d1d4cf103c301e3b54dc65b4 SHA512 64c15af499b249cf1f60d7c83923da3304756e86ae88ae07bfd0d7d53db8a37b079e38917f367465af5ec3fb37071d76d2c33ae9b63ecdc55beb489f21157835 WHIRLPOOL 4437ae0ddcf5eade0595c3add71650a9531c3cf04c425a736a0060e7507ea573162b7114f1fbeb18f885c2277d06797aab9bfeba7c3bbd83fff0de2dbff3d581
 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.2.2.ebuild b/sci-libs/ignition-math/ignition-math-2.2.2.ebuild
deleted file mode 100644
index 8bc2070..00000000
--- a/sci-libs/ignition-math/ignition-math-2.2.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 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
-}

diff --git a/sci-libs/ignition-math/ignition-math-2.3.0.ebuild b/sci-libs/ignition-math/ignition-math-2.3.0.ebuild
deleted file mode 100644
index 8bc2070..00000000
--- a/sci-libs/ignition-math/ignition-math-2.3.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 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
-}

diff --git a/sci-libs/ignition-math/ignition-math-2.4.0.ebuild b/sci-libs/ignition-math/ignition-math-2.4.0.ebuild
deleted file mode 100644
index 9ae7d08..00000000
--- a/sci-libs/ignition-math/ignition-math-2.4.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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
-}


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/
@ 2016-11-29 12:18 Alexis Ballier
  0 siblings, 0 replies; 28+ messages in thread
From: Alexis Ballier @ 2016-11-29 12:18 UTC (permalink / raw
  To: gentoo-commits

commit:     eb676fbafde09cef063ed5b3090338ffd52b9ca8
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 29 09:34:22 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Nov 29 12:18:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb676fba

sci-libs/ignition-math: bump to 2.6.0

Package-Manager: portage-2.3.2

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

diff --git a/sci-libs/ignition-math/Manifest b/sci-libs/ignition-math/Manifest
index 555f020..bef53ba 100644
--- a/sci-libs/ignition-math/Manifest
+++ b/sci-libs/ignition-math/Manifest
@@ -1,2 +1,3 @@
 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-math_1.0.0.tar.bz2 312262 SHA256 aa7b5fc9a7732a72f2d45c25bea8280b2230fcd52fbc0159cf7f1224257e72f6 SHA512 21199854482c6cf30c345d27fe4975aa30a42f03c2bfb0fd5dfe0bbc309d686f2760a6ccc52f8e47bdf5d5db05fbbdcb2f9393c4a91ee054a78def5df8089950 WHIRLPOOL 7f088aea5bd7f2510043c5aad35e4ca814936159a4596657f2af02dc38bdb5e84db002cbb8f8ab8ed0ff0793af423cfd6d31714d6d56808d41ffeca7e3629e81

diff --git a/sci-libs/ignition-math/ignition-math-2.6.0.ebuild b/sci-libs/ignition-math/ignition-math-2.6.0.ebuild
new file mode 100644
index 00000000..9ae7d08
--- /dev/null
+++ b/sci-libs/ignition-math/ignition-math-2.6.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
+}


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/
@ 2016-07-29 10:15 Alexis Ballier
  0 siblings, 0 replies; 28+ messages in thread
From: Alexis Ballier @ 2016-07-29 10:15 UTC (permalink / raw
  To: gentoo-commits

commit:     4f1a37ebb7114d61bd616099164e288a3148556f
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 29 10:10:43 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 10:10:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f1a37eb

sci-libs/ignition-math: bump to 2.5.0

Package-Manager: portage-2.3.0

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

diff --git a/sci-libs/ignition-math/Manifest b/sci-libs/ignition-math/Manifest
index e9ac567..7c0d8f6 100644
--- a/sci-libs/ignition-math/Manifest
+++ b/sci-libs/ignition-math/Manifest
@@ -1,4 +1,5 @@
 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-math2_2.5.0.tar.bz2 360006 SHA256 500b827c7b69dc2868cde8ade60110c948195b16d1d4cf103c301e3b54dc65b4 SHA512 64c15af499b249cf1f60d7c83923da3304756e86ae88ae07bfd0d7d53db8a37b079e38917f367465af5ec3fb37071d76d2c33ae9b63ecdc55beb489f21157835 WHIRLPOOL 4437ae0ddcf5eade0595c3add71650a9531c3cf04c425a736a0060e7507ea573162b7114f1fbeb18f885c2277d06797aab9bfeba7c3bbd83fff0de2dbff3d581
 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.5.0.ebuild b/sci-libs/ignition-math/ignition-math-2.5.0.ebuild
new file mode 100644
index 0000000..9ae7d08
--- /dev/null
+++ b/sci-libs/ignition-math/ignition-math-2.5.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
+}


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/
@ 2016-06-28 14:36 Alexis Ballier
  0 siblings, 0 replies; 28+ messages in thread
From: Alexis Ballier @ 2016-06-28 14:36 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/
@ 2015-09-16 12:29 Alexis Ballier
  0 siblings, 0 replies; 28+ messages in thread
From: Alexis Ballier @ 2015-09-16 12:29 UTC (permalink / raw
  To: gentoo-commits

commit:     c1b0b0ef50fcb3776d4905160203e7c6440f062e
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 16 12:29:39 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 12:29:39 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1b0b0ef

sci-libs/ignition-math: Initial import. Ebuild by me.

Package-Manager: portage-2.2.20.1

 sci-libs/ignition-math/Manifest                   |  2 ++
 sci-libs/ignition-math/ignition-math-1.0.0.ebuild | 29 +++++++++++++++++++++++
 sci-libs/ignition-math/ignition-math-2.2.2.ebuild | 29 +++++++++++++++++++++++
 sci-libs/ignition-math/metadata.xml               |  8 +++++++
 4 files changed, 68 insertions(+)

diff --git a/sci-libs/ignition-math/Manifest b/sci-libs/ignition-math/Manifest
new file mode 100644
index 0000000..6dd2412
--- /dev/null
+++ b/sci-libs/ignition-math/Manifest
@@ -0,0 +1,2 @@
+DIST ignition-math2_2.2.2.tar.bz2 325413 SHA256 e88db3ea1104330d009cd8d5f70e564296d2344a970fb964da9591fea884e2ab SHA512 fc278312a8144438f2db128ad1041bfd9dc8d5f5618827c5e6374dee934a48fe0297a3036c353d5351656e2a7334c21c61c81227b9858e5f585a170291646d9a WHIRLPOOL 675b065f4908b5284b8fbdc970b943677b2b97a5846c1d91290a25bf9a945b58aab0b6e96fe33c7368061aaf1bd88be0db29456d649692a631410583e5043858
+DIST ignition-math_1.0.0.tar.bz2 312262 SHA256 aa7b5fc9a7732a72f2d45c25bea8280b2230fcd52fbc0159cf7f1224257e72f6 SHA512 21199854482c6cf30c345d27fe4975aa30a42f03c2bfb0fd5dfe0bbc309d686f2760a6ccc52f8e47bdf5d5db05fbbdcb2f9393c4a91ee054a78def5df8089950 WHIRLPOOL 7f088aea5bd7f2510043c5aad35e4ca814936159a4596657f2af02dc38bdb5e84db002cbb8f8ab8ed0ff0793af423cfd6d31714d6d56808d41ffeca7e3629e81

diff --git a/sci-libs/ignition-math/ignition-math-1.0.0.ebuild b/sci-libs/ignition-math/ignition-math-1.0.0.ebuild
new file mode 100644
index 0000000..6238823
--- /dev/null
+++ b/sci-libs/ignition-math/ignition-math-1.0.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 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}_${PV}.tar.bz2"
+
+LICENSE="Apache-2.0"
+SLOT="1/1"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+S="${WORKDIR}/${PN}_${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
+}

diff --git a/sci-libs/ignition-math/ignition-math-2.2.2.ebuild b/sci-libs/ignition-math/ignition-math-2.2.2.ebuild
new file mode 100644
index 0000000..8bc2070
--- /dev/null
+++ b/sci-libs/ignition-math/ignition-math-2.2.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 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
+}

diff --git a/sci-libs/ignition-math/metadata.xml b/sci-libs/ignition-math/metadata.xml
new file mode 100644
index 0000000..e7dd05f
--- /dev/null
+++ b/sci-libs/ignition-math/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+<email>aballier@gentoo.org</email>
+<name>Alexis Ballier</name>
+</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2024-08-06 22:10 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-28 20:25 [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2024-08-06 22:10 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-06-28 14:36 Alexis Ballier
2015-09-16 12:29 Alexis Ballier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox