Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/icu/
Date: Wed, 17 Oct 2018 08:19:46
Message-Id: 1539764156.8234c3c15c790b119d52c6863fbcfb02c455d2ae.polynomial-c@gentoo
1 commit: 8234c3c15c790b119d52c6863fbcfb02c455d2ae
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 17 08:15:56 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 17 08:15:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8234c3c1
7
8 dev-libs/icu: Bump to version 63.1
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-libs/icu/Manifest | 1 +
14 dev-libs/icu/icu-63.1.ebuild | 162 +++++++++++++++++++++++++++++++++++++++++++
15 2 files changed, 163 insertions(+)
16
17 diff --git a/dev-libs/icu/Manifest b/dev-libs/icu/Manifest
18 index 6a3d7eb8d01..c6761262b58 100644
19 --- a/dev-libs/icu/Manifest
20 +++ b/dev-libs/icu/Manifest
21 @@ -2,3 +2,4 @@ DIST icu4c-58_2-src.tgz 23369902 BLAKE2B cdd2e02c3aba050f5b7f8b38c5a3731e3e5f1cc
22 DIST icu4c-60_2-src.tgz 23317835 BLAKE2B dabd24a9317b44f6852c61c83e808c920d7d29f57d53a7450c68cdad5f84941f771db07fab1f5a16451d59c7aa2750e5a4d5b5fa9a904c43d131529b648263ea SHA512 8e718e66c13e7f25714404c46b91ed6305efff1df70c328be2ec743023a7719016dae72a5fa0a05d6f5599983590a2044ff72d3453a048d987ab546d0416d694
23 DIST icu4c-61_1-src.tgz 23400587 BLAKE2B 6c6c78b4169ad3e900ff8a8a8fc7286f3dfb692dc04cc88103804799d1ce1fc7d1a3a7b1fc1b379e92196dd5976cfea3fe014a09dc65d387f34f141eae5b9465 SHA512 4c37691246db802e4bae0c8c5f6ac1dac64c5753b607e539c5c1c36e361fcd9dd81bd1d3b5416c2960153b83700ccdb356412847d0506ab7782ae626ac0ffb94
24 DIST icu4c-62_1-src.tgz 23468750 BLAKE2B c0b665af53a494fc064425e6b3e66ae11d31509f4edc42268b12b85ece5ea635ebc76a8f3ab65a49b74a849a67ffd526e15e6d1b5b07e13c7f94cc94bef1d31c SHA512 8295f2754fb6907e2cc8f515dccca05530963b544e89a2b8e323cd0ddfdbbe0c9eba8b367c1dbc04d7bb906b66b1003fd545ca05298939747c832c9d4431cf2a
25 +DIST icu4c-63_1-src.tgz 23746939 BLAKE2B 5a665554506ff705c83c7a03a1b5598b1a48afbe1c6caaccd5a2d7d5aae16b3e18d7bc65ed552fc4df86248a2f13962438f19bca6c2a579843204c7dc52e6278 SHA512 9ab407ed840a00cdda7470dcc4c40299a125ad246ae4d019c4b1ede54781157fd63af015a8228cd95dbc47e4d15a0932b2c657489046a19788e5e8266eac079c
26
27 diff --git a/dev-libs/icu/icu-63.1.ebuild b/dev-libs/icu/icu-63.1.ebuild
28 new file mode 100644
29 index 00000000000..1f5b0bbb21f
30 --- /dev/null
31 +++ b/dev-libs/icu/icu-63.1.ebuild
32 @@ -0,0 +1,162 @@
33 +# Copyright 1999-2018 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +inherit flag-o-matic toolchain-funcs autotools multilib-minimal
39 +
40 +DESCRIPTION="International Components for Unicode"
41 +HOMEPAGE="http://www.icu-project.org/"
42 +SRC_URI="http://download.icu-project.org/files/icu4c/${PV/_/}/icu4c-${PV//./_}-src.tgz"
43 +
44 +LICENSE="BSD"
45 +
46 +SLOT="0/${PV}"
47 +
48 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
49 +IUSE="debug doc examples static-libs"
50 +
51 +DEPEND="
52 + doc? (
53 + app-doc/doxygen[dot]
54 + )
55 +"
56 +BDEPEND="
57 + virtual/pkgconfig
58 +"
59 +
60 +S="${WORKDIR}/${PN}/source"
61 +
62 +MULTILIB_CHOST_TOOLS=(
63 + /usr/bin/icu-config
64 +)
65 +
66 +PATCHES=(
67 + "${FILESDIR}/${PN}-58.1-remove-bashisms.patch"
68 + "${FILESDIR}/${PN}-58.2-darwin.patch"
69 +)
70 +
71 +pkg_pretend() {
72 + if tc-is-gcc ; then
73 + if [[ $(gcc-major-version) == 4 && $(gcc-minor-version) -lt 9 \
74 + || $(gcc-major-version) -lt 4 ]] ; then
75 + die "You need at least sys-devel/gcc-4.9"
76 + fi
77 + fi
78 +}
79 +
80 +src_prepare() {
81 + # apply patches
82 + default
83 +
84 + local variable
85 +
86 + # Disable renaming as it is stupid thing to do
87 + sed -i \
88 + -e "s/#define U_DISABLE_RENAMING 0/#define U_DISABLE_RENAMING 1/" \
89 + common/unicode/uconfig.h || die
90 +
91 + # Fix linking of icudata
92 + sed -i \
93 + -e "s:LDFLAGSICUDT=-nodefaultlibs -nostdlib:LDFLAGSICUDT=:" \
94 + config/mh-linux || die
95 +
96 + # Append doxygen configuration to configure
97 + sed -i \
98 + -e 's:icudefs.mk:icudefs.mk Doxyfile:' \
99 + configure.ac || die
100 +
101 + eautoreconf
102 +}
103 +
104 +src_configure() {
105 + # Use C++14
106 + append-cxxflags -std=c++14
107 +
108 + if tc-is-gcc ; then
109 + if [[ $(gcc-major-version) == 4 && $(gcc-minor-version) -lt 9 \
110 + || $(gcc-major-version) -lt 4 ]] ; then
111 + die "You need at least sys-devel/gcc-4.9"
112 + fi
113 + fi
114 +
115 + if tc-is-cross-compiler; then
116 + mkdir "${WORKDIR}"/host || die
117 + pushd "${WORKDIR}"/host >/dev/null || die
118 +
119 + CFLAGS="" CXXFLAGS="" ASFLAGS="" LDFLAGS="" \
120 + CC="$(tc-getBUILD_CC)" CXX="$(tc-getBUILD_CXX)" AR="$(tc-getBUILD_AR)" \
121 + RANLIB="$(tc-getBUILD_RANLIB)" LD="$(tc-getBUILD_LD)" \
122 + "${S}"/configure --disable-renaming --disable-debug \
123 + --disable-samples --enable-static || die
124 + emake
125 +
126 + popd >/dev/null || die
127 + fi
128 +
129 + multilib-minimal_src_configure
130 +}
131 +
132 +multilib_src_configure() {
133 + local myeconfargs=(
134 + --disable-renaming
135 + --disable-samples
136 + --disable-layoutex
137 + $(use_enable debug)
138 + $(use_enable static-libs static)
139 + $(multilib_native_use_enable examples samples)
140 + )
141 +
142 + tc-is-cross-compiler && myeconfargs+=(
143 + --with-cross-build="${WORKDIR}"/host
144 + )
145 +
146 + # icu tries to use clang by default
147 + tc-export CC CXX
148 +
149 + # make sure we configure with the same shell as we run icu-config
150 + # with, or ECHO_N, ECHO_T and ECHO_C will be wrongly defined
151 + export CONFIG_SHELL="${EPREFIX}/bin/sh"
152 + # probably have no /bin/sh in prefix-chain
153 + [[ -x ${CONFIG_SHELL} ]] || CONFIG_SHELL="${BASH}"
154 +
155 + ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
156 +}
157 +
158 +multilib_src_compile() {
159 + default
160 +
161 + if multilib_is_native_abi && use doc; then
162 + doxygen -u Doxyfile || die
163 + doxygen Doxyfile || die
164 + fi
165 +}
166 +
167 +multilib_src_test() {
168 + # INTLTEST_OPTS: intltest options
169 + # -e: Exhaustive testing
170 + # -l: Reporting of memory leaks
171 + # -v: Increased verbosity
172 + # IOTEST_OPTS: iotest options
173 + # -e: Exhaustive testing
174 + # -v: Increased verbosity
175 + # CINTLTST_OPTS: cintltst options
176 + # -e: Exhaustive testing
177 + # -v: Increased verbosity
178 + emake -j1 VERBOSE="1" check
179 +}
180 +
181 +multilib_src_install() {
182 + default
183 +
184 + if multilib_is_native_abi && use doc; then
185 + docinto html
186 + dodoc -r doc/html/*
187 + fi
188 +}
189 +
190 +multilib_src_install_all() {
191 + einstalldocs
192 + docinto html
193 + dodoc ../readme.html
194 +}