Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-fonts/croscorefonts: croscorefonts-1.23.0.ebuild ChangeLog
Date: Sat, 07 Mar 2015 12:01:24
Message-Id: 20150307120112.BD1F6133B6@oystercatcher.gentoo.org
1 yngwin 15/03/07 12:01:12
2
3 Modified: ChangeLog
4 Added: croscorefonts-1.23.0.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
9
10 Revision Changes Path
11 1.4 media-fonts/croscorefonts/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/croscorefonts/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/croscorefonts/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/croscorefonts/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-fonts/croscorefonts/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 18 Jan 2014 12:08:33 -0000 1.3
24 +++ ChangeLog 7 Mar 2015 12:01:12 -0000 1.4
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-fonts/croscorefonts
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/croscorefonts/ChangeLog,v 1.3 2014/01/18 12:08:33 vapier Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/croscorefonts/ChangeLog,v 1.4 2015/03/07 12:01:12 yngwin Exp $
31 +
32 +*croscorefonts-1.23.0 (07 Mar 2015)
33 +
34 + 07 Mar 2015; Ben de Groot <yngwin@g.o> +croscorefonts-1.23.0.ebuild:
35 + version bump
36
37 18 Jan 2014; Mike Frysinger <vapier@g.o> croscorefonts-1.21.0.ebuild:
38 Add arm/arm64 love.
39
40
41
42 1.1 media-fonts/croscorefonts/croscorefonts-1.23.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/croscorefonts/croscorefonts-1.23.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/croscorefonts/croscorefonts-1.23.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: croscorefonts-1.23.0.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-fonts/croscorefonts/croscorefonts-1.23.0.ebuild,v 1.1 2015/03/07 12:01:12 yngwin Exp $
52
53 EAPI=5
54 inherit font
55
56 DESCRIPTION="Open licensed fonts metrically compatible with MS corefonts"
57 HOMEPAGE="http://www.google.com/webfonts/specimen/Arimo
58 http://www.google.com/webfonts/specimen/Cousine
59 http://www.google.com/webfonts/specimen/Tinos"
60 SRC_URI="http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/${P}.tar.gz"
61
62 LICENSE="Apache-2.0"
63 SLOT="0"
64 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
65 IUSE=""
66
67 RESTRICT="binchecks strip test"
68
69 FONT_SUFFIX="ttf"
70 FONT_CONF=(
71 "${FILESDIR}/62-croscore-arimo.conf"
72 "${FILESDIR}/62-croscore-cousine.conf"
73 "${FILESDIR}/62-croscore-symbolneu.conf"
74 "${FILESDIR}/62-croscore-tinos.conf" )