From f516638b7fe9592837389826a6152a7e1b251c54 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 30 May 2020 11:44:06 +0100 Subject: gentoo resync : 30.05.2020 --- dev-libs/icu-le-hb/Manifest | 2 +- dev-libs/icu-le-hb/icu-le-hb-1.0.3-r1.ebuild | 41 ++++++++++++++++++++++++++++ dev-libs/icu-le-hb/icu-le-hb-1.0.3.ebuild | 37 ------------------------- 3 files changed, 42 insertions(+), 38 deletions(-) create mode 100644 dev-libs/icu-le-hb/icu-le-hb-1.0.3-r1.ebuild delete mode 100644 dev-libs/icu-le-hb/icu-le-hb-1.0.3.ebuild (limited to 'dev-libs/icu-le-hb') diff --git a/dev-libs/icu-le-hb/Manifest b/dev-libs/icu-le-hb/Manifest index 7741738cdd2b..1b085b32bd70 100644 --- a/dev-libs/icu-le-hb/Manifest +++ b/dev-libs/icu-le-hb/Manifest @@ -1,3 +1,3 @@ DIST icu-le-hb-1.0.3.tar.gz 39352 BLAKE2B 7cc2e56b6ac334e0f9c259d4f9d0356480c1ae4eb647610ebfb81ee9b1bc0326f1dba68991e2893cc9b029ea53705cc0936cbbf29e74ab4ef336f58f5e8b47ab SHA512 06dff69bc17c39c13bd5bc801dbe09e2dc2f0cdf1acd774fa863e09f4a65820b2f330d4836da6748c077365f685fa74452ec1924785e3191cc2925036803cbb4 -EBUILD icu-le-hb-1.0.3.ebuild 848 BLAKE2B 18456898b19e3b1849e3d08e70aa59f1ce76b7556d55db4febef31557f56ab09f0af785adc7af05e44d30f86fd022790541f5daca3a9a92a6d53c9563f64582a SHA512 a3f99b8eb392d028cfe7c1ec241cd82c1c95e741d563c8c464cf6c6babc95a8b54527574bc55fc76112b423bb232400140df41865971e9b73feffae56e46b973 +EBUILD icu-le-hb-1.0.3-r1.ebuild 956 BLAKE2B eebef476b3b8355bda7a40712743362efeb2bf313506a7716f8c23dbf474bcdcbdaae8231184386ffbc7c9c7f907125cefef41daa07ae7f0085fa9acb8c4c994 SHA512 c2a45cf4bcf8ba1de7e43e88e9e683b896552c63c545517336fd573f7fbb350bb32f08f19634e1b3c16bbd8f1b0dc3d8070cfa97a9da3bbaa4f0ec4ab89ef841 MISC metadata.xml 464 BLAKE2B 326f9087cfc3c08145ed5ef2dd2c109fcf1c81ca3a8a4394504045361243c4e9db69fee1f47d67bb7aa9a91e3d6e62cc61f45a74b611d62c389a70e1a1829058 SHA512 40aeb13c0ee32afb9b58e3412bf26806bbf724deebd6b966477412df1889cfc62c90755820381d3622a535ce83ec7bf4e051f85dea84138b84bf553ecc7b84fb diff --git a/dev-libs/icu-le-hb/icu-le-hb-1.0.3-r1.ebuild b/dev-libs/icu-le-hb/icu-le-hb-1.0.3-r1.ebuild new file mode 100644 index 000000000000..bc67bb2c0d34 --- /dev/null +++ b/dev-libs/icu-le-hb/icu-le-hb-1.0.3-r1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools multilib-minimal + +DESCRIPTION="ICU Layout Engine API on top of HarfBuzz shaping library" +HOMEPAGE="http://www.harfbuzz.org https://github.com/behdad/icu-le-hb" +SRC_URI="https://github.com/behdad/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="icu" +SLOT="0" + +KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86" +IUSE="" + +# dev-libs/icu is not linked into icu-le-hb but the latter still needs +# to be rebuilt on dev-libs/icu upgrades (see bug #621786). +RDEPEND=" + >=dev-libs/icu-58.1:=[${MULTILIB_USEDEP}] + media-libs/harfbuzz:=[${MULTILIB_USEDEP}] +" + +DEPEND="${RDEPEND}" +BDEPEND=" + virtual/pkgconfig[${MULTILIB_USEDEP}] +" + +src_prepare() { + default + eautoreconf +} + +multilib_src_configure() { + ECONF_SOURCE="${S}" econf --disable-static +} + +multilib_src_install_all() { + find "${ED}" -type f -name "*.la" -delete || die +} diff --git a/dev-libs/icu-le-hb/icu-le-hb-1.0.3.ebuild b/dev-libs/icu-le-hb/icu-le-hb-1.0.3.ebuild deleted file mode 100644 index 303b08a82b8a..000000000000 --- a/dev-libs/icu-le-hb/icu-le-hb-1.0.3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools multilib-minimal - -DESCRIPTION="ICU Layout Engine API on top of HarfBuzz shaping library" -HOMEPAGE="http://www.harfbuzz.org https://github.com/behdad/icu-le-hb" -SRC_URI="https://github.com/behdad/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="icu" -SLOT="0" - -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86" -IUSE="" - -# dev-libs/icu is not linked into icu-le-hb but the latter still needs -# to be rebuilt on dev-libs/icu upgrades (see bug #621786). -RDEPEND=" - >=dev-libs/icu-58.1:=[${MULTILIB_USEDEP}] - media-libs/harfbuzz:=[${MULTILIB_USEDEP}] -" - -DEPEND=" - ${RDEPEND} - virtual/pkgconfig[${MULTILIB_USEDEP}] -" - -src_prepare() { - default - eautoreconf -} - -multilib_src_configure() { - ECONF_SOURCE="${S}" econf -} -- cgit v1.2.3