Gentoo Archives: gentoo-commits

From: Guilherme Amadio <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/croscorefonts/
Date: Mon, 13 Nov 2017 13:08:35
Message-Id: 1510578182.dfe2b54a7a6a802adbddb3f9f4d2423531cec9ce.amadio@gentoo
1 commit: dfe2b54a7a6a802adbddb3f9f4d2423531cec9ce
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 13 13:03:02 2017 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 13 13:03:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe2b54a
7
8 media-fonts/croscorefonts: version bump to 1.31.0
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 media-fonts/croscorefonts/Manifest | 1 +
13 .../croscorefonts/croscorefonts-1.31.0.ebuild | 25 ++++++++++++++++++++++
14 2 files changed, 26 insertions(+)
15
16 diff --git a/media-fonts/croscorefonts/Manifest b/media-fonts/croscorefonts/Manifest
17 index 20e455fa4fa..a665507bbf4 100644
18 --- a/media-fonts/croscorefonts/Manifest
19 +++ b/media-fonts/croscorefonts/Manifest
20 @@ -1,2 +1,3 @@
21 DIST croscorefonts-1.21.0.tar.gz 2605014 SHA256 370e55428729174f2801e9cfb4bce0f20b6f5b26c08d6488ac8b5b765c322703 SHA512 ebd636680e969c697984210f1cc4516c0817c94e6c02fd37c3b271d14db3686413da924fca87fda8948bf5a0f995072c4c4ca1a29173fdb4540a8c9a2ff20bb0 WHIRLPOOL 9072ff9a8590a75e4e123e9f5bb85e979b9a5e1f99cff4f945afafa6f84c549802b36669da1e883fb5e61fabf4392954932a21bc8aff9f1a23a0439c2e920708
22 DIST croscorefonts-1.23.0.tar.gz 2696327 SHA256 b469b5457b093a9d8878ef6ff6868f54e258441b88983b1866f64c8995584b4c SHA512 069444d57a59bd21d5b30c4b9d32a0e7b649126b2f1d10d992155c08adefb1d30119deda7818e388bb184aadb3f8dd20ee0f26c9d14b3e53bfda7fd682acf3d5 WHIRLPOOL 745cec3bd2d405f8269b39eb1b0fd17fc159d5c790052e2e882c397ca6bd3ac369287a22ab8ad174b7878a69acfeeb6d59a8924c57f0c5abf04c855f894dba88
23 +DIST croscorefonts-1.31.0.tar.bz2 3223864 SHA256 672c3487883ec1ef83d9254240d4327b014212abc823d06d15816095867315e1 SHA512 dcd5ebb854f78353a1d91bb74a5ac7b5e237040994c7e2a69cf68511f06b10006fc3a490840d48c12ee7f862d2dfa3106c9e1787a726a4b158eaea5cd5ba8842 WHIRLPOOL 6801609639fd703c78a66d51df2f2c06d4bba730557014a83f0dd650f3d35ff0d4ce0a254ff9b6dc28b8b3a5242ae1b6dc4371cd89a068944d93282f8c7e6324
24
25 diff --git a/media-fonts/croscorefonts/croscorefonts-1.31.0.ebuild b/media-fonts/croscorefonts/croscorefonts-1.31.0.ebuild
26 new file mode 100644
27 index 00000000000..00c7e24c411
28 --- /dev/null
29 +++ b/media-fonts/croscorefonts/croscorefonts-1.31.0.ebuild
30 @@ -0,0 +1,25 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +inherit font
36 +
37 +DESCRIPTION="Open licensed fonts metrically compatible with MS corefonts"
38 +HOMEPAGE="https://www.google.com/webfonts/specimen/Arimo
39 + https://www.google.com/webfonts/specimen/Cousine
40 + https://www.google.com/webfonts/specimen/Tinos"
41 +SRC_URI="http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/${P}.tar.bz2"
42 +
43 +LICENSE="Apache-2.0"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
46 +IUSE=""
47 +
48 +RESTRICT="binchecks strip test"
49 +
50 +FONT_SUFFIX="ttf"
51 +FONT_CONF=(
52 + "${FILESDIR}/62-croscore-arimo.conf"
53 + "${FILESDIR}/62-croscore-cousine.conf"
54 + "${FILESDIR}/62-croscore-symbolneu.conf"
55 + "${FILESDIR}/62-croscore-tinos.conf" )