Gentoo Archives: gentoo-commits

From: Aric Belsito <lluixhi@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: dev-lang/ruby/
Date: Fri, 16 Feb 2018 19:52:36
Message-Id: 1518810717.8507f884a6455b4791b24612194e2bb6586346f3.lluixhi@gentoo
1 commit: 8507f884a6455b4791b24612194e2bb6586346f3
2 Author: Aric Belsito <lluixhi <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 16 19:51:57 2018 +0000
4 Commit: Aric Belsito <lluixhi <AT> gmail <DOT> com>
5 CommitDate: Fri Feb 16 19:51:57 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=8507f884
7
8 dev-lang/ruby: version bump to 2.5.0-r2
9
10 dev-lang/ruby/Manifest | 1 +
11 dev-lang/ruby/ruby-2.4.3.ebuild | 4 ++--
12 dev-lang/ruby/ruby-2.5.0-r1.ebuild | 4 ++--
13 dev-lang/ruby/{ruby-2.5.0-r1.ebuild => ruby-2.5.0-r2.ebuild} | 4 ++--
14 4 files changed, 7 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-lang/ruby/Manifest b/dev-lang/ruby/Manifest
17 index 83553db..a814d02 100644
18 --- a/dev-lang/ruby/Manifest
19 +++ b/dev-lang/ruby/Manifest
20 @@ -2,3 +2,4 @@ DIST ruby-2.4.3.tar.xz 10040072 BLAKE2B 87ad9700312a104a60b079f4ef95804d2a9e0110
21 DIST ruby-2.5.0.tar.xz 11292472 BLAKE2B 852ce003a79d9d77e72928353382962440e99ed1d03558c89a928e8f4a582b27357ef63e3ef45f3b30009f7a95f356100941bd84151571ade3a88b2d0595f8ad SHA512 55714a33d7661fe8b432f73c34fd67b49699f8b79df1cbd680a74899124d31111ab0f444677672aac1ba725820182940d485efb2db0bf2bc96737c5d40c54578
22 DIST ruby-patches-2.4.3.tar.bz2 2898 BLAKE2B e46502dbb0aa25c3d71693a6c04b433bd4de60f194cdd283517c4b08da190356885d9bca4a6765402088185fa8ec681156e8e8eecf0703a2c1ea7bb81adc0bf9 SHA512 d767d43c7df737469247e42e1c4205b8c6850c8f335a2869c884f145c037e9bab10492cc7cd2903f5c33e232cdc5bbdabb3e8da837c7bf420b9d58d1d33149ed
23 DIST ruby-patches-2.5.0-r1.tar.bz2 1888 BLAKE2B 38358c4d10a5c825ad1d50aa9e538fbfb0875deffaecf2064be3c52d593539f37b83bf726437922b1f13bd3d5c63e30ae071cd75c891e7083d3a363c4b49c905 SHA512 39068008cd7050a6787cfe35ef0a21ebeb5128226153b80f8d34e89bc77d6159f32e6980dfd8f3e38fc748cf3d648d102b3dcfcb79a484a517a5008bfd8161b9
24 +DIST ruby-patches-2.5.0-r2.tar.bz2 2986 BLAKE2B 64d64eda19bff94f205a6314c2af59896064fb64c118e0f3859d82aeb7e58478170b9160804ab8faf569054b65228abeecc5900e568e17133c21e9aed9bdf589 SHA512 c2bca3f98c7bb1de267b9f07eb1b0903c499c79e9c9d0166a6924e88e837434f27ddedd7aead7ebbe32f0530f751601ac5486a0db46ee28b94d7cea13e0e7924
25
26 diff --git a/dev-lang/ruby/ruby-2.4.3.ebuild b/dev-lang/ruby/ruby-2.4.3.ebuild
27 index 355f781..479eec9 100644
28 --- a/dev-lang/ruby/ruby-2.4.3.ebuild
29 +++ b/dev-lang/ruby/ruby-2.4.3.ebuild
30 @@ -1,4 +1,4 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 +# Copyright 1999-2018 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34
35 EAPI=6
36 @@ -35,7 +35,7 @@ IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests sock
37
38 RDEPEND="
39 berkdb? ( sys-libs/db:= )
40 - gdbm? ( sys-libs/gdbm )
41 + gdbm? ( sys-libs/gdbm:= )
42 jemalloc? ( dev-libs/jemalloc )
43 ssl? (
44 !libressl? ( dev-libs/openssl:0= )
45
46 diff --git a/dev-lang/ruby/ruby-2.5.0-r1.ebuild b/dev-lang/ruby/ruby-2.5.0-r1.ebuild
47 index b057994..c6826ce 100644
48 --- a/dev-lang/ruby/ruby-2.5.0-r1.ebuild
49 +++ b/dev-lang/ruby/ruby-2.5.0-r1.ebuild
50 @@ -1,4 +1,4 @@
51 -# Copyright 1999-2017 Gentoo Foundation
52 +# Copyright 1999-2018 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54
55 EAPI=6
56 @@ -35,7 +35,7 @@ IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests sock
57
58 RDEPEND="
59 berkdb? ( sys-libs/db:= )
60 - gdbm? ( sys-libs/gdbm )
61 + gdbm? ( sys-libs/gdbm:= )
62 jemalloc? ( dev-libs/jemalloc )
63 ssl? (
64 !libressl? ( dev-libs/openssl:0= )
65
66 diff --git a/dev-lang/ruby/ruby-2.5.0-r1.ebuild b/dev-lang/ruby/ruby-2.5.0-r2.ebuild
67 similarity index 99%
68 copy from dev-lang/ruby/ruby-2.5.0-r1.ebuild
69 copy to dev-lang/ruby/ruby-2.5.0-r2.ebuild
70 index b057994..c6826ce 100644
71 --- a/dev-lang/ruby/ruby-2.5.0-r1.ebuild
72 +++ b/dev-lang/ruby/ruby-2.5.0-r2.ebuild
73 @@ -1,4 +1,4 @@
74 -# Copyright 1999-2017 Gentoo Foundation
75 +# Copyright 1999-2018 Gentoo Foundation
76 # Distributed under the terms of the GNU General Public License v2
77
78 EAPI=6
79 @@ -35,7 +35,7 @@ IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests sock
80
81 RDEPEND="
82 berkdb? ( sys-libs/db:= )
83 - gdbm? ( sys-libs/gdbm )
84 + gdbm? ( sys-libs/gdbm:= )
85 jemalloc? ( dev-libs/jemalloc )
86 ssl? (
87 !libressl? ( dev-libs/openssl:0= )