commit: 5283acc5b86973e40e3a455a1eeaff7b81aa3232 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Thu Apr 19 19:21:35 2018 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Thu Apr 19 19:22:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5283acc5
media-fonts/ricty: Remove 3.2.0-r1 Deprecated EAPI 4 and overshadowed by 3.2.0-r2. Package-Manager: Portage-2.3.30, Repoman-2.3.9 media-fonts/ricty/ricty-3.2.0-r1.ebuild | 37 --------------------------------- 1 file changed, 37 deletions(-) diff --git a/media-fonts/ricty/ricty-3.2.0-r1.ebuild b/media-fonts/ricty/ricty-3.2.0-r1.ebuild deleted file mode 100644 index 1c1e16b78d6..00000000000 --- a/media-fonts/ricty/ricty-3.2.0-r1.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-Regular.ttf" \ - "${EPREFIX}/usr/share/fonts/mix-mplus-ipa/migu-1m-regular.ttf" \ - "${EPREFIX}/usr/share/fonts/mix-mplus-ipa/migu-1m-bold.ttf" || die -}
