Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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:
Created an attachment (id=45310) [details] First ebuild
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 + +}
Created an attachment (id=93464) [details] version 2.2 ebuild
Created an attachment (id=93465) [details] version 2.2 ebuild sorry, wrong license and readme.html wasn't being installed.
In portage. Sorry about the wait.