summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2015-03-07 12:01:12 +0000
committerBen de Groot <yngwin@gentoo.org>2015-03-07 12:01:12 +0000
commitd55bd93731c3d8f1b9d27a5290767ae7de3385e0 (patch)
tree4147763fdcba63df6569e35b4805321244d335e2 /media-fonts
parentVersion bump. (diff)
downloadgentoo-2-d55bd93731c3d8f1b9d27a5290767ae7de3385e0.tar.gz
gentoo-2-d55bd93731c3d8f1b9d27a5290767ae7de3385e0.tar.bz2
gentoo-2-d55bd93731c3d8f1b9d27a5290767ae7de3385e0.zip
version bump
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
Diffstat (limited to 'media-fonts')
-rw-r--r--media-fonts/croscorefonts/ChangeLog9
-rw-r--r--media-fonts/croscorefonts/croscorefonts-1.23.0.ebuild26
2 files changed, 33 insertions, 2 deletions
diff --git a/media-fonts/croscorefonts/ChangeLog b/media-fonts/croscorefonts/ChangeLog
index 499f3cc7ee81..8ae54055e600 100644
--- a/media-fonts/croscorefonts/ChangeLog
+++ b/media-fonts/croscorefonts/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-fonts/croscorefonts
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/croscorefonts/ChangeLog,v 1.3 2014/01/18 12:08:33 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/croscorefonts/ChangeLog,v 1.4 2015/03/07 12:01:12 yngwin Exp $
+
+*croscorefonts-1.23.0 (07 Mar 2015)
+
+ 07 Mar 2015; Ben de Groot <yngwin@gentoo.org> +croscorefonts-1.23.0.ebuild:
+ version bump
18 Jan 2014; Mike Frysinger <vapier@gentoo.org> croscorefonts-1.21.0.ebuild:
Add arm/arm64 love.
diff --git a/media-fonts/croscorefonts/croscorefonts-1.23.0.ebuild b/media-fonts/croscorefonts/croscorefonts-1.23.0.ebuild
new file mode 100644
index 000000000000..d58256ef2438
--- /dev/null
+++ b/media-fonts/croscorefonts/croscorefonts-1.23.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/croscorefonts/croscorefonts-1.23.0.ebuild,v 1.1 2015/03/07 12:01:12 yngwin Exp $
+
+EAPI=5
+inherit font
+
+DESCRIPTION="Open licensed fonts metrically compatible with MS corefonts"
+HOMEPAGE="http://www.google.com/webfonts/specimen/Arimo
+ http://www.google.com/webfonts/specimen/Cousine
+ http://www.google.com/webfonts/specimen/Tinos"
+SRC_URI="http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/${P}.tar.gz"
+
+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" )