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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BC198158094 for ; Thu, 18 Aug 2022 02:53:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25FCDE0833; Thu, 18 Aug 2022 02:53:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C711AE0839 for ; Thu, 18 Aug 2022 02:53:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00D353416F2 for ; Thu, 18 Aug 2022 02:53:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9041A5B1 for ; Thu, 18 Aug 2022 02:53:42 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1660791187.7e75fe927e7cc98e515fde9e6c481cb01fabf6f3.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/vollkorn/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/vollkorn/Manifest media-fonts/vollkorn/vollkorn-2.1.ebuild X-VCS-Directories: media-fonts/vollkorn/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 7e75fe927e7cc98e515fde9e6c481cb01fabf6f3 X-VCS-Branch: master Date: Thu, 18 Aug 2022 02:53: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: b761a188-0962-4d99-8603-c6879c558aa4 X-Archives-Hash: c1e783836772eafed6557fd59801f5d9 commit: 7e75fe927e7cc98e515fde9e6c481cb01fabf6f3 Author: Matt Turner gentoo org> AuthorDate: Thu Aug 18 02:45:45 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Aug 18 02:53:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e75fe92 media-fonts/vollkorn: Drop old versions Signed-off-by: Matt Turner gentoo.org> media-fonts/vollkorn/Manifest | 1 - media-fonts/vollkorn/vollkorn-2.1.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/media-fonts/vollkorn/Manifest b/media-fonts/vollkorn/Manifest index 8a5b08c3ec09..095980ad91c0 100644 --- a/media-fonts/vollkorn/Manifest +++ b/media-fonts/vollkorn/Manifest @@ -1,2 +1 @@ -DIST Vollkorn-2.1.zip 139737 BLAKE2B 5aa31eb1b7e493b273e7623eb22d99b629f5c044ae1ff594cb48d488cf800114a4fc4884c02e7e9400bcaa4d6b6d344283e7a2de885f9c95dd33beba690ae7d9 SHA512 f6d3283a06204491119ce3a3796dace7db640469192b9d44fd44471a185dc580a2ba8160f2983371b6160cb782adaabcd02872cfc2b1d05b10f3d6e73c60cded DIST vollkorn-4-105.zip 11046213 BLAKE2B bfa8515335ab6f7eaa57ad03642b7694b41047b228e9c1c51285ac70f8d799a9d61ba0414bc91ec1fdb5e579597a8a3d5c901c1d77d1de1c425ba1822a29ced9 SHA512 847196951f842481d11d76304435f88190608cabd7ccb47ca19a10b7215b69e19c19dc85e628e6b2730dd9b8cf1850c6b30470103724dd40fcf9b5eadb88a3f8 diff --git a/media-fonts/vollkorn/vollkorn-2.1.ebuild b/media-fonts/vollkorn/vollkorn-2.1.ebuild deleted file mode 100644 index 2232c8303960..000000000000 --- a/media-fonts/vollkorn/vollkorn-2.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit font - -DESCRIPTION="Vollkorn, the free and healthy typeface for bread and butter use" -HOMEPAGE="http://vollkorn-typeface.com/" -SRC_URI="http://friedrichalthausen.de/Vollkorn-${PV}.zip" - -LICENSE="OFL-1.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" -# Only installs fonts -RESTRICT="strip binchecks" - -BDEPEND="app-arch/unzip" - -S="${WORKDIR}" - -FONT_S="${S}" -FONT_SUFFIX="ttf" -DOCS="Fontlog.txt"