drop this, this is auto-hinted, so no interest

This commit is contained in:
Guillaume Castagnino 2019-10-22 17:20:45 +02:00
parent 7a116ef1c0
commit 05fb8305db
4 changed files with 0 additions and 51 deletions

View file

@ -1,4 +0,0 @@
AUX 90-roboto-regular.conf 438 BLAKE2B 495141f1945f1dc52ca439e15189899e4b4f46584a218b338d035c4d0c250e66ace88a0dd2522822dc493491f16813cca23dfc5b88e6e1bcadeade4b1ec5c348 SHA512 cf8e84eeff7c34d5d218c283c43a0440c2af6e46d6d7f8d68c5d0eb5fe6431ce3ecb89ce9f558cbca24a23658e315d2dea4472fd3905ad9f236efda4b7a8a8c0
DIST roboto-hinted-2.136.zip 5248434 BLAKE2B d2f31bb9ad9621f73fc384c9107e8835f79221245a730ab8105c46bfab1f362c7bd335f832b85bb8d13b8db8052d51e1e52320a120965b0ad609d321572ac5a4 SHA512 0445b5a2e465e1231f9e970e41b71f4f81483bfa30a7f304990322f5da6b3cb0bb95e3f90f821b0da5e5d2182b5110cffb4e3669d5d33b305f6345051c03b7a5
EBUILD roboto-hinted-2.136.ebuild 611 BLAKE2B cebd9143987d813ed7a10fbbe1ce37418b841b1637bddfee03f587c3c3cf9f200799dc1325b5f7af7e64b6c402b2245db02ece8c850fe3dd400026818d52b695 SHA512 8089880f02ccb68f61926f5acebe16475e77dd1900b3eb65cb75355c4b08cd4e7024ec18c1d16b07de5759cc74e1574d6821146ca5c7cc3bd825ab77938f3009
MISC metadata.xml 326 BLAKE2B a7d2d8689edd75ae371d695ef9e08346b61c214444f51742180df110e22c071e362550c48f3d2dcecee059fcf890e66d4e5e3faaac6ffdbaa401bb9cc96275bf SHA512 8d079f482bb1fc7726801cfb2f16cd9f04677303f2ff3f9946d3f4a2c89461c5f4d92ea153a3b24a41bba3213f53fa2483f164f68cc1bfb5e1c49ef750c63f72

View file

@ -1,14 +0,0 @@
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="pattern">
<test name="family" compare="eq"><string>Roboto</string></test>
<edit name="weight" mode="append"><const>regular</const></edit>
</match>
<match target="pattern">
<test name="family" compare="eq"><string>Roboto Condensed</string></test>
<edit name="weight" mode="append"><const>regular</const></edit>
</match>
</fontconfig>

View file

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>fonts@gentoo.org</email>
<name>Fonts</name>
</maintainer>
<upstream>
<remote-id type="github">google/roboto</remote-id>
</upstream>
</pkgmetadata>

View file

@ -1,22 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit font
DESCRIPTION="Standard font for Android 4.0 (Ice Cream Sandwich) and later, hinted version"
HOMEPAGE="https://github.com/google/roboto"
SRC_URI="https://github.com/google/roboto/releases/download/v${PV}/${PN}.zip -> ${P}.zip"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
DEPEND="app-arch/unzip"
RDEPEND="!media-fonts/roboto"
S=${WORKDIR}
FONT_S="${S}/${PN}"
FONT_SUFFIX="ttf"
FONT_CONF=( "${FILESDIR}"/90-roboto-regular.conf )