diff options
author | Akinori Hattori <hattya@gentoo.org> | 2022-03-03 21:43:30 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2022-03-03 21:43:30 +0900 |
commit | 529f6e62d52182be50a1b12e28e55a1511c5c11d (patch) | |
tree | 8f0a1e076ca1e45800616b9c809fca63ad79ac3d /media-fonts | |
parent | app-i18n/ibus-typing-booster: new upstream release (diff) | |
download | gentoo-529f6e62d52182be50a1b12e28e55a1511c5c11d.tar.gz gentoo-529f6e62d52182be50a1b12e28e55a1511c5c11d.tar.bz2 gentoo-529f6e62d52182be50a1b12e28e55a1511c5c11d.zip |
media-fonts/jisx0213-fonts: drop old
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r2.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r2.ebuild b/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r2.ebuild deleted file mode 100644 index bddc1d5c9c15..000000000000 --- a/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -FONT_PN="${PN/-fonts/}" -FONTDIR="/usr/share/fonts/${FONT_PN}" -inherit font font-ebdftopcf - -DESCRIPTION="Japanese fixed fonts that cover JIS0213 charset" -#HOMEPAGE="http://www12.ocn.ne.jp/~imamura/jisx0213.html" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="mirror://gentoo/jiskan16-2004-1.bdf.gz - mirror://gentoo/jiskan16-2000-1.bdf.gz - mirror://gentoo/jiskan16-2000-2.bdf.gz - mirror://gentoo/K14-2004-1.bdf.gz - mirror://gentoo/K14-2000-1.bdf.gz - mirror://gentoo/K14-2000-2.bdf.gz - mirror://gentoo/K12-1.bdf.gz - mirror://gentoo/K12-2.bdf.gz - mirror://gentoo/A14.bdf.gz - mirror://gentoo/A12.bdf.gz - mirror://gentoo/jiskan24-2000-1.bdf.gz - mirror://gentoo/jiskan24-2000-2.bdf.gz" -S="${WORKDIR}" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~ia64 ppc ~s390 sparc x86" -IUSE="" -RESTRICT="binchecks strip" - -pkg_postinst() { - font_pkg_postinst - if use X; then - elog "You need you add following line into 'Section \"Files\"' in" - elog "XF86Config and reboot X Window System, to use these fonts." - elog "" - elog "\t FontPath \"${FONTDIR}\"" - elog "" - fi -} |