diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 00:13:26 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 20:05:36 +0100 |
commit | d9f0b02d2a7b37b989aee0a0fe3675ec0c9474f3 (patch) | |
tree | 9ca3ac5c26149f9bf5b82746bba3fd170ae956a2 /media-fonts/urwvn-fonts | |
parent | media-fonts/termsyn: EAPI-7 bump (diff) | |
download | gentoo-d9f0b02d2a7b37b989aee0a0fe3675ec0c9474f3.tar.gz gentoo-d9f0b02d2a7b37b989aee0a0fe3675ec0c9474f3.tar.bz2 gentoo-d9f0b02d2a7b37b989aee0a0fe3675ec0c9474f3.zip |
media-fonts/urwvn-fonts: 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/urwvn-fonts')
-rw-r--r-- | media-fonts/urwvn-fonts/urwvn-fonts-3.05.ebuild | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/media-fonts/urwvn-fonts/urwvn-fonts-3.05.ebuild b/media-fonts/urwvn-fonts/urwvn-fonts-3.05.ebuild index 4dd03c3cde5f..2eb40386ed5c 100644 --- a/media-fonts/urwvn-fonts/urwvn-fonts-3.05.ebuild +++ b/media-fonts/urwvn-fonts/urwvn-fonts-3.05.ebuild @@ -1,27 +1,26 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 + +MY_P=${P/-fonts/} inherit font -MY_P=${P/_/-} -MY_P=${MY_P/-fonts/} -DESCRIPTION="fonts gpl'd by Han The Thanh, based on URW++ fonts with Vietnamese glyphs added" +DESCRIPTION="Vietnamese version of the standard PostScript fonts from URW++" # Check updates on: -# http://vntex.sf.net/fonts/urwvn-ttf/download +# http://vntex.sourceforge.net/fonts/urwvn-ttf/download/ # https://sourceforge.net/projects/vntex/files -HOMEPAGE="http://vntex.sf.net" +HOMEPAGE="http://vntex.sourceforge.net/" SRC_URI="mirror://sourceforge/project/vntex/urwvn-ttf/${MY_P}-ttf.tar.bz2" +S="${WORKDIR}/${MY_P}-ttf" -LICENSE="GPL-2 Aladdin" # see bug #434262 +LICENSE="GPL-2 Aladdin" # bug #434262 SLOT="0" KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc s390 sparc x86" IUSE="" -S="${WORKDIR}/${MY_P}-ttf" -FONT_SUFFIX="ttf" -FONT_S=${S} FONT_CONF=( "${FILESDIR}/65-urwvn.conf" ) +FONT_SUFFIX="ttf" pkg_postinst() { font_pkg_postinst |