Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 120157
Collapse All | Expand All

(-)mozilla-firefox-1.5-r9.ebuild (-2 / +2 lines)
Lines 10-16 Link Here
10
10
11
inherit flag-o-matic toolchain-funcs eutils mozconfig-2 mozilla-launcher makeedit multilib fdo-mime mozextension autotools
11
inherit flag-o-matic toolchain-funcs eutils mozconfig-2 mozilla-launcher makeedit multilib fdo-mime mozextension autotools
12
12
13
LANGS="ar ca cs da de el es-AR es-ES fi fr he it ja ko nb-NO nl pl pt-BR ro ru sk sl sv-SE tr zh-CN zh-TW"
13
LANGS="ar ca cs da de el es_AR es_ES fi fr he it ja ko nb-NO nl pl pt_BR ro ru sk sl sv_SE tr zh_CN zh_TW"
14
PVER="1.0"
14
PVER="1.0"
15
15
16
DESCRIPTION="Firefox Web Browser"
16
DESCRIPTION="Firefox Web Browser"
Lines 20-26 Link Here
20
	http://dev.gentoo.org/~anarchy/dist/${P}-patches-${PVER}.tar.bz2"
20
	http://dev.gentoo.org/~anarchy/dist/${P}-patches-${PVER}.tar.bz2"
21
21
22
for X in ${LANGS} ; do
22
for X in ${LANGS} ; do
23
	SRC_URI="${SRC_URI} linguas_${X}? ( http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/linux-i686/xpi/${X}.xpi )"
23
	SRC_URI="${SRC_URI} linguas_${X}? ( http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/linux-i686/xpi/${X//_/-}.xpi )"
24
done
24
done
25
25
26
KEYWORDS="-* ~amd64 ~ppc ~x86"
26
KEYWORDS="-* ~amd64 ~ppc ~x86"

Return to bug 120157