mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-fonts/quivira: EAPI-7 bump
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# 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
|
||||
|
||||
FONT_SUFFIX="otf"
|
||||
MY_PN="${PN/q/Q}"
|
||||
|
||||
inherit font
|
||||
|
||||
DESCRIPTION="Unicode font with emoticons and elder scripts like Runes, Gothic, ancient Greek"
|
||||
@@ -14,19 +14,19 @@ SRC_URI="http://www.quivira-font.com/files/${MY_PN}.otf -> ${P}.otf
|
||||
http://www.quivira-font.com/files/${MY_PN}Testpage.pdf -> ${P}-Testpage.pdf
|
||||
http://www.quivira-font.com/files/${MY_PN}Combining.pdf -> ${P}-Combining.pdf
|
||||
http://www.quivira-font.com/files/${MY_PN}PUA.pdf -> ${P}-PUA.pdf )"
|
||||
LICENSE="public-domain"
|
||||
|
||||
LICENSE="public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm ppc x86"
|
||||
IUSE="doc"
|
||||
|
||||
S="${WORKDIR}"
|
||||
FONT_SUFFIX="otf"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
cp "${DISTDIR}"/${P}.otf "${S}"/${MY_PN}.otf || die
|
||||
if use doc; then
|
||||
DOCS="${MY_PN}.pdf ${MY_PN}Testpage.pdf ${MY_PN}Combining.pdf ${MY_PN}PUA.pdf"
|
||||
DOCS=( ${MY_PN}.pdf ${MY_PN}Testpage.pdf ${MY_PN}Combining.pdf ${MY_PN}PUA.pdf )
|
||||
cp "${DISTDIR}"/${P}.pdf "${S}"/${MY_PN}.pdf || die
|
||||
cp "${DISTDIR}"/${P}-Testpage.pdf "${S}"/${MY_PN}Testpage.pdf || die
|
||||
cp "${DISTDIR}"/${P}-Combining.pdf "${S}"/${MY_PN}Combining.pdf || die
|
||||
|
||||
Reference in New Issue
Block a user