mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-fonts/intel-one-mono: drop 1.3.0
Signed-off-by: Matt Jolly <kangie@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST intel-one-mono-1.3.0.zip 354382 BLAKE2B 1216f8075fd4137696c65f33a208d70f611991c4663228b151dd54ad0b43dff54073bb944c2390bcd04ab15d7894c552089f867aefd7500faeb23c8e2bb87fc7 SHA512 3c4803d103cd3f6dcd5caf020cefc665812f4859151e399c6e7a547f8c62e1e6b0ab5c9b4a79e20fbb41af435d01ced955db8429d4174b429de79782a8d6503a
|
||||
DIST intel-one-mono-1.4.0.zip 563509 BLAKE2B 28f574e8b629d0fa78ba51f26efa1fcfb908d6c0399a6d86f359dcb9d1d5d5c7cb62ab05ea208b69cc2d4bceb2f0aba87c5114a6c97f46751d95bf047023cdfe SHA512 a6dcaae5eccf78c841061d20f999a24b4f70adf9e1c60cb8c9be1d5fe3a3782e042b17250c4c65f8ececa5f5fc24a0db91d4460ef9da943774811e2cd7dac729
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
FONT_SUFFIX="otf"
|
||||
|
||||
inherit font
|
||||
|
||||
DESCRIPTION="Intel One Mono font family"
|
||||
HOMEPAGE="https://github.com/intel/intel-one-mono"
|
||||
|
||||
SRC_URI="https://github.com/intel/intel-one-mono/releases/download/V${PV}/otf.zip -> ${P}.zip"
|
||||
S="${WORKDIR}/otf"
|
||||
|
||||
LICENSE="OFL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RESTRICT="binchecks strip"
|
||||
|
||||
BDEPEND="
|
||||
app-arch/unzip
|
||||
"
|
||||
|
||||
src_compile() { :; }
|
||||
Reference in New Issue
Block a user