Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mpfr/
Date: Sat, 30 Oct 2021 22:42:02
Message-Id: 1635633710.c839a322e62f4e5cf6241f76a9d9636a57cbb488.sam@gentoo
1 commit: c839a322e62f4e5cf6241f76a9d9636a57cbb488
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 30 22:41:28 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 30 22:41:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c839a322
7
8 dev-libs/mpfr: add keywords to _p13, fix typo (adds extra patch)
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/mpfr/Manifest | 1 +
13 dev-libs/mpfr/{mpfr-4.1.0_p13.ebuild => mpfr-4.1.0_p13-r1.ebuild} | 4 ++--
14 2 files changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/mpfr/Manifest b/dev-libs/mpfr/Manifest
17 index 95e1329b399..5cb37746d21 100644
18 --- a/dev-libs/mpfr/Manifest
19 +++ b/dev-libs/mpfr/Manifest
20 @@ -10,4 +10,5 @@ DIST mpfr-4.1.0-patch09.patch 4591 BLAKE2B 09980bd9f1fb7e39a35e972e9c8a8fd3918bd
21 DIST mpfr-4.1.0-patch10.patch 26493 BLAKE2B 8cc0c498264d05c03a72dad58e553c9ea63e29fe43f45cec0cdf29df2e3eac1db33e17c58de5dacfe08c4192300bff5ee3dd816ecab661890a277bdee2cfc19a SHA512 7ee6d2074f640ed17626284fc3f1e77b18e756365ee836ba4b046ba49adb7a701c845401f202ae2d396319285e9f65ec7ef0d51bc3a51460b91b7b2078efcb04
22 DIST mpfr-4.1.0-patch11.patch 4584 BLAKE2B 4ba240e7e8acc360eb2f05186493fd9044c8fe285f1be209270e1bd5bcb6485d4ee2feca6af1cf56e2ffd5b592b483ae76ae9acac246286ea0ab4130fe0d9bf6 SHA512 90d6f3e781eab0f8e5f07ed00c1c824af49c6cd60d4c3324c71e6c29150a8f22e2b0b78e7ee32ce505c87ee33ec1ad46e36e3825c6beb524093fc532acdcd913
23 DIST mpfr-4.1.0-patch12.patch 6768 BLAKE2B 15ce68eb9941ac5d6544ee18a062cb12026e07273a5424b3941596a1024f54cf5481363e145cac9375e518ec2033db82d4fe9152884c74a9037a81fd2c405b5e SHA512 4e91cffa0df911d68931ace13e86e420ec9f7d8e8a0279e12d995bbf8061b6bec90cb03ef8642a854f652907b13e533b7afb95f2279cf2dfa4010ec5d745ac3c
24 +DIST mpfr-4.1.0-patch13.patch 3344 BLAKE2B 1239cf16dfe32a71bb6fc7b156978cd451bcbe4e1b04842fdb3549352a43607d44d58120e38bf448ffd33e36bab7f7cfd4ab65b2eb3aac2fe9bbd86d8f425f5a SHA512 ddd5f54d12584b6e10fd4eba12b8568c5286dba10bd3b5cdd429415b78bc827bd0ed3957bd06ca4c2c63a2f5e877fd9d86eebade8929d61aafe84ace8454d016
25 DIST mpfr-4.1.0.tar.xz 1525476 BLAKE2B 41d1be0c4b557760f12a4525ad3a84b6e2cd6f0927c935fcfba577ac0490e582d1ae4b581dce58e21e705cf9d7c88373054d7fb7a94bb32c69b339f99a25dc68 SHA512 1bd1c349741a6529dfa53af4f0da8d49254b164ece8a46928cdb13a99460285622d57fe6f68cef19c6727b3f9daa25ddb3d7d65c201c8f387e421c7f7bee6273
26
27 diff --git a/dev-libs/mpfr/mpfr-4.1.0_p13.ebuild b/dev-libs/mpfr/mpfr-4.1.0_p13-r1.ebuild
28 similarity index 87%
29 rename from dev-libs/mpfr/mpfr-4.1.0_p13.ebuild
30 rename to dev-libs/mpfr/mpfr-4.1.0_p13-r1.ebuild
31 index 228e9e9a858..8c516b676e7 100644
32 --- a/dev-libs/mpfr/mpfr-4.1.0_p13.ebuild
33 +++ b/dev-libs/mpfr/mpfr-4.1.0_p13-r1.ebuild
34 @@ -20,7 +20,7 @@ if [[ ${PV} == *_p* ]] ; then
35 # - patch file names are like: patch01, patch02, ..., patch10, patch12, ..
36 # => name the ebuild _pN where N is the number of patches on the 'bugs' page.
37 my_patch_index=1
38 - while [[ ${my_patch_index} -lt ${MY_PATCH} ]] ; do
39 + while [[ ${my_patch_index} -le ${MY_PATCH} ]] ; do
40 SRC_URI+=" "
41 SRC_URI+=$(printf "https://www.mpfr.org/${MY_P}/patch%02d -> ${MY_P}-patch%02d.patch " ${my_patch_index} ${my_patch_index})
42 my_patch_index=$((my_patch_index+1))
43 @@ -33,7 +33,7 @@ LICENSE="LGPL-2.1"
44 # This is a critical package; if SONAME changes, bump subslot but also add
45 # preserve-libs.eclass usage to pkg_*inst! See e.g. the readline ebuild.
46 SLOT="0/6" # libmpfr.so version
47 -#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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"
48 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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"
49 IUSE="static-libs"
50
51 RDEPEND=">=dev-libs/gmp-5.0.0:=[${MULTILIB_USEDEP},static-libs?]"