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-layoutex/
Date: Wed, 20 Jan 2021 19:32:31
Message-Id: 1611171118.47b14586de3156bef734fbfb5e89924adbc77cf6.asturm@gentoo
1 commit: 47b14586de3156bef734fbfb5e89924adbc77cf6
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 20 19:01:01 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 20 19:31:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b14586
7
8 dev-libs/icu-layoutex: Drop 67.1 and 68.1
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-libs/icu-layoutex/Manifest | 2 -
14 dev-libs/icu-layoutex/icu-layoutex-67.1.ebuild | 109 -------------------------
15 dev-libs/icu-layoutex/icu-layoutex-68.1.ebuild | 109 -------------------------
16 3 files changed, 220 deletions(-)
17
18 diff --git a/dev-libs/icu-layoutex/Manifest b/dev-libs/icu-layoutex/Manifest
19 index 4838621448e..7051b66f002 100644
20 --- a/dev-libs/icu-layoutex/Manifest
21 +++ b/dev-libs/icu-layoutex/Manifest
22 @@ -1,3 +1 @@
23 -DIST icu4c-67_1-src.tgz 24518055 BLAKE2B f8a263b5c3e5e8ffea88a3bb766cb265aac026b5f9b2f45a1f06076f99f9f0dc3a4512487652d774ccfc8dc65f8f4c40a974e0aa2aa4381ee0c9885f6b871779 SHA512 4779f1ce1ca7976f6fad6768853ea8c540da54d11509e3b6cfd864a04b5f2db1c3d4b546387f91ad02fb90804525bc37d2543173f0d705d6ca11dc6f2b7640a8
24 -DIST icu4c-68_1-src.tgz 24722348 BLAKE2B 252ef254cba1a953a0defabae5bf06ba24b3cf48ae18fc4984b883d9f83a3a57129a0e782c85578cf69e9f397a8d6d3b16b70c3802084617d39ade68154f98f5 SHA512 24ff4ce5947c41fc12a168e15d4037556562c7f32c1da0bbedd705232476174a3b2318955a7124426a63c2034eb9ae077e728a5dbada8b9433d7173cac3db307
25 DIST icu4c-68_2-src.tgz 24737478 BLAKE2B ff54f903aed1a16928656e5f4fee79e4301038a70ba1d389fb2a2cc7c7dc4c76bc2430c810cea484c0ef69fbafc5728e71776c39874a5395c9dd06d573e8ea90 SHA512 24f3b7981667b37df58118f56ae76a09b719358c1efa8d6f044d28ef8df1c722a894957acadfb3c37aee39ac845893924fc3370d6bbe09875aec8d937059f84b
26
27 diff --git a/dev-libs/icu-layoutex/icu-layoutex-67.1.ebuild b/dev-libs/icu-layoutex/icu-layoutex-67.1.ebuild
28 deleted file mode 100644
29 index a1af526c5f8..00000000000
30 --- a/dev-libs/icu-layoutex/icu-layoutex-67.1.ebuild
31 +++ /dev/null
32 @@ -1,109 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -inherit autotools flag-o-matic multilib-minimal toolchain-funcs
39 -
40 -DESCRIPTION="External layout part of International Components for Unicode"
41 -HOMEPAGE="http://www.icu-project.org/"
42 -SRC_URI="https://github.com/unicode-org/icu/releases/download/release-${PV//./-}/icu4c-${PV//./_}-src.tgz"
43 -
44 -LICENSE="BSD"
45 -SLOT="0/${PV}"
46 -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
47 -IUSE="debug static-libs"
48 -
49 -BDEPEND="
50 - virtual/pkgconfig
51 -"
52 -DEPEND="
53 - ~dev-libs/icu-${PV}[${MULTILIB_USEDEP}]
54 - dev-libs/icu-le-hb[${MULTILIB_USEDEP}]
55 -"
56 -RDEPEND="${DEPEND}"
57 -
58 -S="${WORKDIR}/${PN/-layoutex}/source"
59 -
60 -PATCHES=(
61 - "${FILESDIR}/${PN}-65.1-remove-bashisms.patch"
62 -)
63 -
64 -src_prepare() {
65 - # apply patches
66 - default
67 -
68 - # Disable renaming as it is stupid thing to do
69 - sed -i \
70 - -e "s/#define U_DISABLE_RENAMING 0/#define U_DISABLE_RENAMING 1/" \
71 - common/unicode/uconfig.h || die
72 -
73 - # Fix linking of icudata
74 - sed -i \
75 - -e "s:LDFLAGSICUDT=-nodefaultlibs -nostdlib:LDFLAGSICUDT=:" \
76 - config/mh-linux || die
77 -
78 - eautoreconf
79 -}
80 -
81 -src_configure() {
82 - # Use C++14
83 - append-cxxflags -std=c++14
84 -
85 - if tc-is-cross-compiler; then
86 - mkdir "${WORKDIR}"/host || die
87 - pushd "${WORKDIR}"/host >/dev/null || die
88 -
89 - CFLAGS="" CXXFLAGS="" ASFLAGS="" LDFLAGS="" \
90 - CC="$(tc-getBUILD_CC)" CXX="$(tc-getBUILD_CXX)" AR="$(tc-getBUILD_AR)" \
91 - RANLIB="$(tc-getBUILD_RANLIB)" LD="$(tc-getBUILD_LD)" \
92 - "${S}"/configure --disable-renaming --disable-debug \
93 - --disable-samples --enable-static || die
94 - emake
95 -
96 - popd >/dev/null || die
97 - fi
98 -
99 - multilib-minimal_src_configure
100 -}
101 -
102 -multilib_src_configure() {
103 - local myeconfargs=(
104 - --disable-renaming
105 - --disable-samples
106 - --enable-layoutex
107 - $(use_enable debug)
108 - $(use_enable static-libs static)
109 - )
110 -
111 - tc-is-cross-compiler && myeconfargs+=(
112 - --with-cross-build="${WORKDIR}"/host
113 - )
114 -
115 - # icu tries to use clang by default
116 - tc-export CC CXX
117 -
118 - ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
119 -}
120 -
121 -multilib_src_test() {
122 - # INTLTEST_OPTS: intltest options
123 - # -e: Exhaustive testing
124 - # -l: Reporting of memory leaks
125 - # -v: Increased verbosity
126 - # IOTEST_OPTS: iotest options
127 - # -e: Exhaustive testing
128 - # -v: Increased verbosity
129 - # CINTLTST_OPTS: cintltst options
130 - # -e: Exhaustive testing
131 - # -v: Increased verbosity
132 - pushd layoutex &>/dev/null || die
133 - emake -j1 VERBOSE="1" check
134 - popd &>/dev/null || die
135 -}
136 -
137 -multilib_src_install() {
138 - pushd layoutex &>/dev/null || die
139 - default
140 - popd &>/dev/null || die
141 -}
142
143 diff --git a/dev-libs/icu-layoutex/icu-layoutex-68.1.ebuild b/dev-libs/icu-layoutex/icu-layoutex-68.1.ebuild
144 deleted file mode 100644
145 index 62b585924f4..00000000000
146 --- a/dev-libs/icu-layoutex/icu-layoutex-68.1.ebuild
147 +++ /dev/null
148 @@ -1,109 +0,0 @@
149 -# Copyright 1999-2020 Gentoo Authors
150 -# Distributed under the terms of the GNU General Public License v2
151 -
152 -EAPI=7
153 -
154 -inherit autotools flag-o-matic multilib-minimal toolchain-funcs
155 -
156 -DESCRIPTION="External layout part of International Components for Unicode"
157 -HOMEPAGE="http://www.icu-project.org/"
158 -SRC_URI="https://github.com/unicode-org/icu/releases/download/release-${PV//./-}/icu4c-${PV//./_}-src.tgz"
159 -
160 -LICENSE="BSD"
161 -SLOT="0/${PV}"
162 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
163 -IUSE="debug static-libs"
164 -
165 -BDEPEND="
166 - virtual/pkgconfig
167 -"
168 -DEPEND="
169 - ~dev-libs/icu-${PV}[${MULTILIB_USEDEP}]
170 - dev-libs/icu-le-hb[${MULTILIB_USEDEP}]
171 -"
172 -RDEPEND="${DEPEND}"
173 -
174 -S="${WORKDIR}/${PN/-layoutex}/source"
175 -
176 -PATCHES=(
177 - "${FILESDIR}/${PN}-65.1-remove-bashisms.patch"
178 -)
179 -
180 -src_prepare() {
181 - # apply patches
182 - default
183 -
184 - # Disable renaming as it is stupid thing to do
185 - sed -i \
186 - -e "s/#define U_DISABLE_RENAMING 0/#define U_DISABLE_RENAMING 1/" \
187 - common/unicode/uconfig.h || die
188 -
189 - # Fix linking of icudata
190 - sed -i \
191 - -e "s:LDFLAGSICUDT=-nodefaultlibs -nostdlib:LDFLAGSICUDT=:" \
192 - config/mh-linux || die
193 -
194 - eautoreconf
195 -}
196 -
197 -src_configure() {
198 - # Use C++14
199 - append-cxxflags -std=c++14
200 -
201 - if tc-is-cross-compiler; then
202 - mkdir "${WORKDIR}"/host || die
203 - pushd "${WORKDIR}"/host >/dev/null || die
204 -
205 - CFLAGS="" CXXFLAGS="" ASFLAGS="" LDFLAGS="" \
206 - CC="$(tc-getBUILD_CC)" CXX="$(tc-getBUILD_CXX)" AR="$(tc-getBUILD_AR)" \
207 - RANLIB="$(tc-getBUILD_RANLIB)" LD="$(tc-getBUILD_LD)" \
208 - "${S}"/configure --disable-renaming --disable-debug \
209 - --disable-samples --enable-static || die
210 - emake
211 -
212 - popd >/dev/null || die
213 - fi
214 -
215 - multilib-minimal_src_configure
216 -}
217 -
218 -multilib_src_configure() {
219 - local myeconfargs=(
220 - --disable-renaming
221 - --disable-samples
222 - --enable-layoutex
223 - $(use_enable debug)
224 - $(use_enable static-libs static)
225 - )
226 -
227 - tc-is-cross-compiler && myeconfargs+=(
228 - --with-cross-build="${WORKDIR}"/host
229 - )
230 -
231 - # icu tries to use clang by default
232 - tc-export CC CXX
233 -
234 - ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
235 -}
236 -
237 -multilib_src_test() {
238 - # INTLTEST_OPTS: intltest options
239 - # -e: Exhaustive testing
240 - # -l: Reporting of memory leaks
241 - # -v: Increased verbosity
242 - # IOTEST_OPTS: iotest options
243 - # -e: Exhaustive testing
244 - # -v: Increased verbosity
245 - # CINTLTST_OPTS: cintltst options
246 - # -e: Exhaustive testing
247 - # -v: Increased verbosity
248 - pushd layoutex &>/dev/null || die
249 - emake -j1 VERBOSE="1" check
250 - popd &>/dev/null || die
251 -}
252 -
253 -multilib_src_install() {
254 - pushd layoutex &>/dev/null || die
255 - default
256 - popd &>/dev/null || die
257 -}