summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2017-11-13 14:03:02 +0100
committerGuilherme Amadio <amadio@gentoo.org>2017-11-13 14:03:02 +0100
commitdfe2b54a7a6a802adbddb3f9f4d2423531cec9ce (patch)
treeed0c2ab63a7ac005f1602ceb4e47cf1a5af7a7b9 /media-fonts/croscorefonts/croscorefonts-1.31.0.ebuild
parentapp-admin/dxf: Version bump to 7.0.0 (diff)
downloadgentoo-dfe2b54a7a6a802adbddb3f9f4d2423531cec9ce.tar.gz
gentoo-dfe2b54a7a6a802adbddb3f9f4d2423531cec9ce.tar.bz2
gentoo-dfe2b54a7a6a802adbddb3f9f4d2423531cec9ce.zip
media-fonts/croscorefonts: version bump to 1.31.0
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'media-fonts/croscorefonts/croscorefonts-1.31.0.ebuild')
-rw-r--r--media-fonts/croscorefonts/croscorefonts-1.31.0.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/media-fonts/croscorefonts/croscorefonts-1.31.0.ebuild b/media-fonts/croscorefonts/croscorefonts-1.31.0.ebuild
new file mode 100644
index 000000000000..00c7e24c411c
--- /dev/null
+++ b/media-fonts/croscorefonts/croscorefonts-1.31.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit font
+
+DESCRIPTION="Open licensed fonts metrically compatible with MS corefonts"
+HOMEPAGE="https://www.google.com/webfonts/specimen/Arimo
+ https://www.google.com/webfonts/specimen/Cousine
+ https://www.google.com/webfonts/specimen/Tinos"
+SRC_URI="http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/${P}.tar.bz2"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+RESTRICT="binchecks strip test"
+
+FONT_SUFFIX="ttf"
+FONT_CONF=(
+ "${FILESDIR}/62-croscore-arimo.conf"
+ "${FILESDIR}/62-croscore-cousine.conf"
+ "${FILESDIR}/62-croscore-symbolneu.conf"
+ "${FILESDIR}/62-croscore-tinos.conf" )