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: Thu, 03 Mar 2022 12:43:51
Message-Id: 1646311410.529f6e62d52182be50a1b12e28e55a1511c5c11d.hattya@gentoo
1 commit: 529f6e62d52182be50a1b12e28e55a1511c5c11d
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 3 12:43:30 2022 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 3 12:43:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=529f6e62
7
8 media-fonts/jisx0213-fonts: drop old
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 .../jisx0213-fonts-20040425-r2.ebuild | 42 ----------------------
14 1 file changed, 42 deletions(-)
15
16 diff --git a/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r2.ebuild b/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r2.ebuild
17 deleted file mode 100644
18 index bddc1d5c9c15..000000000000
19 --- a/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r2.ebuild
20 +++ /dev/null
21 @@ -1,42 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -FONT_PN="${PN/-fonts/}"
28 -FONTDIR="/usr/share/fonts/${FONT_PN}"
29 -inherit font font-ebdftopcf
30 -
31 -DESCRIPTION="Japanese fixed fonts that cover JIS0213 charset"
32 -#HOMEPAGE="http://www12.ocn.ne.jp/~imamura/jisx0213.html"
33 -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
34 -SRC_URI="mirror://gentoo/jiskan16-2004-1.bdf.gz
35 - mirror://gentoo/jiskan16-2000-1.bdf.gz
36 - mirror://gentoo/jiskan16-2000-2.bdf.gz
37 - mirror://gentoo/K14-2004-1.bdf.gz
38 - mirror://gentoo/K14-2000-1.bdf.gz
39 - mirror://gentoo/K14-2000-2.bdf.gz
40 - mirror://gentoo/K12-1.bdf.gz
41 - mirror://gentoo/K12-2.bdf.gz
42 - mirror://gentoo/A14.bdf.gz
43 - mirror://gentoo/A12.bdf.gz
44 - mirror://gentoo/jiskan24-2000-1.bdf.gz
45 - mirror://gentoo/jiskan24-2000-2.bdf.gz"
46 -S="${WORKDIR}"
47 -
48 -LICENSE="public-domain"
49 -SLOT="0"
50 -KEYWORDS="~alpha amd64 arm ~ia64 ppc ~s390 sparc x86"
51 -IUSE=""
52 -RESTRICT="binchecks strip"
53 -
54 -pkg_postinst() {
55 - font_pkg_postinst
56 - if use X; then
57 - elog "You need you add following line into 'Section \"Files\"' in"
58 - elog "XF86Config and reboot X Window System, to use these fonts."
59 - elog ""
60 - elog "\t FontPath \"${FONTDIR}\""
61 - elog ""
62 - fi
63 -}