From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8C6CC15815E for ; Mon, 5 Feb 2024 14:54:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74EAEE2A9D; Mon, 5 Feb 2024 14:54:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B4D4E2A9D for ; Mon, 5 Feb 2024 14:54:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92ADE3430D1 for ; Mon, 5 Feb 2024 14:54:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0035A14C6 for ; Mon, 5 Feb 2024 14:54:12 +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: <1707144776.977b9fa583097bdd8f59ce86794716f05b5b19ac.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-6.15.1.ebuild X-VCS-Directories: sci-libs/ignition-math/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 977b9fa583097bdd8f59ce86794716f05b5b19ac X-VCS-Branch: master Date: Mon, 5 Feb 2024 14:54:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d5bfe5e8-7802-48d8-a6d7-13beeba21d25 X-Archives-Hash: 0fcf51bf759b463165ad4ff17bd0eb3f commit: 977b9fa583097bdd8f59ce86794716f05b5b19ac Author: Alexis Ballier gentoo org> AuthorDate: Mon Feb 5 14:48:09 2024 +0000 Commit: Alexis Ballier gentoo 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 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}"