media-fonts/hack: version bump to 3.000

Closes: https://bugs.gentoo.org/639792
Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
Guilherme Amadio
2018-01-19 17:47:15 +01:00
parent b8e69adc2f
commit f6ff0c4b9a
2 changed files with 27 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST Hack-v2_020-otf.tar.xz 322564 BLAKE2B c4c3abaa829d671b3d063b73837eeb70ebee90de162dbfb5a0c2bf0c238af383a260adfe4bb164eafa7c29bd6e67d5deb91a8b17708f15100aac6ee29d627415 SHA512 d58ef2a7b96557a1feb587efc68e64a16238ca9fd336bafa41c488e48e088a547612890fcaff8899494f2eb0b8acf300815ada8f72df64ae7d19af032fade058
DIST Hack-v2_020-ttf.tar.xz 404776 BLAKE2B c4f205702620bb68965f3131abad518d418a631b6f08886f4a5bcd3bc8cba783d87bfbf99246c7743b10951caa6d505580effd03d390a7cde0b75a5b723371de SHA512 6901828b8a4bfccf113674bcad3725a0b35aded7da04e765a889fae8fe45d5de791f02167346f276b69c766eefbfcbbb7afec3eca3f3105f067509064f075e65
DIST Hack-v3.000-ttf.tar.xz 359120 BLAKE2B d59f43e04a8dd4919977756607fcd9b902283976ce4ab81c00558db55c461f914c2b2a015d9dfe09a7de82c8f0fd463a32436b9242b3ca3d7b3ad736e326d838 SHA512 1116bc0d30c32664957a964ec173193fca53188fb9e1297808d736ea7a2958506ad94541837c1f3cd1deb715503fdfc62887b293132d75f706a20957f6246d7a

View File

@@ -0,0 +1,26 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
inherit font versionator
DESCRIPTION="A typeface designed for source code"
HOMEPAGE="https://github.com/source-foundry/Hack"
SRC_URI="https://github.com/source-foundry/Hack/releases/download/v${PV}/Hack-v${PV}-ttf.tar.xz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE=""
RESTRICT="binchecks strip"
DEPEND=""
RDEPEND=""
FONT_SUFFIX="ttf"
src_unpack() {
mkdir "${S}" && cd "${S}"
unpack ${A}
}