diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-16 16:33:30 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-16 16:39:14 +0100 |
commit | 6337cb82c855658092b1c2f91c5cfc628063de99 (patch) | |
tree | 116493252068a267c6e36e75066828b23c4974d8 /media-fonts/hermit | |
parent | media-fonts/hermit: EAPI-7 bump (diff) | |
download | gentoo-6337cb82c855658092b1c2f91c5cfc628063de99.tar.gz gentoo-6337cb82c855658092b1c2f91c5cfc628063de99.tar.bz2 gentoo-6337cb82c855658092b1c2f91c5cfc628063de99.zip |
media-fonts/hermit: Drop 1.1
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-fonts/hermit')
-rw-r--r-- | media-fonts/hermit/Manifest | 1 | ||||
-rw-r--r-- | media-fonts/hermit/hermit-1.1.ebuild | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/media-fonts/hermit/Manifest b/media-fonts/hermit/Manifest index f747b469aad7..d82d0b5e005b 100644 --- a/media-fonts/hermit/Manifest +++ b/media-fonts/hermit/Manifest @@ -1,2 +1 @@ -DIST otf-hermit-1.1.tar.gz 15077 BLAKE2B 1435e521e2e6c50f910fe6eb7cf29513bc665766478a4584ea06455d64a70dfd81c80447eb2d282a511f13bd24fc6d119e0e57f0a4469dcd355a13e0920b76cb SHA512 ef87f69bfbdb0f84b16e42e06a950a351fb1203fe599dfb7cf6b0c69fb260d99e24b67c741d738f9250fcd1f14aa162c8f285fed7e6481ffd55e78a1f1617d58 DIST otf-hermit-1.21.tar.gz 42646 BLAKE2B c67dcaa34a5fc5f8280547107a817deb4a40db7c6b3a0b2edf8d92c2dc230576bd7fd194bff1943fe481a143a027eb56484fae30ebeab5c6a563d9bdb07011ac SHA512 5b980068d349e67d78a33a100d9b38eb24c374d0cf6ac69676df0e8dd441451acc0112089634c4b408f1afcb49501bb9f5940ec6c18910b5c11f7f7f31c739ac diff --git a/media-fonts/hermit/hermit-1.1.ebuild b/media-fonts/hermit/hermit-1.1.ebuild deleted file mode 100644 index dffd2a5cc5d3..000000000000 --- a/media-fonts/hermit/hermit-1.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit font - -DESCRIPTION="A monospace font designed to be clear, pragmatic and very readable" -HOMEPAGE="https://pcaro.es/p/hermit/" -SRC_URI="https://pcaro.es/d/otf-${P}.tar.gz" - -LICENSE="OFL-1.1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -S=${WORKDIR} -FONT_SUFFIX="otf" |