public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mpc/
Date: Sat,  3 Dec 2022 08:10:59 +0000 (UTC)	[thread overview]
Message-ID: <1670054190.90907b344c49b50f6fc8918608be05c7086eba93.sam@gentoo> (raw)

commit:     90907b344c49b50f6fc8918608be05c7086eba93
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  3 07:56:30 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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
+}


             reply	other threads:[~2022-12-03  8:11 UTC|newest]

Thread overview: 75+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-03  8:10 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-08-18  8:27 [gentoo-commits] repo/gentoo:master commit in: dev-libs/mpc/ Sam James
2023-08-01  7:09 Sam James
2023-08-01  7:09 Sam James
2023-01-28 19:07 Arthur Zamarin
2023-01-27  6:28 Sam James
2023-01-27  6:27 Sam James
2023-01-27  6:27 Sam James
2023-01-27  6:27 Sam James
2023-01-27  6:23 Sam James
2023-01-27  6:23 Sam James
2023-01-27  6:21 Sam James
2022-12-16 22:39 Sam James
2022-12-15 19:55 Sam James
2022-12-13 23:00 Sam James
2022-12-12 17:54 Sam James
2022-12-10  2:58 Sam James
2022-12-09 21:27 Sam James
2022-04-09  2:35 Sam James
2021-01-06 19:34 Fabian Groffen
2020-12-27 14:21 Fabian Groffen
2020-12-04 19:34 Sergei Trofimovich
2020-12-02 22:39 Sam James
2020-11-27 16:10 Agostino Sarubbo
2020-11-27 16:08 Agostino Sarubbo
2020-11-27 16:04 Agostino Sarubbo
2020-11-27  8:42 Agostino Sarubbo
2020-11-27  7:55 Agostino Sarubbo
2020-11-26 16:38 Thomas Deutschmann
2020-11-26 11:31 Sam James
2020-11-26 11:31 Sam James
2020-10-25  9:28 Sergei Trofimovich
2020-09-24 22:50 Sergei Trofimovich
2020-09-23 10:31 Agostino Sarubbo
2020-09-23 10:29 Agostino Sarubbo
2020-09-23 10:24 Agostino Sarubbo
2020-09-21 18:53 Sergei Trofimovich
2020-09-20 16:44 Thomas Deutschmann
2020-09-19 21:11 Sam James
2020-09-19 20:23 Sam James
2020-09-19 20:13 Mikle Kolyada
2020-08-19 18:14 Sergei Trofimovich
2020-02-25 12:46 Mikle Kolyada
2020-02-25 12:46 Mikle Kolyada
2019-11-13 16:09 Agostino Sarubbo
2019-11-12 19:42 Matt Turner
2019-11-12 18:07 Agostino Sarubbo
2019-11-12 10:38 Agostino Sarubbo
2019-11-11  0:26 Matt Turner
2019-11-10 21:56 Sergei Trofimovich
2019-11-09 15:54 Aaron Bauman
2019-11-08  8:35 Mikle Kolyada
2019-11-03 14:49 Agostino Sarubbo
2019-11-03 13:39 Mikle Kolyada
2019-11-03 13:03 Agostino Sarubbo
2019-05-04 18:38 Andreas K. Hüttel
2019-03-15  7:58 Sergei Trofimovich
2018-06-24 12:10 Matthias Maier
2018-06-24 12:10 Matthias Maier
2018-06-24 12:10 Matthias Maier
2018-01-14 21:27 Sergei Trofimovich
2018-01-12 15:13 Anthony G. Basile
2018-01-12  4:10 Mike Frysinger
2018-01-10  4:31 Mike Frysinger
2018-01-02 22:54 Sergei Trofimovich
2017-12-26 20:59 Sergei Trofimovich
2017-12-26 17:24 Sergei Trofimovich
2017-11-27  7:27 Sergei Trofimovich
2017-11-27  0:20 Thomas Deutschmann
2017-11-26 19:06 Sergei Trofimovich
2017-11-26  1:30 Matt Turner
2017-11-25 20:02 Matt Turner
2017-11-25 12:10 Sergei Trofimovich
2017-01-29 16:19 Fabian Groffen
2016-02-29  8:46 Stephen Klimaszewski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1670054190.90907b344c49b50f6fc8918608be05c7086eba93.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox