Skip to content

Commit

Permalink
media-fonts/fgdc-emergency: Bump to EAPI 7
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/697302
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Oct 19, 2019
1 parent f4ab511 commit f0d2957
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions media-fonts/fgdc-emergency/fgdc-emergency-2.20.ebuild
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=0
EAPI=7

inherit font

DESCRIPTION="FGDC Emergency Response Symbology Prototype"
HOMEPAGE="http://www.fgdc.gov/HSWG/"
SRC_URI="http://www.fgdc.gov/HSWG/symbol_downloads/ers_v${PV//./}.zip"
LICENSE="public-domain"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
Expand All @@ -18,18 +18,12 @@ DEPEND="app-arch/unzip"
RDEPEND=""

S="${WORKDIR}/ersSymbolsVersion0202"

FONT_S="${S}"
FONT_SUFFIX="ttf"

DOCS="readme.txt"

FONT_S="${S}"
DOCS=( readme.txt )

src_install(){

cd "${FONT_S}"
cp ersV2sym/*.ttf .
cp ersV2txt/*.ttf .

cp ersV2{sym,txt}/*.ttf . || die
font_src_install
}

0 comments on commit f0d2957

Please sign in to comment.