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 189EC1382C5 for ; Sun, 21 Mar 2021 19:06:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AF81E083D; Sun, 21 Mar 2021 19:06:37 +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 31F4EE083D for ; Sun, 21 Mar 2021 19:06:37 +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 177E1335D53 for ; Sun, 21 Mar 2021 19:06:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAE12592 for ; Sun, 21 Mar 2021 19:06: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: <1616353560.25f78dff325df39ee07b6af43193302edc78e266.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/paratype-astra/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/paratype-astra/paratype-astra-1001.ebuild X-VCS-Directories: media-fonts/paratype-astra/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 25f78dff325df39ee07b6af43193302edc78e266 X-VCS-Branch: master Date: Sun, 21 Mar 2021 19:06: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: 67876d84-8f31-4dfd-a2a9-f1acefd6c2a2 X-Archives-Hash: 64b641661ea3d2f1e5d402099f09b18a commit: 25f78dff325df39ee07b6af43193302edc78e266 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 21 15:35:44 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 21 19:06:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25f78dff media-fonts/paratype-astra: EAPI-7 bump Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> media-fonts/paratype-astra/paratype-astra-1001.ebuild | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/media-fonts/paratype-astra/paratype-astra-1001.ebuild b/media-fonts/paratype-astra/paratype-astra-1001.ebuild index 2a92f59970d..16fbe28d6ba 100644 --- a/media-fonts/paratype-astra/paratype-astra-1001.ebuild +++ b/media-fonts/paratype-astra/paratype-astra-1001.ebuild @@ -1,23 +1,20 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit font DESCRIPTION="ParaType Astra Sans/Serif fonts metrically compatible with Times New Roman" - HOMEPAGE="https://www.paratype.ru/cinfo/news.asp?NewsId=3469" SRC_URI="http://astralinux.com/images/fonts/PTAstraSans&Serif_TTF_ver${PV}.zip -> ${P}.zip" +S="${WORKDIR}" LICENSE="OFL-1.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="X" -DEPEND="app-arch/unzip" -RDEPEND="" +BDEPEND="app-arch/unzip" -S=${WORKDIR} -FONT_S=${WORKDIR} FONT_SUFFIX="ttf"