From 351806ea1588fd334cd6590bfe53c658e3af977b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 1 Feb 2019 16:57:18 +0000 Subject: use gentoo's ICU --- dev-libs/icu-le-hb/Manifest | 1 - dev-libs/icu-le-hb/icu-le-hb-1.0.3-r1.ebuild | 37 ---------------------------- 2 files changed, 38 deletions(-) delete mode 100644 dev-libs/icu-le-hb/Manifest delete mode 100644 dev-libs/icu-le-hb/icu-le-hb-1.0.3-r1.ebuild (limited to 'dev-libs/icu-le-hb') diff --git a/dev-libs/icu-le-hb/Manifest b/dev-libs/icu-le-hb/Manifest deleted file mode 100644 index 7770507e..00000000 --- a/dev-libs/icu-le-hb/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST icu-le-hb-1.0.3.tar.gz 39352 BLAKE2B 7cc2e56b6ac334e0f9c259d4f9d0356480c1ae4eb647610ebfb81ee9b1bc0326f1dba68991e2893cc9b029ea53705cc0936cbbf29e74ab4ef336f58f5e8b47ab SHA512 06dff69bc17c39c13bd5bc801dbe09e2dc2f0cdf1acd774fa863e09f4a65820b2f330d4836da6748c077365f685fa74452ec1924785e3191cc2925036803cbb4 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 deleted file mode 100644 index 2f1397b4..00000000 --- a/dev-libs/icu-le-hb/icu-le-hb-1.0.3-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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="amd64 hppa ia64 ppc ppc64 sparc x86" -IUSE="" - -RDEPEND=" - media-libs/harfbuzz:=[${MULTILIB_USEDEP}] -" - -DEPEND=" - ${RDEPEND} - >=dev-libs/icu-58.1[${MULTILIB_USEDEP}] - virtual/pkgconfig[${MULTILIB_USEDEP}] -" - -src_prepare() { - default - eautoreconf -} - -multilib_src_configure() { - ECONF_SOURCE="${S}" \ - econf -} -- cgit v1.2.3