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/cm-unicode/
Date: Mon, 27 Nov 2017 22:50:54
Message-Id: 1511823005.1dbb3428c42f1c2777b0b84bb7f0e94442596130.amadio@gentoo
1 commit: 1dbb3428c42f1c2777b0b84bb7f0e94442596130
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Sun Nov 26 09:24:15 2017 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 27 22:50:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dbb3428
7
8 media-fonts/cm-unicode: EAPI 3 -> 6
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 media-fonts/cm-unicode/cm-unicode-0.7.0-r1.ebuild | 18 ++++++++++++++++++
13 1 file changed, 18 insertions(+)
14
15 diff --git a/media-fonts/cm-unicode/cm-unicode-0.7.0-r1.ebuild b/media-fonts/cm-unicode/cm-unicode-0.7.0-r1.ebuild
16 new file mode 100644
17 index 00000000000..bc0571ba587
18 --- /dev/null
19 +++ b/media-fonts/cm-unicode/cm-unicode-0.7.0-r1.ebuild
20 @@ -0,0 +1,18 @@
21 +# Copyright 1999-2017 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=6
25 +
26 +inherit font
27 +
28 +DESCRIPTION="Computer Modern Unicode fonts"
29 +HOMEPAGE="http://cm-unicode.sourceforge.net/"
30 +SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}-ttf.tar.xz"
31 +
32 +LICENSE="OFL-1.1"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE=""
36 +
37 +FONT_SUFFIX="ttf"
38 +DOCS="Changes FAQ FontLog.txt README"