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 81C52138334 for ; Mon, 23 Dec 2019 23:41:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9BBBE09BC; Mon, 23 Dec 2019 23:41:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8D083E09BC for ; Mon, 23 Dec 2019 23:41:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2BBBB34DB05 for ; Mon, 23 Dec 2019 23:41:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95FC7E0035 for ; Mon, 23 Dec 2019 23:41:10 +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: <1577144458.ee322cebf2fc56ea56f6bbc25c7a5343a5dc3264.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/intlfonts/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/intlfonts/intlfonts-1.2.1-r1.ebuild media-fonts/intlfonts/metadata.xml X-VCS-Directories: media-fonts/intlfonts/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: ee322cebf2fc56ea56f6bbc25c7a5343a5dc3264 X-VCS-Branch: master Date: Mon, 23 Dec 2019 23:41:10 +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: 3bf87397-3184-425d-b104-67c6f67b0f7b X-Archives-Hash: 1cc3ca2ce57c5c638dfb4569ff4d7fb9 commit: ee322cebf2fc56ea56f6bbc25c7a5343a5dc3264 Author: Ulrich Müller gentoo org> AuthorDate: Mon Dec 23 23:40:02 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Dec 23 23:40:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee322ceb media-fonts/intlfonts: Add "non-free" use flag. This enables installation of non-free Tibetan fonts. Bug: https://bugs.gentoo.org/698048 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Ulrich Müller gentoo.org> media-fonts/intlfonts/intlfonts-1.2.1-r1.ebuild | 10 ++++++++-- media-fonts/intlfonts/metadata.xml | 3 ++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/media-fonts/intlfonts/intlfonts-1.2.1-r1.ebuild b/media-fonts/intlfonts/intlfonts-1.2.1-r1.ebuild index f9eef1f9f50..350e486b4ae 100644 --- a/media-fonts/intlfonts/intlfonts-1.2.1-r1.ebuild +++ b/media-fonts/intlfonts/intlfonts-1.2.1-r1.ebuild @@ -9,16 +9,22 @@ 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 free-noncomm" +LICENSE="public-domain HPND non-free? ( free-noncomm )" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" -IUSE="bdf" +IUSE="bdf non-free" DEPEND="x11-apps/bdftopcf >=x11-apps/mkfontscale-1.2.0" DOCS=( ChangeLog NEWS README Emacs.ap ) +src_prepare() { + default + # Tibetan fonts have a non-commercial restriction + use non-free || rm Asian/tib*.bdf || die +} + src_configure() { local myconf=( --with-fontdir=/usr/share/fonts/${PN} diff --git a/media-fonts/intlfonts/metadata.xml b/media-fonts/intlfonts/metadata.xml index 7d1842f83af..8fa31783a57 100644 --- a/media-fonts/intlfonts/metadata.xml +++ b/media-fonts/intlfonts/metadata.xml @@ -6,6 +6,7 @@ Fonts - Installs BDF fonts in addition to PCF + Install BDF fonts in addition to PCF + Install non-free Tibetan fonts