Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-screen-cyrillic/
Date: Sat, 25 Nov 2017 20:19:13
Message-Id: 1511641121.a62f7dd202b640825442b22908af1b0b4b4bcaac.mattst88@gentoo
1 commit: a62f7dd202b640825442b22908af1b0b4b4bcaac
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Sat Nov 25 15:29:38 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 25 20:18:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a62f7dd2
7
8 media-fonts/font-screen-cyrillic: EAPI 3 -> 5
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11 Closes: https://github.com/gentoo/gentoo/pull/6296
12
13 media-fonts/font-screen-cyrillic/Manifest | 2 +-
14 .../font-screen-cyrillic-1.0.4-r1.ebuild | 12 ++++++++++++
15 2 files changed, 13 insertions(+), 1 deletion(-)
16
17 diff --git a/media-fonts/font-screen-cyrillic/Manifest b/media-fonts/font-screen-cyrillic/Manifest
18 index cf8e3e13098..f33cb0b9e3e 100644
19 --- a/media-fonts/font-screen-cyrillic/Manifest
20 +++ b/media-fonts/font-screen-cyrillic/Manifest
21 @@ -1 +1 @@
22 -DIST font-screen-cyrillic-1.0.4.tar.bz2 103168 SHA256 824231e8dffe15299454e47259f29d98001c9cf8ad3d6b5171399e4d71705e79 SHA512 58f12a4cbd18e323daad75b32a01ab3980dca0046f8dd94ff4452606ab9316b8a208dda3bc8e9346c02993bd2b8bb2b3dfe3413ccf9fc6a907fc1ea5d236fa51 WHIRLPOOL b7272bd31c19ca3a300e7d534301a1e9d448e2807d4d859038ec8dd73b3989027ef8e5f9aca2b762c08f1438c04340ef7c2876082789b8bd7e69191943d322a4
23 +DIST font-screen-cyrillic-1.0.4.tar.bz2 103168 BLAKE2B 6ef447905bc848dc7e31aae0f0c7649e17dbc46ccbb8a09da60cbd1a232891f0777558febd6e91e7844b66cc25796ad54ad6600ce033ff7f493741099c67b52b SHA512 58f12a4cbd18e323daad75b32a01ab3980dca0046f8dd94ff4452606ab9316b8a208dda3bc8e9346c02993bd2b8bb2b3dfe3413ccf9fc6a907fc1ea5d236fa51
24
25 diff --git a/media-fonts/font-screen-cyrillic/font-screen-cyrillic-1.0.4-r1.ebuild b/media-fonts/font-screen-cyrillic/font-screen-cyrillic-1.0.4-r1.ebuild
26 new file mode 100644
27 index 00000000000..4daf3728c5d
28 --- /dev/null
29 +++ b/media-fonts/font-screen-cyrillic/font-screen-cyrillic-1.0.4-r1.ebuild
30 @@ -0,0 +1,12 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=5
35 +inherit xorg-2
36 +
37 +DESCRIPTION="X.Org Screen cyrillic fonts"
38 +
39 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
40 +IUSE=""
41 +
42 +DEPEND="x11-apps/bdftopcf"