diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-11-26 10:45:40 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2017-11-27 23:50:00 +0100 |
commit | bb539b37582234400d2558997e576af2b9a6cd67 (patch) | |
tree | 76e7e4a2cc5f802681dbb905ae8fb3f17bd202bf /media-fonts/heuristica/heuristica-1.0.2.ebuild | |
parent | app-emulation/virtio-win: version bump (diff) | |
download | gentoo-bb539b37582234400d2558997e576af2b9a6cd67.tar.gz gentoo-bb539b37582234400d2558997e576af2b9a6cd67.tar.bz2 gentoo-bb539b37582234400d2558997e576af2b9a6cd67.zip |
media-fonts/heuristica: Version bump, EAPI 3 -> 6
Update homepage and license
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'media-fonts/heuristica/heuristica-1.0.2.ebuild')
-rw-r--r-- | media-fonts/heuristica/heuristica-1.0.2.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/media-fonts/heuristica/heuristica-1.0.2.ebuild b/media-fonts/heuristica/heuristica-1.0.2.ebuild new file mode 100644 index 000000000000..8bafb4335727 --- /dev/null +++ b/media-fonts/heuristica/heuristica-1.0.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit font + +DESCRIPTION="A font based on Adobe Utopia" +HOMEPAGE="https://heuristica.sourceforge.io/" +SRC_URI="mirror://sourceforge/heuristica/${PN}-ttf-${PV}.tar.xz + mirror://sourceforge/heuristica/${PN}-otf-${PV}.tar.xz + mirror://sourceforge/heuristica/${PN}-pfb-${PV}.tar.xz" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +S="${WORKDIR}" + +FONT_SUFFIX="otf pfb ttf" +FONT_S="${S}" +DOCS="FontLog.txt" |