diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 16:05:13 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 20:05:57 +0100 |
commit | 18a2c2d940f56c4728d16136cd427e41922fac40 (patch) | |
tree | 3b3f83edf399f826be4a0e143aa3c0097fea575d /media-fonts/ricty | |
parent | media-fonts/unifont: Drop 10.0.06 (diff) | |
download | gentoo-18a2c2d940f56c4728d16136cd427e41922fac40.tar.gz gentoo-18a2c2d940f56c4728d16136cd427e41922fac40.tar.bz2 gentoo-18a2c2d940f56c4728d16136cd427e41922fac40.zip |
media-fonts/ricty: EAPI-7 bump, fix HOMEPAGE
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-fonts/ricty')
-rw-r--r-- | media-fonts/ricty/ricty-3.2.0-r2.ebuild | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/media-fonts/ricty/ricty-3.2.0-r2.ebuild b/media-fonts/ricty/ricty-3.2.0-r2.ebuild index 40fca3d3a27a..1206fcf0d157 100644 --- a/media-fonts/ricty/ricty-3.2.0-r2.ebuild +++ b/media-fonts/ricty/ricty-3.2.0-r2.ebuild @@ -1,31 +1,28 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 +MY_PN="Ricty" 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" +DESCRIPTION="Beautiful sans-serif monotype Japanese font designed for code listings" +HOMEPAGE="https://rictyfonts.github.io/" SRC_URI="https://github.com/yascentur/${MY_PN}/tarball/${PV} -> ${MY_PN}-${PV}.tar.gz" +S="${WORKDIR}/yascentur-${MY_PN}-b9d8b9c" LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="media-fonts/inconsolata +BDEPEND=" + media-fonts/inconsolata >=media-fonts/mix-mplus-ipa-20111002 - media-gfx/fontforge" -RDEPEND="" - -#S="${WORKDIR}/yascentur-${MY_PN}-*" -S="${WORKDIR}/yascentur-${MY_PN}-b9d8b9c" + media-gfx/fontforge +" FONT_SUFFIX="ttf" -FONT_S="${S}" # Only installs fonts. RESTRICT="strip binchecks" |