diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-02-01 16:57:18 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-02-01 16:57:18 +0000 |
commit | 351806ea1588fd334cd6590bfe53c658e3af977b (patch) | |
tree | 403d62ce6de2246ec3a268c5b3ad7ddf970d7a55 /dev-libs/icu-le-hb | |
parent | f86dbd9fd70c43952fe260f0080e952f781160c3 (diff) |
use gentoo's ICU
Diffstat (limited to 'dev-libs/icu-le-hb')
-rw-r--r-- | dev-libs/icu-le-hb/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/icu-le-hb/icu-le-hb-1.0.3-r1.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
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 -} |