summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2018-04-19 21:21:35 +0200
committerJohannes Huber <johu@gentoo.org>2018-04-19 21:22:36 +0200
commit5283acc5b86973e40e3a455a1eeaff7b81aa3232 (patch)
tree23178a09a56d9c8818d1320d873067de2ac5a2c2
parentmedia-fonts/ricty: Remove 3.2.0 (r0) (diff)
downloadgentoo-5283acc5b86973e40e3a455a1eeaff7b81aa3232.tar.gz
gentoo-5283acc5b86973e40e3a455a1eeaff7b81aa3232.tar.bz2
gentoo-5283acc5b86973e40e3a455a1eeaff7b81aa3232.zip
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
-rw-r--r--media-fonts/ricty/ricty-3.2.0-r1.ebuild37
1 files changed, 0 insertions, 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 1c1e16b78d69..000000000000
--- 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
-}