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 503DC138334 for ; Sun, 13 Oct 2019 08:24:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B55CE077D; Sun, 13 Oct 2019 08:24:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 630F4E077D for ; Sun, 13 Oct 2019 08:24:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBBC334BCC7 for ; Sun, 13 Oct 2019 08:24:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 022F9802 for ; Sun, 13 Oct 2019 08:24:48 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1570955015.6f628f98e81f5a15a33fd01b6b4e8ee3a8bb34dc.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/fribidi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/fribidi/Manifest dev-libs/fribidi/fribidi-1.0.7.ebuild X-VCS-Directories: dev-libs/fribidi/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 6f628f98e81f5a15a33fd01b6b4e8ee3a8bb34dc X-VCS-Branch: master Date: Sun, 13 Oct 2019 08:24:48 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ca72e0d4-d652-473f-aa15-05c3ff95e9a6 X-Archives-Hash: fb04be12b902c191ebf4d239fa379db4 commit: 6f628f98e81f5a15a33fd01b6b4e8ee3a8bb34dc Author: Mart Raudsepp gentoo org> AuthorDate: Sun Oct 13 08:05:40 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Oct 13 08:23:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f628f98 dev-libs/fribidi: bump to 1.0.7 Closes: https://bugs.gentoo.org/696786 Closes: https://bugs.gentoo.org/662658 Package-Manager: Portage-2.3.69, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> dev-libs/fribidi/Manifest | 1 + dev-libs/fribidi/fribidi-1.0.7.ebuild | 37 +++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/dev-libs/fribidi/Manifest b/dev-libs/fribidi/Manifest index f2468fa8bdd..2bd54bd5fa6 100644 --- a/dev-libs/fribidi/Manifest +++ b/dev-libs/fribidi/Manifest @@ -1 +1,2 @@ DIST fribidi-1.0.5.tar.bz2 2082617 BLAKE2B 99b088a37600d1b3e556b4dd978cafb04af0fea9c7db8ed9b0aa90d6a6a60f8ca312c214151ce386d2d61ae382d6ff0e6ae240bd44dfde28eb8c25a5c5f4cd1e SHA512 c8fb32468be4c461832d586d6c6af65fad1cfe9d5b2fed405f247d6974425ccedeb21ad11609fbcabc3ae5d635d78d88c12d201a4d19ef997e9497054afcdeb2 +DIST fribidi-1.0.7.tar.bz2 2074943 BLAKE2B 9f2fccf46073c097ce89ab0b4ba640440b285e538a15a0ec3f8aba62ee5e892431e909c29fdcb793167eaea09fd4673ac33fbe12c7306ff9d26cbf871b9f565d SHA512 c7a1834eb5e79e337b31c62b75e9ab61f761cc5d6eef5c9ac9610f69ed044ce9d2d2efac150cad167eea3e1d573b27765e5d01abc4b4f9e43c7903d5980ba8c0 diff --git a/dev-libs/fribidi/fribidi-1.0.7.ebuild b/dev-libs/fribidi/fribidi-1.0.7.ebuild new file mode 100644 index 00000000000..ec4204eaddb --- /dev/null +++ b/dev-libs/fribidi/fribidi-1.0.7.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit multilib-minimal + +DESCRIPTION="A free implementation of the unicode bidirectional algorithm" +HOMEPAGE="https://fribidi.org/" +SRC_URI="https://github.com/fribidi/fribidi/releases/download/v${PV}/${P}.tar.bz2" + +LICENSE="LGPL-2.1+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="static-libs" + +RDEPEND="" +DEPEND="" +BDEPEND=" + virtual/pkgconfig[${MULTILIB_USEDEP}] +" + +DOCS=( AUTHORS NEWS ChangeLog THANKS ) # README points at README.md which wasn't disted with EAPI-7 + +multilib_src_configure() { + local myeconfargs=( + --enable-shared + $(use_enable static-libs static) + --disable-debug + ) + ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" +} + +multilib_src_install_all() { + einstalldocs + find "${ED}" -name '*.la' -delete || die +}