Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/icu/
Date: Sat, 25 May 2019 21:58:07
Message-Id: 1558820872.1fb1f0e4805448ae799ca45ad060cc68cbe74909.asturm@gentoo
1 commit: 1fb1f0e4805448ae799ca45ad060cc68cbe74909
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 25 21:45:45 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat May 25 21:47:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fb1f0e4
7
8 dev-libs/icu: Drop 64.1
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-libs/icu/Manifest | 1 -
14 dev-libs/icu/icu-64.1.ebuild | 143 -------------------------------------------
15 2 files changed, 144 deletions(-)
16
17 diff --git a/dev-libs/icu/Manifest b/dev-libs/icu/Manifest
18 index 8ebb1161a08..5bd14af28bc 100644
19 --- a/dev-libs/icu/Manifest
20 +++ b/dev-libs/icu/Manifest
21 @@ -1,4 +1,3 @@
22 DIST icu4c-58_2-src.tgz 23369902 BLAKE2B cdd2e02c3aba050f5b7f8b38c5a3731e3e5f1cc1403ef86a50908b95560ea3cf8a2d47119fa60cf34f22a8b65eaa2392fd5bcbd3bc48b3da541fe3d9bd7392c0 SHA512 5c21af748f48b392e6c0412bd0aee92162ea931820dcbfab4ec6e0299868504b303d88f7586cc95de55c777ac0dca3a29d6c8ca0892c646ebc864c8a5b5a162a
23 DIST icu4c-63_1-src.tgz 23746939 BLAKE2B 5a665554506ff705c83c7a03a1b5598b1a48afbe1c6caaccd5a2d7d5aae16b3e18d7bc65ed552fc4df86248a2f13962438f19bca6c2a579843204c7dc52e6278 SHA512 9ab407ed840a00cdda7470dcc4c40299a125ad246ae4d019c4b1ede54781157fd63af015a8228cd95dbc47e4d15a0932b2c657489046a19788e5e8266eac079c
24 -DIST icu4c-64_1-src.tgz 24013136 BLAKE2B e577bd4c9b822e5ef3a101b3ef46b7b42ca18077d6e05fca543ff1eb702261f017981fb22dd3970662397530b390f648d4417c84dcf3d6ed0d298dd7a8c38897 SHA512 5eca8342d8bdf902689243506643e04512744b33962687e118f6810af6f7fd073678f67b991d2ae9139d257713b63abb4222b96687234df01ad5ff62df16ede0
25 DIST icu4c-64_2-src.tgz 24013250 BLAKE2B 4a286e7a952f5faa74d942f6b6a73147a46aa10fe6d54d024e2d18d1e01056444d56118ded04b4fe084d6a0f9058d7d9e76973960ac8fe5bd9ee105d9e214318 SHA512 5ecb4c230ba45918747a1cf9aef86f555aa07d5b29b1d07ab674e8013f46dfb907a0e9d6945db41155f9dc3012fd94e1152ffc19f61a68b6dfcbabdcb8ae9d78
26
27 diff --git a/dev-libs/icu/icu-64.1.ebuild b/dev-libs/icu/icu-64.1.ebuild
28 deleted file mode 100644
29 index fbe419ce973..00000000000
30 --- a/dev-libs/icu/icu-64.1.ebuild
31 +++ /dev/null
32 @@ -1,143 +0,0 @@
33 -# Copyright 1999-2019 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 ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
49 -IUSE="debug doc examples static-libs"
50 -
51 -DEPEND="
52 - doc? ( app-doc/doxygen[dot] )
53 -"
54 -BDEPEND="
55 - virtual/pkgconfig
56 -"
57 -
58 -S="${WORKDIR}/${PN}/source"
59 -
60 -MULTILIB_CHOST_TOOLS=(
61 - /usr/bin/icu-config
62 -)
63 -
64 -PATCHES=(
65 - "${FILESDIR}/${PN}-58.1-remove-bashisms.patch"
66 - "${FILESDIR}/${PN}-58.2-darwin.patch"
67 - "${FILESDIR}/${P}-guard-memory-include.patch"
68 -)
69 -
70 -src_prepare() {
71 - default
72 -
73 - local variable
74 -
75 - # Disable renaming as it is stupid thing to do
76 - sed -i \
77 - -e "s/#define U_DISABLE_RENAMING 0/#define U_DISABLE_RENAMING 1/" \
78 - common/unicode/uconfig.h || die
79 -
80 - # Fix linking of icudata
81 - sed -i \
82 - -e "s:LDFLAGSICUDT=-nodefaultlibs -nostdlib:LDFLAGSICUDT=:" \
83 - config/mh-linux || die
84 -
85 - # Append doxygen configuration to configure
86 - sed -i \
87 - -e 's:icudefs.mk:icudefs.mk Doxyfile:' \
88 - configure.ac || die
89 -
90 - eautoreconf
91 -}
92 -
93 -src_configure() {
94 - append-cxxflags -std=c++14
95 -
96 - if tc-is-cross-compiler; then
97 - mkdir "${WORKDIR}"/host || die
98 - pushd "${WORKDIR}"/host >/dev/null || die
99 -
100 - CFLAGS="" CXXFLAGS="" ASFLAGS="" LDFLAGS="" \
101 - CC="$(tc-getBUILD_CC)" CXX="$(tc-getBUILD_CXX)" AR="$(tc-getBUILD_AR)" \
102 - RANLIB="$(tc-getBUILD_RANLIB)" LD="$(tc-getBUILD_LD)" \
103 - "${S}"/configure --disable-renaming --disable-debug \
104 - --disable-samples --enable-static || die
105 - emake
106 -
107 - popd >/dev/null || die
108 - fi
109 -
110 - multilib-minimal_src_configure
111 -}
112 -
113 -multilib_src_configure() {
114 - local myeconfargs=(
115 - --disable-renaming
116 - --disable-samples
117 - --disable-layoutex
118 - $(use_enable debug)
119 - $(use_enable static-libs static)
120 - $(multilib_native_use_enable examples samples)
121 - )
122 -
123 - tc-is-cross-compiler && myeconfargs+=(
124 - --with-cross-build="${WORKDIR}"/host
125 - )
126 -
127 - # icu tries to use clang by default
128 - tc-export CC CXX
129 -
130 - # make sure we configure with the same shell as we run icu-config
131 - # with, or ECHO_N, ECHO_T and ECHO_C will be wrongly defined
132 - export CONFIG_SHELL="${EPREFIX}/bin/sh"
133 - # probably have no /bin/sh in prefix-chain
134 - [[ -x ${CONFIG_SHELL} ]] || CONFIG_SHELL="${BASH}"
135 -
136 - ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
137 -}
138 -
139 -multilib_src_compile() {
140 - default
141 -
142 - if multilib_is_native_abi && use doc; then
143 - doxygen -u Doxyfile || die
144 - doxygen Doxyfile || die
145 - fi
146 -}
147 -
148 -multilib_src_test() {
149 - # INTLTEST_OPTS: intltest options
150 - # -e: Exhaustive testing
151 - # -l: Reporting of memory leaks
152 - # -v: Increased verbosity
153 - # IOTEST_OPTS: iotest options
154 - # -e: Exhaustive testing
155 - # -v: Increased verbosity
156 - # CINTLTST_OPTS: cintltst options
157 - # -e: Exhaustive testing
158 - # -v: Increased verbosity
159 - emake -j1 VERBOSE="1" check
160 -}
161 -
162 -multilib_src_install() {
163 - default
164 -
165 - if multilib_is_native_abi && use doc; then
166 - docinto html
167 - dodoc -r doc/html/*
168 - fi
169 -}
170 -
171 -multilib_src_install_all() {
172 - einstalldocs
173 - docinto html
174 - dodoc ../readme.html
175 -}