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: Tue, 08 Jan 2019 20:05:43
Message-Id: 1546977675.c842b7f5357778ae624410334f40e80fb1525fd9.asturm@gentoo
1 commit: c842b7f5357778ae624410334f40e80fb1525fd9
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 8 20:01:15 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 8 20:01:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c842b7f5
7
8 dev-libs/icu-layoutex: Drop 62.1
9
10 Package-Manager: Portage-2.3.54, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-libs/icu-layoutex/Manifest | 1 -
14 dev-libs/icu-layoutex/icu-layoutex-62.1.ebuild | 114 -------------------------
15 2 files changed, 115 deletions(-)
16
17 diff --git a/dev-libs/icu-layoutex/Manifest b/dev-libs/icu-layoutex/Manifest
18 index 097e9794cef..bc938ac04a4 100644
19 --- a/dev-libs/icu-layoutex/Manifest
20 +++ b/dev-libs/icu-layoutex/Manifest
21 @@ -1,4 +1,3 @@
22 DIST icu4c-58_2-src.tgz 23369902 BLAKE2B cdd2e02c3aba050f5b7f8b38c5a3731e3e5f1cc1403ef86a50908b95560ea3cf8a2d47119fa60cf34f22a8b65eaa2392fd5bcbd3bc48b3da541fe3d9bd7392c0 SHA512 5c21af748f48b392e6c0412bd0aee92162ea931820dcbfab4ec6e0299868504b303d88f7586cc95de55c777ac0dca3a29d6c8ca0892c646ebc864c8a5b5a162a
23 DIST icu4c-60_2-src.tgz 23317835 BLAKE2B dabd24a9317b44f6852c61c83e808c920d7d29f57d53a7450c68cdad5f84941f771db07fab1f5a16451d59c7aa2750e5a4d5b5fa9a904c43d131529b648263ea SHA512 8e718e66c13e7f25714404c46b91ed6305efff1df70c328be2ec743023a7719016dae72a5fa0a05d6f5599983590a2044ff72d3453a048d987ab546d0416d694
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-layoutex/icu-layoutex-62.1.ebuild b/dev-libs/icu-layoutex/icu-layoutex-62.1.ebuild
28 deleted file mode 100644
29 index f0879bb2332..00000000000
30 --- a/dev-libs/icu-layoutex/icu-layoutex-62.1.ebuild
31 +++ /dev/null
32 @@ -1,114 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -inherit flag-o-matic toolchain-funcs autotools multilib-minimal
39 -
40 -DESCRIPTION="External layout part of 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 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
49 -IUSE="debug static-libs"
50 -
51 -RDEPEND="
52 - ~dev-libs/icu-${PV}[${MULTILIB_USEDEP}]
53 - dev-libs/icu-le-hb[${MULTILIB_USEDEP}]
54 -"
55 -
56 -DEPEND="
57 - virtual/pkgconfig[${MULTILIB_USEDEP}]
58 - ${RDEPEND}
59 -"
60 -
61 -S="${WORKDIR}/${PN/-layoutex}/source"
62 -
63 -PATCHES=(
64 - "${FILESDIR}/${PN}-58.1-remove-bashisms.patch"
65 -)
66 -
67 -src_prepare() {
68 - # apply patches
69 - default
70 -
71 - local variable
72 -
73 - # Disable renaming as it is stupid thing to do
74 - sed -i \
75 - -e "s/#define U_DISABLE_RENAMING 0/#define U_DISABLE_RENAMING 1/" \
76 - common/unicode/uconfig.h || die
77 -
78 - # Fix linking of icudata
79 - sed -i \
80 - -e "s:LDFLAGSICUDT=-nodefaultlibs -nostdlib:LDFLAGSICUDT=:" \
81 - config/mh-linux || die
82 -
83 - eautoreconf
84 -}
85 -
86 -src_configure() {
87 - # Use C++14
88 - append-cxxflags -std=c++14
89 -
90 - if tc-is-cross-compiler; then
91 - mkdir "${WORKDIR}"/host || die
92 - pushd "${WORKDIR}"/host >/dev/null || die
93 -
94 - CFLAGS="" CXXFLAGS="" ASFLAGS="" LDFLAGS="" \
95 - CC="$(tc-getBUILD_CC)" CXX="$(tc-getBUILD_CXX)" AR="$(tc-getBUILD_AR)" \
96 - RANLIB="$(tc-getBUILD_RANLIB)" LD="$(tc-getBUILD_LD)" \
97 - "${S}"/configure --disable-renaming --disable-debug \
98 - --disable-samples --enable-static || die
99 - emake
100 -
101 - popd >/dev/null || die
102 - fi
103 -
104 - multilib-minimal_src_configure
105 -}
106 -
107 -multilib_src_configure() {
108 - local myeconfargs=(
109 - --disable-renaming
110 - --disable-samples
111 - --enable-layoutex
112 - $(use_enable debug)
113 - $(use_enable static-libs static)
114 - )
115 -
116 - tc-is-cross-compiler && myeconfargs+=(
117 - --with-cross-build="${WORKDIR}"/host
118 - )
119 -
120 - # icu tries to use clang by default
121 - tc-export CC CXX
122 -
123 - ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
124 -}
125 -
126 -multilib_src_test() {
127 - # INTLTEST_OPTS: intltest options
128 - # -e: Exhaustive testing
129 - # -l: Reporting of memory leaks
130 - # -v: Increased verbosity
131 - # IOTEST_OPTS: iotest options
132 - # -e: Exhaustive testing
133 - # -v: Increased verbosity
134 - # CINTLTST_OPTS: cintltst options
135 - # -e: Exhaustive testing
136 - # -v: Increased verbosity
137 - pushd layoutex &>/dev/null || die
138 - emake -j1 VERBOSE="1" check
139 - popd &>/dev/null || die
140 -}
141 -
142 -multilib_src_install() {
143 - pushd layoutex &>/dev/null || die
144 - default
145 - popd &>/dev/null || die
146 -}