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 439F31382C5 for ; Wed, 17 Mar 2021 20:46:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E88BE08EB; Wed, 17 Mar 2021 20:46:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 49B6FE08EB for ; Wed, 17 Mar 2021 20:46:37 +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 37908340CF2 for ; Wed, 17 Mar 2021 20:46:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5F584A5 for ; Wed, 17 Mar 2021 20:46:34 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1616013969.3f76ed9a2d5b169756758bace05aeb42b9c70b30.asturm@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.005.ebuild X-VCS-Directories: media-fonts/tex-gyre/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3f76ed9a2d5b169756758bace05aeb42b9c70b30 X-VCS-Branch: master Date: Wed, 17 Mar 2021 20:46:34 +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: 36610324-d231-4a85-b1a2-6ed7cb2e4b6c X-Archives-Hash: e46948980c30998d46bac9eb1684fe18 commit: 3f76ed9a2d5b169756758bace05aeb42b9c70b30 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 17 20:45:52 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 17 20:46:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f76ed9a media-fonts/tex-gyre: Drop 2.005, EAPI5-- Closes: https://bugs.gentoo.org/776697 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> media-fonts/tex-gyre/Manifest | 1 - media-fonts/tex-gyre/tex-gyre-2.005.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/media-fonts/tex-gyre/Manifest b/media-fonts/tex-gyre/Manifest index 9e2d025a263..1e4e0f58959 100644 --- a/media-fonts/tex-gyre/Manifest +++ b/media-fonts/tex-gyre/Manifest @@ -1,2 +1 @@ -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.005.ebuild b/media-fonts/tex-gyre/tex-gyre-2.005.ebuild deleted file mode 100644 index 2e47c60fea5..00000000000 --- a/media-fonts/tex-gyre/tex-gyre-2.005.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit font - -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/tg-${PV}otf.zip" - -LICENSE="|| ( GFL LPPL-1.3c )" # legally equivalent -SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa x86" - -DEPEND="app-arch/unzip" - -S=${WORKDIR} -FONT_SUFFIX="otf"