From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9AAA01393F1 for ; Wed, 16 Sep 2015 12:30:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF36421C002; Wed, 16 Sep 2015 12:30:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70C8421C002 for ; Wed, 16 Sep 2015 12:30:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 488AD340894 for ; Wed, 16 Sep 2015 12:29:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3D5818F for ; Wed, 16 Sep 2015 12:29:53 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1442406579.c1b0b0ef50fcb3776d4905160203e7c6440f062e.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/ignition-math/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/ignition-math/Manifest sci-libs/ignition-math/ignition-math-1.0.0.ebuild sci-libs/ignition-math/ignition-math-2.2.2.ebuild sci-libs/ignition-math/metadata.xml X-VCS-Directories: sci-libs/ignition-math/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: c1b0b0ef50fcb3776d4905160203e7c6440f062e X-VCS-Branch: master Date: Wed, 16 Sep 2015 12:29:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9c6e2e00-5dde-49d9-8348-58e920c1a6fe X-Archives-Hash: 363044128a3cdd615e3513d8367a5afc commit: c1b0b0ef50fcb3776d4905160203e7c6440f062e Author: Alexis Ballier gentoo org> AuthorDate: Wed Sep 16 12:29:39 2015 +0000 Commit: Alexis Ballier gentoo 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 @@ + + + + +aballier@gentoo.org +Alexis Ballier + +