Bug 73409 - FGDC Emergency Response Symbology Fonts (new ebuild)
|
Bug#:
73409
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: fonts@gentoo.org
|
Reported By: chouser@gentoo.org
|
|
Component: Ebuilds
|
|
|
URL:
http://www.fgdc.gov/HSWG/
|
|
Summary: FGDC Emergency Response Symbology Fonts (new ebuild)
|
|
Keywords: EBUILD
|
|
Status Whiteboard:
|
|
Opened: 2004-12-04 20:37 0000
|
These are free TrueType fonts of the US Federal Geographic Data Committee
(FGDC) Homeland Security Working Group's Emergency Response Symbology. This
includes symbols for Incidents, Natural Events, Operations, and
Infrastructures.
media-fonts/fgdc-ers-2.0.ebuild
Reproducible: Always
Steps to Reproduce:
License should probably be public-domain, actually, as it's work of the US
government.
BTW Chris, what's your correct email, so I can change the bugzilla one back to
what it should be?
version 220 is out. The zip has two subfolders so i changed the ebuild:
--- fgdc-ers-2.0.ebuild 2006-08-05 02:45:58.000000000 +0100
+++ fgdc-ers-2.2.ebuild 2006-08-05 02:41:26.000000000 +0100
@@ -5,16 +5,27 @@
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="as-is"
+SRC_URI="http://www.fgdc.gov/HSWG/symbol_downloads/ers_v${PV//./}0.zip"
+LICENSE="domain"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~amd64 ~hppa ~ia64"
IUSE=""
S="${WORKDIR}"
-FONT_S="${WORKDIR}"
FONT_SUFFIX="ttf"
-DOCS="BuildingArcmapSymbols.pdf"
+DOCS="readme.txt readme.htm"
+
+FONT_S="${WORKDIR}/ersSymbolsVersion0202"
+
+src_install(){
+
+ cd "${FONT_S}"
+ cp ersV2sym/*.ttf .
+ cp ersV2txt/*.ttf .
+
+ font_src_install
+
+}
In portage. Sorry about the wait.