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
Description:   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:

------- Comment #1 From chouser 2004-12-04 20:41:02 0000 -------
Created an attachment (id=45310) [details]
First ebuild

------- Comment #2 From Donnie Berkholz 2004-12-06 01:09:41 0000 -------
License should probably be public-domain, actually, as it's work of the US
government.

------- Comment #3 From Donnie Berkholz 2004-12-06 01:11:04 0000 -------
BTW Chris, what's your correct email, so I can change the bugzilla one back to
what it should be?

------- Comment #4 From Sérgio Luís 2006-08-04 18:45:17 0000 -------
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
+
+}

------- Comment #5 From Sérgio Luís 2006-08-04 18:47:10 0000 -------
Created an attachment (id=93464) [details]
version 2.2 ebuild

------- Comment #6 From Sérgio Luís 2006-08-04 18:59:21 0000 -------
Created an attachment (id=93465) [details]
version 2.2 ebuild

sorry, wrong license and readme.html wasn't being installed.

------- Comment #7 From Ryan Hill 2008-05-08 03:23:30 0000 -------
In portage.  Sorry about the wait.