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