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 9D3831382C5 for ; Tue, 16 Feb 2021 09:31:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C155FE08A8; Tue, 16 Feb 2021 09:31:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 ACACFE08A8 for ; Tue, 16 Feb 2021 09:31:14 +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 378EB340F4B for ; Tue, 16 Feb 2021 09:31:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 366464C8 for ; Tue, 16 Feb 2021 09:31:11 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1613467863.5cf07d8af5e9ca386dcf465cd95d3a85730d083a.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/intlfonts/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/intlfonts/Manifest media-fonts/intlfonts/intlfonts-1.4.1.ebuild X-VCS-Directories: media-fonts/intlfonts/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 5cf07d8af5e9ca386dcf465cd95d3a85730d083a X-VCS-Branch: master Date: Tue, 16 Feb 2021 09:31:11 +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: b45e7fe7-ddb7-4c2b-8aa9-340b07c804d8 X-Archives-Hash: 7c6a669cd3a606cc46eb88a1cffc9e21 commit: 5cf07d8af5e9ca386dcf465cd95d3a85730d083a Author: Ulrich Müller gentoo org> AuthorDate: Tue Feb 16 09:30:36 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Feb 16 09:31:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf07d8a media-fonts/intlfonts: Version bump to 1.4.1 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Ulrich Müller gentoo.org> media-fonts/intlfonts/Manifest | 1 + media-fonts/intlfonts/intlfonts-1.4.1.ebuild | 33 ++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/media-fonts/intlfonts/Manifest b/media-fonts/intlfonts/Manifest index 0d90f41c25c..1ec0361523c 100644 --- a/media-fonts/intlfonts/Manifest +++ b/media-fonts/intlfonts/Manifest @@ -1 +1,2 @@ DIST intlfonts-1.2.1.tar.gz 24360787 BLAKE2B bf75f895832310719d470e49ca206a6b888720c44927ac967ad6dabc19288d4220afc70bf38358899229315e25b5c473786838a2207c41c48e35765cd3a4d621 SHA512 c11508335cf0f819e7907a6b16c305fbfbf1182dbdea939773482bda3c0f27d70ba427ca3d22c62f4190c24f35bb2bcde4e4fa185aff7f4964293263f7b4304e +DIST intlfonts-1.4.1.tar.gz 26437950 BLAKE2B 57bdb2acb6d90362e6b2ab83d509638170c751aa26c803907dfb8f8db73a0190d112175815deab92866eb0af97cd4da11edf9cebdf6733e01bd32e93ed863b0e SHA512 6d070de3103c655065a904fce9a8c883f7c4fc12f42e039984cf40884853f57c88fb6c13221dc367c371e0e8585ed54650cfa69ae886cfae2a74df22ead95c06 diff --git a/media-fonts/intlfonts/intlfonts-1.4.1.ebuild b/media-fonts/intlfonts/intlfonts-1.4.1.ebuild new file mode 100644 index 00000000000..8cab818529f --- /dev/null +++ b/media-fonts/intlfonts/intlfonts-1.4.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit font + +DESCRIPTION="International X11 fixed fonts" +HOMEPAGE="https://www.gnu.org/directory/intlfonts.html" +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" + +LICENSE="public-domain HPND GPL-3+-with-font-exception" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="bdf" + +BDEPEND="x11-apps/bdftopcf + >=x11-apps/mkfontscale-1.2.0" + +DOCS=( ChangeLog NEWS README Emacs.ap ) + +src_configure() { + econf \ + --with-fontdir=/usr/share/fonts/${PN} \ + --enable-compress="gzip -9" \ + $(use_with bdf) +} + +src_install() { + emake install fontdir="${ED}/usr/share/fonts/${PN}" + einstalldocs + font_xfont_config +}