Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ruby/
Date: Fri, 19 Oct 2018 05:35:24
Message-Id: 1539927240.e220eddf18fd68d86b911c75b1d4ef17e25d4cea.graaff@gentoo
1 commit: e220eddf18fd68d86b911c75b1d4ef17e25d4cea
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 19 05:34:00 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 19 05:34:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e220eddf
7
8 dev-lang/ruby: add 2.5.3
9
10 Bug: https://bugs.gentoo.org/668904
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12 Package-Manager: Portage-2.3.49, Repoman-2.3.11
13
14 dev-lang/ruby/Manifest | 1 +
15 dev-lang/ruby/ruby-2.5.3.ebuild | 224 ++++++++++++++++++++++++++++++++++++++++
16 2 files changed, 225 insertions(+)
17
18 diff --git a/dev-lang/ruby/Manifest b/dev-lang/ruby/Manifest
19 index 0c634fb1f9f..7cf5fb34850 100644
20 --- a/dev-lang/ruby/Manifest
21 +++ b/dev-lang/ruby/Manifest
22 @@ -2,6 +2,7 @@ DIST ruby-2.3.7.tar.xz 11438124 BLAKE2B 4f7e0422291794b254cb80edd2f0841bbc1e85cd
23 DIST ruby-2.4.4.tar.xz 10049304 BLAKE2B 76bb2c3f63cda8e6f3814c74dded23568b2f7f12036d745bf55fc4a68e281ef3ae0fe29bf8e194db71f72e724ffe750a31bec9246ad1c01eb05ed93512a6422e SHA512 4dc112a149273d4221484ccbf1260c6c5fcad7e0a6e4bc91e4ef69cbc093d3191f7abd71420f80d680f8ea5d111e6803ba2af32166aa501913639e6d5696fde0
24 DIST ruby-2.4.5.tar.xz 10064712 BLAKE2B 0846125e617b43ea302b4c5309b20503577937865d445a6fee766323a188aa552d3a13740c3d38c7be812b19bffb2474021cb7b368cc144d51ea771552f62769 SHA512 658f676c623109f4c7499615e191c98c3dd72cfcaeeaf121337d0b8a33c5243145edd50ec5e2775f988e3cd19788984f105fa165e3049779066566f67172c1b4
25 DIST ruby-2.5.1.tar.xz 11348108 BLAKE2B ea1019a81f96169ab8d435215362b36b098df373ac4f53ecda328686ec2c13204a38c66bb1bf9504d18e1762e7e6ae277bab3b16bb53b8e628962df715769f3b SHA512 31bacf58469953282cd5d8b51862dcf4b84dedb927c1871bc3fca32fc157fe49187631575a70838705fe246f4555647577a7ecc26894445a7d64de5503dc11b4
26 +DIST ruby-2.5.3.tar.xz 11453336 BLAKE2B 66c59448a23c22796b43f04a1f84359386b7bee7163da4255426ea75b1c7af0a7a7142991b870a75a72ded56ac49f47c51bc162ebf2be2af0d1b1608b60c02df SHA512 6dcae0e8d0bacdb2cbde636e2030596308b5af53f2eb85d3adccb67b02e6f8f9751e8117d12f8484829fdd9d995f6e327f701d9b433bcf94f1f59d13a1fd7518
27 DIST ruby-patches-2.3.7.tar.bz2 3030 BLAKE2B 7c1e80ff0569a03672f53820c665933056b46bcf791c9132cb9f358f72df693749f02da65ca7469c3dd0f652d7dc7bfaa03dccd4eb900562361876023fb65b42 SHA512 54cc3f2bfd1967b8558736e5a5240b886a56b22defca5813f45b1f4dca9af169b4d59d60b327ec8411e824970ac6da1cec53cfc31833403742e9d6941e5a78f1
28 DIST ruby-patches-2.4.4.tar.bz2 2898 BLAKE2B e46502dbb0aa25c3d71693a6c04b433bd4de60f194cdd283517c4b08da190356885d9bca4a6765402088185fa8ec681156e8e8eecf0703a2c1ea7bb81adc0bf9 SHA512 d767d43c7df737469247e42e1c4205b8c6850c8f335a2869c884f145c037e9bab10492cc7cd2903f5c33e232cdc5bbdabb3e8da837c7bf420b9d58d1d33149ed
29 DIST ruby-patches-2.5.1.tar.bz2 2986 BLAKE2B 64d64eda19bff94f205a6314c2af59896064fb64c118e0f3859d82aeb7e58478170b9160804ab8faf569054b65228abeecc5900e568e17133c21e9aed9bdf589 SHA512 c2bca3f98c7bb1de267b9f07eb1b0903c499c79e9c9d0166a6924e88e837434f27ddedd7aead7ebbe32f0530f751601ac5486a0db46ee28b94d7cea13e0e7924
30
31 diff --git a/dev-lang/ruby/ruby-2.5.3.ebuild b/dev-lang/ruby/ruby-2.5.3.ebuild
32 new file mode 100644
33 index 00000000000..b837e6034f7
34 --- /dev/null
35 +++ b/dev-lang/ruby/ruby-2.5.3.ebuild
36 @@ -0,0 +1,224 @@
37 +# Copyright 1999-2018 Gentoo Authors
38 +# Distributed under the terms of the GNU General Public License v2
39 +
40 +EAPI=7
41 +
42 +inherit autotools flag-o-matic multilib
43 +
44 +MY_P="${PN}-$(ver_cut 1-3)"
45 +S=${WORKDIR}/${MY_P}
46 +
47 +SLOT=$(ver_cut 1-2)
48 +MY_SUFFIX=$(ver_rs 1 '' ${SLOT})
49 +RUBYVERSION=${SLOT}.0
50 +
51 +DESCRIPTION="An object-oriented scripting language"
52 +HOMEPAGE="https://www.ruby-lang.org/"
53 +SRC_URI="mirror://ruby/${SLOT}/${MY_P}.tar.xz"
54 +
55 +LICENSE="|| ( Ruby-BSD BSD-2 )"
56 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
57 +IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests socks5 ssl static-libs tk xemacs"
58 +
59 +RDEPEND="
60 + berkdb? ( sys-libs/db:= )
61 + gdbm? ( sys-libs/gdbm:= )
62 + jemalloc? ( dev-libs/jemalloc )
63 + ssl? (
64 + !libressl? ( dev-libs/openssl:0= )
65 + libressl? ( dev-libs/libressl )
66 + )
67 + socks5? ( >=net-proxy/dante-1.1.13 )
68 + tk? (
69 + dev-lang/tcl:0=[threads]
70 + dev-lang/tk:0=[threads]
71 + )
72 + dev-libs/libyaml
73 + virtual/libffi:=
74 + sys-libs/zlib
75 + >=app-eselect/eselect-ruby-20171225
76 +"
77 +
78 +DEPEND="${RDEPEND}"
79 +
80 +BUNDLED_GEMS="
81 + >=dev-ruby/did_you_mean-1.2.0:2.5[ruby_targets_ruby25]
82 + >=dev-ruby/minitest-5.10.3[ruby_targets_ruby25]
83 + >=dev-ruby/net-telnet-0.1.1[ruby_targets_ruby25]
84 + >=dev-ruby/power_assert-1.1.1[ruby_targets_ruby25]
85 + >=dev-ruby/rake-12.3.0[ruby_targets_ruby25]
86 + >=dev-ruby/test-unit-3.2.7[ruby_targets_ruby25]
87 + >=dev-ruby/xmlrpc-0.3.0[ruby_targets_ruby25]
88 +"
89 +
90 +PDEPEND="
91 + ${BUNDLED_GEMS}
92 + virtual/rubygems[ruby_targets_ruby25]
93 + >=dev-ruby/json-2.0.2[ruby_targets_ruby25]
94 + rdoc? ( >=dev-ruby/rdoc-5.1.0[ruby_targets_ruby25] )
95 + xemacs? ( app-xemacs/ruby-modes )"
96 +
97 +src_prepare() {
98 + eapply "${FILESDIR}"/${SLOT}/{001,005,009}*.patch
99 +
100 + einfo "Unbundling gems..."
101 + cd "$S"
102 + # Remove bundled gems that we will install via PDEPEND, bug
103 + # 539700. Use explicit version numbers to ensure rm fails when they
104 + # change so we can update dependencies accordingly.
105 + rm -f gems/{did_you_mean-1.2.0,minitest-5.10.3,net-telnet-0.1.1,power_assert-1.1.1,rake-12.3.0,test-unit-3.2.7,xmlrpc-0.3.0}.gem || die
106 +
107 + einfo "Removing bundled libraries..."
108 + rm -fr ext/fiddle/libffi-3.2.1 || die
109 +
110 + eapply_user
111 +
112 + eautoreconf
113 +}
114 +
115 +src_configure() {
116 + local modules= myconf=
117 +
118 + # -fomit-frame-pointer makes ruby segfault, see bug #150413.
119 + filter-flags -fomit-frame-pointer
120 + # In many places aliasing rules are broken; play it safe
121 + # as it's risky with newer compilers to leave it as it is.
122 + append-flags -fno-strict-aliasing
123 + # SuperH needs this
124 + use sh && append-flags -mieee
125 +
126 + # Socks support via dante
127 + if use socks5 ; then
128 + # Socks support can't be disabled as long as SOCKS_SERVER is
129 + # set and socks library is present, so need to unset
130 + # SOCKS_SERVER in that case.
131 + unset SOCKS_SERVER
132 + fi
133 +
134 + # Increase GC_MALLOC_LIMIT if set (default is 8000000)
135 + if [ -n "${RUBY_GC_MALLOC_LIMIT}" ] ; then
136 + append-flags "-DGC_MALLOC_LIMIT=${RUBY_GC_MALLOC_LIMIT}"
137 + fi
138 +
139 + # ipv6 hack, bug 168939. Needs --enable-ipv6.
140 + use ipv6 || myconf="${myconf} --with-lookup-order-hack=INET"
141 +
142 + # Determine which modules *not* to build depending in the USE flags.
143 + if ! use berkdb ; then
144 + modules="${modules},dbm"
145 + fi
146 + if ! use gdbm ; then
147 + modules="${modules},gdbm"
148 + fi
149 + if ! use ssl ; then
150 + modules="${modules},openssl"
151 + fi
152 + if ! use tk ; then
153 + modules="${modules},tk"
154 + fi
155 +
156 + # Provide an empty LIBPATHENV because we disable rpath but we do not
157 + # need LD_LIBRARY_PATH by default since that breaks USE=multitarget
158 + # #564272
159 + INSTALL="${EPREFIX}/usr/bin/install -c" LIBPATHENV="" econf \
160 + --program-suffix=${MY_SUFFIX} \
161 + --with-soname=ruby${MY_SUFFIX} \
162 + --docdir=${EPREFIX}/usr/share/doc/${P} \
163 + --enable-shared \
164 + --enable-pthread \
165 + --disable-rpath \
166 + --with-out-ext="${modules}" \
167 + $(use_with jemalloc jemalloc) \
168 + $(use_enable socks5 socks) \
169 + $(use_enable doc install-doc) \
170 + --enable-ipv6 \
171 + $(use_enable static-libs static) \
172 + $(use_enable static-libs install-static-library) \
173 + $(use_with static-libs static-linked-ext) \
174 + $(use_enable debug) \
175 + ${myconf} \
176 + --enable-option-checking=no \
177 + || die "econf failed"
178 +}
179 +
180 +src_compile() {
181 + emake V=1 EXTLDFLAGS="${LDFLAGS}" || die "emake failed"
182 +}
183 +
184 +src_test() {
185 + emake -j1 V=1 test || die "make test failed"
186 +
187 + elog "Ruby's make test has been run. Ruby also ships with a make check"
188 + elog "that cannot be run until after ruby has been installed."
189 + elog
190 + if use rubytests; then
191 + elog "You have enabled rubytests, so they will be installed to"
192 + elog "/usr/share/${PN}-${SLOT}/test. To run them you must be a user other"
193 + elog "than root, and you must place them into a writeable directory."
194 + elog "Then call: "
195 + elog
196 + elog "ruby${MY_SUFFIX} -C /location/of/tests runner.rb"
197 + else
198 + elog "Enable the rubytests USE flag to install the make check tests"
199 + fi
200 +}
201 +
202 +src_install() {
203 + # Remove the remaining bundled gems. We do this late in the process
204 + # since they are used during the build to e.g. create the
205 + # documentation.
206 + rm -rf ext/json || die
207 +
208 + # Ruby is involved in the install process, we don't want interference here.
209 + unset RUBYOPT
210 +
211 + local MINIRUBY=$(echo -e 'include Makefile\ngetminiruby:\n\t@echo $(MINIRUBY)'|make -f - getminiruby)
212 +
213 + LD_LIBRARY_PATH="${S}:${ED}/usr/$(get_libdir)${LD_LIBRARY_PATH+:}${LD_LIBRARY_PATH}"
214 + RUBYLIB="${S}:${ED}/usr/$(get_libdir)/ruby/${RUBYVERSION}"
215 + for d in $(find "${S}/ext" -type d) ; do
216 + RUBYLIB="${RUBYLIB}:$d"
217 + done
218 + export LD_LIBRARY_PATH RUBYLIB
219 +
220 + emake V=1 DESTDIR="${D}" install || die "make install failed"
221 +
222 + # Remove installed rubygems and rdoc copy
223 + rm -rf "${ED}/usr/$(get_libdir)/ruby/${RUBYVERSION}/rubygems" || die "rm rubygems failed"
224 + rm -rf "${ED}/usr/bin/"gem"${MY_SUFFIX}" || die "rm rdoc bins failed"
225 + rm -rf "${ED}/usr/$(get_libdir)/ruby/${RUBYVERSION}"/rdoc* || die "rm rdoc failed"
226 + rm -rf "${ED}/usr/bin/"{ri,rdoc}"${MY_SUFFIX}" || die "rm rdoc bins failed"
227 +
228 + if use doc; then
229 + make DESTDIR="${D}" install-doc || die "make install-doc failed"
230 + fi
231 +
232 + if use examples; then
233 + insinto /usr/share/doc/${PF}
234 + doins -r sample
235 + fi
236 +
237 + dodoc ChangeLog NEWS doc/NEWS* README* || die
238 +
239 + if use rubytests; then
240 + pushd test
241 + insinto /usr/share/${PN}-${SLOT}/test
242 + doins -r .
243 + popd
244 + fi
245 +}
246 +
247 +pkg_postinst() {
248 + if [[ ! -n $(readlink "${EROOT}"usr/bin/ruby) ]] ; then
249 + eselect ruby set ruby${MY_SUFFIX}
250 + fi
251 +
252 + elog
253 + elog "To switch between available Ruby profiles, execute as root:"
254 + elog "\teselect ruby set ruby(23|24|...)"
255 + elog
256 +}
257 +
258 +pkg_postrm() {
259 + eselect ruby cleanup
260 +}