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

(-)a/www-client/mozilla-firefox/mozilla-firefox-3.6_rc1.ebuild (-1 / +5 lines)
Lines 4-10 Link Here
4
EAPI="2"
4
EAPI="2"
5
WANT_AUTOCONF="2.1"
5
WANT_AUTOCONF="2.1"
6
6
7
inherit flag-o-matic toolchain-funcs eutils mozconfig-3 makeedit multilib pax-utils fdo-mime autotools mozextension
7
inherit flag-o-matic toolchain-funcs eutils mozconfig-3 makeedit multilib pax-utils fdo-mime autotools mozextension java-pkg-opt-2
8
8
9
LANGS="af ar as be bg bn-BD bn-IN ca cs cy da de el en en-GB en-US eo es-AR
9
LANGS="af ar as be bg bn-BD bn-IN ca cs cy da de el en en-GB en-US eo es-AR
10
es-CL es-ES es-MX et eu fa fi fr fy-NL ga-IE gl gu-IN he hi-IN hr hu id is it ja
10
es-CL es-ES es-MX et eu fa fi fr fy-NL ga-IE gl gu-IN he hi-IN hr hu id is it ja
Lines 62-69 RDEPEND=" Link Here
62
	~net-libs/xulrunner-${XUL_PV}[java=,networkmanager=,libnotify=,mozdevelop=]"
62
	~net-libs/xulrunner-${XUL_PV}[java=,networkmanager=,libnotify=,mozdevelop=]"
63
63
64
DEPEND="${RDEPEND}
64
DEPEND="${RDEPEND}
65
	java? ( >=virtual/jdk-1.4 )
65
	dev-util/pkgconfig"
66
	dev-util/pkgconfig"
66
67
68
RDEPEND="${RDEPEND} java? ( >=virtual/jre-1.4 )"
69
67
S="${WORKDIR}/mozilla-1.9.2"
70
S="${WORKDIR}/mozilla-1.9.2"
68
71
69
QA_PRESTRIPPED="usr/$(get_libdir)/${PN}/firefox"
72
QA_PRESTRIPPED="usr/$(get_libdir)/${PN}/firefox"
Lines 98-103 pkg_setup() { Link Here
98
		elog "a legal problem with Mozilla Foundation"
101
		elog "a legal problem with Mozilla Foundation"
99
		elog "You can disable it by emerging ${PN} _with_ the bindist USE-flag"
102
		elog "You can disable it by emerging ${PN} _with_ the bindist USE-flag"
100
	fi
103
	fi
104
	java-pkg-opt-2_pkg_setup
101
}
105
}
102
106
103
src_unpack() {
107
src_unpack() {

Return to bug 293396