diff options
author | Johannes Huber <johu@gentoo.org> | 2018-04-19 21:20:54 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-04-19 21:22:36 +0200 |
commit | b8d4f466af370223b7d886fb7fe7268b43f4d590 (patch) | |
tree | 43c394423323042b1004a6c6628280cdee9386db | |
parent | media-fonts/ricty: Revision bump 3.2.0-r2 (diff) | |
download | gentoo-b8d4f466af370223b7d886fb7fe7268b43f4d590.tar.gz gentoo-b8d4f466af370223b7d886fb7fe7268b43f4d590.tar.bz2 gentoo-b8d4f466af370223b7d886fb7fe7268b43f4d590.zip |
media-fonts/ricty: Remove 3.2.0 (r0)
Deprecated EAPI 4 and overshadowed by 3.2.0-r2.
Package-Manager: Portage-2.3.30, Repoman-2.3.9
-rw-r--r-- | media-fonts/ricty/ricty-3.2.0.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/media-fonts/ricty/ricty-3.2.0.ebuild b/media-fonts/ricty/ricty-3.2.0.ebuild deleted file mode 100644 index e80e2888bb59..000000000000 --- a/media-fonts/ricty/ricty-3.2.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit font - -MY_PN="Ricty" -DESCRIPTION="A beautiful sans-serif monotype Japanese font designed for code listings" -HOMEPAGE="http://save.sys.t.u-tokyo.ac.jp/~yusa/fonts/ricty.html" -#SRC_URI="http://save.sys.t.u-tokyo.ac.jp/~yusa/fonts/ricty/${MY_PN}-${PV}.tar.gz" -SRC_URI="https://github.com/yascentur/${MY_PN}/tarball/${PV} -> ${MY_PN}-${PV}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="media-fonts/inconsolata - >=media-fonts/mix-mplus-ipa-20111002 - media-gfx/fontforge" -RDEPEND="" - -#S="${WORKDIR}/yascentur-${MY_PN}-*" -S="${WORKDIR}/yascentur-${MY_PN}-b9d8b9c" - -FONT_SUFFIX="ttf" -FONT_S="${S}" - -# Only installs fonts. -RESTRICT="strip binchecks" - -src_compile() { - sh ricty_generator.sh \ - "${EPREFIX}/usr/share/fonts/inconsolata/Inconsolata.otf" \ - "${EPREFIX}/usr/share/fonts/mix-mplus-ipa/migu-1m-regular.ttf" \ - "${EPREFIX}/usr/share/fonts/mix-mplus-ipa/migu-1m-bold.ttf" || die -} |