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 560F4138350 for ; Tue, 31 Mar 2020 14:11:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93DA8E0980; Tue, 31 Mar 2020 14:11:45 +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 7BB20E0980 for ; Tue, 31 Mar 2020 14:11:45 +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 2BD5834F13A for ; Tue, 31 Mar 2020 14:11:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37D8E18F for ; Tue, 31 Mar 2020 14:11:42 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1585663879.bf809c2c86e988d03a4d451a0c51f87b6bb2c49e.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/tex-gyre/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/tex-gyre/Manifest media-fonts/tex-gyre/tex-gyre-2.501.ebuild X-VCS-Directories: media-fonts/tex-gyre/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: bf809c2c86e988d03a4d451a0c51f87b6bb2c49e X-VCS-Branch: master Date: Tue, 31 Mar 2020 14:11:42 +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: 977f365a-bb89-4f5d-ba9a-975d95c3acc5 X-Archives-Hash: 9379119b2c29e255b917159a87dfbf61 commit: bf809c2c86e988d03a4d451a0c51f87b6bb2c49e Author: Sebastian Pipping gentoo org> AuthorDate: Tue Mar 31 14:07:51 2020 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Tue Mar 31 14:11:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf809c2c media-fonts/tex-gyre: 2.501 + EAPI 7 Signed-off-by: Sebastian Pipping gentoo.org> Package-Manager: Portage-2.3.92, Repoman-2.3.20 media-fonts/tex-gyre/Manifest | 1 + media-fonts/tex-gyre/tex-gyre-2.501.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/media-fonts/tex-gyre/Manifest b/media-fonts/tex-gyre/Manifest index 4fd1ef347dd..9e2d025a263 100644 --- a/media-fonts/tex-gyre/Manifest +++ b/media-fonts/tex-gyre/Manifest @@ -1 +1,2 @@ DIST tg-2.005otf.zip 2284184 BLAKE2B bf19224b480f1bd4829331bac373882b3cb6687740d1977fd07bd8cf8fd93d0cdeaa290834286dc4b96641a43e0307200993beeb6748c6902eaa7d24523bf3bc SHA512 881886115604a7ec2634f621693177278bf3f6842dd42f64460e3afd26f302c2f8847e03b7bd83b354ae0366dcdfa057f16b1cbf64e8c5172d27d2bda7b98db9 +DIST tg2_501otf.zip 2559336 BLAKE2B 8a4872f1a694765e56ef6e41fab523ee80a9b69de255add3160068131a10f226cb237572b1184f6411afd49936606af6b6809f3a5aebd502122d062a4dc23f55 SHA512 a335e0bfaf16a157c290fcd40fcf8786e8677f14189a8b6fe56ff112f008aed198600248d8eb1334bbb689b9979996e013f61bf5bfa6f0549b6a910d03cb2929 diff --git a/media-fonts/tex-gyre/tex-gyre-2.501.ebuild b/media-fonts/tex-gyre/tex-gyre-2.501.ebuild new file mode 100644 index 00000000000..bd2992159bd --- /dev/null +++ b/media-fonts/tex-gyre/tex-gyre-2.501.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit font + +MY_P="tg$(ver_cut 1)_$(ver_cut 2)otf" +DESCRIPTION="Extensive remake of freely available URW fonts" +HOMEPAGE="http://www.gust.org.pl/projects/e-foundry/tex-gyre" +SRC_URI="http://www.gust.org.pl/projects/e-foundry/tex-gyre/whole/${MY_P}.zip" + +LICENSE="|| ( GFL LPPL-1.3c )" # legally equivalent +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~x86" + +S="${WORKDIR}/${MY_P}" +FONT_SUFFIX="otf"