blob: 3b4bc45916ff0f640452c487c025571960bd1691 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit font
DESCRIPTION="Open licensed sans-serif font metrically compatible with Calibri"
HOMEPAGE="http://code.google.com/p/chromium/issues/detail?id=280557"
SRC_URI="http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/${P}.tar.gz"
LICENSE="OFL"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RESTRICT="binchecks strip test"
FONT_SUFFIX="ttf"
FONT_CONF=( "${FILESDIR}"/62-crosextra-carlito.conf )
|