Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/jisx0213-fonts/
Date: Tue, 12 Dec 2017 14:03:46
Message-Id: 1513087402.3699fb38f532d72ed9ced5850e3344ff4e960eb4.hattya@gentoo
1 commit: 3699fb38f532d72ed9ced5850e3344ff4e960eb4
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 12 13:57:00 2017 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 12 14:03:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3699fb38
7
8 media-fonts/jisx0213-fonts: update to EAPI 6
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r2.ebuild | 12 ++++++------
13 1 file changed, 6 insertions(+), 6 deletions(-)
14
15 diff --git a/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r2.ebuild b/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r2.ebuild
16 index 28e50869faf..455edad329e 100644
17 --- a/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r2.ebuild
18 +++ b/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r2.ebuild
19 @@ -1,10 +1,11 @@
20 -# Copyright 1999-2007 Gentoo Foundation
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 font-ebdftopcf
27
28 DESCRIPTION="Japanese fixed fonts that cover JIS0213 charset"
29 -
30 HOMEPAGE="http://www12.ocn.ne.jp/~imamura/jisx0213.html"
31 SRC_BASE1="http://www12.ocn.ne.jp/~imamura"
32 SRC_BASE2="http://gitatsu.hp.infoseek.co.jp/bdf"
33 @@ -23,17 +24,16 @@ SRC_URI="${SRC_BASE1}/jiskan16-2004-1.bdf.gz
34
35 LICENSE="public-domain"
36 SLOT="0"
37 -
38 KEYWORDS="alpha amd64 arm ia64 ppc s390 sh sparc x86 ~x86-fbsd"
39 +IUSE=""
40 +RESTRICT="binchecks strip"
41
42 S="${WORKDIR}"
43 +
44 FONT_S="${S}"
45 FONT_PN="${PN/-fonts/}"
46 FONTDIR="/usr/share/fonts/${FONT_PN}"
47
48 -# Only installs fonts
49 -RESTRICT="strip binchecks"
50 -
51 pkg_postinst(){
52 if use X; then
53 elog "You need you add following line into 'Section \"Files\"' in"