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 F0D50158020 for ; Sat, 3 Dec 2022 08:11:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0239E0D01; Sat, 3 Dec 2022 08:11:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 6A761E0CA7 for ; Sat, 3 Dec 2022 08:11:02 +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 0F4503412AF for ; Sat, 3 Dec 2022 08:11:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58D47692 for ; Sat, 3 Dec 2022 08:10:59 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1670054190.90907b344c49b50f6fc8918608be05c7086eba93.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/mpc/Manifest dev-libs/mpc/mpc-1.3.0_rc2.ebuild X-VCS-Directories: dev-libs/mpc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 90907b344c49b50f6fc8918608be05c7086eba93 X-VCS-Branch: master Date: Sat, 3 Dec 2022 08:10:59 +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: 456fa03f-287d-494a-a92b-c556790c323e X-Archives-Hash: 535f1d8f8430c78bd69e32c5070f7ff7 commit: 90907b344c49b50f6fc8918608be05c7086eba93 Author: Sam James gentoo org> AuthorDate: Sat Dec 3 07:56:30 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 3 07:56:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90907b34 dev-libs/mpc: add 1.3.0_rc2 (unkeyworded) Signed-off-by: Sam James gentoo.org> dev-libs/mpc/Manifest | 1 + dev-libs/mpc/mpc-1.3.0_rc2.ebuild | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/dev-libs/mpc/Manifest b/dev-libs/mpc/Manifest index 9c5ed85f34c0..dfa3e8cb93a1 100644 --- a/dev-libs/mpc/Manifest +++ b/dev-libs/mpc/Manifest @@ -1 +1,2 @@ DIST mpc-1.2.1.tar.gz 838731 BLAKE2B 9cd03c6a71839e4cdb3c1f18d718cc4d3097c3f8ec307a5c756bd5df27c68aa013755156b3b156efee1acabfee2269602c6a3a358092ef0d522271c9c56c133d SHA512 3279f813ab37f47fdcc800e4ac5f306417d07f539593ca715876e43e04896e1d5bceccfb288ef2908a3f24b760747d0dbd0392a24b9b341bc3e12082e5c836ee +DIST mpc-1.3.0rc2.tar.gz 773419 BLAKE2B bae9db3a4207f470e896a570f571c70aee9f7caa02500828aaac624ce95b165db2cd4afb5944f07f4ba8756a5cccce6d58630866adb19a7cad9955ab0258e047 SHA512 eceaf08a622e9ccf1744f5965acb0283b17fb4347a3ee17a8f96998f2d8807fe49b6cefa0754291938a26fb3d18cea32625f0f0978a3ba32a3cd388ffc95cfee diff --git a/dev-libs/mpc/mpc-1.3.0_rc2.ebuild b/dev-libs/mpc/mpc-1.3.0_rc2.ebuild new file mode 100644 index 000000000000..deb382f0c2ab --- /dev/null +++ b/dev-libs/mpc/mpc-1.3.0_rc2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit multilib-minimal + +DESCRIPTION="A library for multiprecision complex arithmetic with exact rounding" +HOMEPAGE="https://www.multiprecision.org/mpc/" + +if [[ ${PV} == *_rc* ]] ; then + SRC_URI="https://www.multiprecision.org/downloads/${P/_}.tar.gz" + S="${WORKDIR}"/${P/_} +else + SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" + + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +fi + +LICENSE="LGPL-2.1" +SLOT="0/3" # libmpc.so.3 +IUSE="static-libs" + +DEPEND=" + >=dev-libs/gmp-5.0.0:=[${MULTILIB_USEDEP},static-libs?] + >=dev-libs/mpfr-4.1.0:=[${MULTILIB_USEDEP},static-libs?] +" +RDEPEND="${DEPEND}" + +multilib_src_configure() { + ECONF_SOURCE="${S}" econf $(use_enable static-libs static) +} + +multilib_src_install_all() { + einstalldocs + find "${ED}" -name '*.la' -delete || die +}