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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 96E5D158020 for ; Mon, 24 Oct 2022 11:47:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83BCEE07EF; Mon, 24 Oct 2022 11:47:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 67115E07EF for ; Mon, 24 Oct 2022 11:47:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77367340B10 for ; Mon, 24 Oct 2022 11:47:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC0F662B for ; Mon, 24 Oct 2022 11:47:04 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1666611989.24c9aee8bca8d77aa2b0e22898aa960a2b668302.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libuninameslist/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libuninameslist/Manifest media-libs/libuninameslist/libuninameslist-20221022.ebuild X-VCS-Directories: media-libs/libuninameslist/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 24c9aee8bca8d77aa2b0e22898aa960a2b668302 X-VCS-Branch: master Date: Mon, 24 Oct 2022 11:47:04 +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: 21ccf7d0-620b-4583-a41b-9cf206e6f179 X-Archives-Hash: 68e110b0c3e6e113ebdb30b439b2167e commit: 24c9aee8bca8d77aa2b0e22898aa960a2b668302 Author: Sam James gentoo org> AuthorDate: Mon Oct 24 11:46:29 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 24 11:46:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24c9aee8 media-libs/libuninameslist: add 20221022 Signed-off-by: Sam James gentoo.org> media-libs/libuninameslist/Manifest | 1 + .../libuninameslist-20221022.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/media-libs/libuninameslist/Manifest b/media-libs/libuninameslist/Manifest index a4b9a407c175..3973369150ea 100644 --- a/media-libs/libuninameslist/Manifest +++ b/media-libs/libuninameslist/Manifest @@ -1 +1,2 @@ DIST libuninameslist-dist-20211114.tar.gz 1247578 BLAKE2B dd96a81c87e214b7b53549ecfcc0b79388a51218f3e6ecb64786d9acc4c540838e2679c4c0f634c94ca55271bb9f3a4350918bd0071c89dbebbd993758ab5314 SHA512 febd0fafe836a85148aa7ceb87888a5882e7c27968c20595026cd947e9e6c1d0246d6e585510377f0e561d36a194d129df302143c67f59dd3b82aa3d30190acb +DIST libuninameslist-dist-20221022.tar.gz 1254897 BLAKE2B 36f096f5d8ac81f7bbea019ecb980d7faa1cdaa457f2e51986453d7e7bddc9b18cb5db59c1f01d604e2b727b68435acd51c9d5aafb983a04a615869be9bf1329 SHA512 089306ee544f2bf233b6f7acef569bc8503c291cb35243fa84eff5ba3253cf85505d64b43d8625aca7d2da433b2d2a09f4c6ba7e307d2be106c16df9eef3e5c9 diff --git a/media-libs/libuninameslist/libuninameslist-20221022.ebuild b/media-libs/libuninameslist/libuninameslist-20221022.ebuild new file mode 100644 index 000000000000..629588167fe0 --- /dev/null +++ b/media-libs/libuninameslist/libuninameslist-20221022.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Library of unicode annotation data" +HOMEPAGE="https://github.com/fontforge/libuninameslist" +SRC_URI="https://github.com/fontforge/libuninameslist/releases/download/${PV}/${PN}-dist-${PV}.tar.gz" + +LICENSE="BSD" +SLOT="0/1" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" + +src_configure() { + econf --enable-frenchlib +} + +src_install() { + default + + find "${ED}" -name '*.la' -delete || die +}