From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5924D1395E2 for ; Sun, 6 Nov 2016 13:22:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B9C6E0888; Sun, 6 Nov 2016 13:22:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E635E0888 for ; Sun, 6 Nov 2016 13:22:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E17F341740 for ; Sun, 6 Nov 2016 13:22:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E93C924A7 for ; Sun, 6 Nov 2016 13:22:24 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1478438541.0827ad3ca8fde9cb5fa06a65e0974dc527b13097.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/icu-le-hb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/icu-le-hb/Manifest dev-libs/icu-le-hb/icu-le-hb-1.0.3.ebuild dev-libs/icu-le-hb/metadata.xml X-VCS-Directories: dev-libs/icu-le-hb/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 0827ad3ca8fde9cb5fa06a65e0974dc527b13097 X-VCS-Branch: master Date: Sun, 6 Nov 2016 13:22:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 442856b1-6fbf-497e-8462-c9ce4aeb880d X-Archives-Hash: 100635f33b84cad50fe4b4a6c29b4fb4 commit: 0827ad3ca8fde9cb5fa06a65e0974dc527b13097 Author: Lars Wendler gentoo org> AuthorDate: Sun Nov 6 13:17:07 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Nov 6 13:22:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0827ad3c dev-libs/icu-le-hb: Initial commit. Package-Manager: portage-2.3.2 dev-libs/icu-le-hb/Manifest | 1 + dev-libs/icu-le-hb/icu-le-hb-1.0.3.ebuild | 36 +++++++++++++++++++++++++++++++ dev-libs/icu-le-hb/metadata.xml | 11 ++++++++++ 3 files changed, 48 insertions(+) diff --git a/dev-libs/icu-le-hb/Manifest b/dev-libs/icu-le-hb/Manifest new file mode 100644 index 00000000..14434e0 --- /dev/null +++ b/dev-libs/icu-le-hb/Manifest @@ -0,0 +1 @@ +DIST icu-le-hb-1.0.3.tar.gz 39352 SHA256 1c759ec8ab979bcd2fdf13bf398aa255fa6b8dc002e4232f8187b4b288f91907 SHA512 06dff69bc17c39c13bd5bc801dbe09e2dc2f0cdf1acd774fa863e09f4a65820b2f330d4836da6748c077365f685fa74452ec1924785e3191cc2925036803cbb4 WHIRLPOOL 6cb6341126b1bdc38de6a3c66e9182c2c6cb0bef2bbfe294cbf3f785e942be02201c7afb13df5316fa40f6fbcda4edb845e6827e39942004c43a3a33eaebdbfb 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 new file mode 100644 index 00000000..ea8ab46 --- /dev/null +++ b/dev-libs/icu-le-hb/icu-le-hb-1.0.3.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2016 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 ~x86" +IUSE="" + +RDEPEND=" + media-libs/harfbuzz +" + +DEPEND=" + ${RDEPEND} + dev-libs/icu +" + +src_prepare() { + default + eautoreconf +} + +multilib_src_configure() { + ECONF_SOURCE="${S}" \ + econf +} diff --git a/dev-libs/icu-le-hb/metadata.xml b/dev-libs/icu-le-hb/metadata.xml new file mode 100644 index 00000000..c74ac33 --- /dev/null +++ b/dev-libs/icu-le-hb/metadata.xml @@ -0,0 +1,11 @@ + + + + + polynomial-c@gentoo.org + Lars Wendler + + + behdad/icu-le-hb + +