Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 401985 | Differences between
and this patch

Collapse All | Expand All

(-)firefox-10.0.1-r1.ebuild (-2 / +2 lines)
Lines 21-27 Link Here
21
# Changeset for alpha snapshot
21
# Changeset for alpha snapshot
22
CHANGESET="e56ecd8b3a68"
22
CHANGESET="e56ecd8b3a68"
23
# Patch version
23
# Patch version
24
PATCH="${PN}-10.0-patches-0.5"
24
PATCH="${PN}-10.0-patches-0.6"
25
# Upstream ftp release URI that's used by mozlinguas.eclass
25
# Upstream ftp release URI that's used by mozlinguas.eclass
26
# We don't use the http mirror because it deletes old tarballs.
26
# We don't use the http mirror because it deletes old tarballs.
27
MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/${PN}/releases/"
27
MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/${PN}/releases/"
Lines 52-58 Link Here
52
	media-libs/libpng[apng]
52
	media-libs/libpng[apng]
53
	virtual/libffi
53
	virtual/libffi
54
	system-sqlite? ( >=dev-db/sqlite-3.7.7.1[fts3,secure-delete,threadsafe,unlock-notify,debug=] )
54
	system-sqlite? ( >=dev-db/sqlite-3.7.7.1[fts3,secure-delete,threadsafe,unlock-notify,debug=] )
55
	webm? ( ~media-libs/libvpx-0.9.7
55
	webm? ( >=media-libs/libvpx-1.0.0
56
		media-libs/alsa-lib )
56
		media-libs/alsa-lib )
57
	crashreporter? ( net-misc/curl )
57
	crashreporter? ( net-misc/curl )
58
	selinux? ( sec-policy/selinux-mozilla )"
58
	selinux? ( sec-policy/selinux-mozilla )"
(-)thunderbird-10.0.1.ebuild (-2 / +4 lines)
Lines 31-37 Link Here
31
IUSE="bindist gconf +crashreporter +crypt +ipc +lightning +minimal mozdom +webm"
31
IUSE="bindist gconf +crashreporter +crypt +ipc +lightning +minimal mozdom +webm"
32
32
33
PATCH="thunderbird-10.0-patches-0.1"
33
PATCH="thunderbird-10.0-patches-0.1"
34
PATCHFF="firefox-10.0-patches-0.5"
34
PATCHFF="firefox-10.0-patches-0.6"
35
35
36
SRC_URI="${SRC_URI}
36
SRC_URI="${SRC_URI}
37
	${MOZ_FTP_URI}${MOZ_PV}/source/${MOZ_P}.source.tar.bz2
37
	${MOZ_FTP_URI}${MOZ_PV}/source/${MOZ_P}.source.tar.bz2
Lines 51-57 Link Here
51
	>=x11-libs/cairo-1.10
51
	>=x11-libs/cairo-1.10
52
	>=x11-libs/pango-1.14.0
52
	>=x11-libs/pango-1.14.0
53
	>=x11-libs/gtk+-2.14
53
	>=x11-libs/gtk+-2.14
54
	webm? ( >=media-libs/libvpx-0.9.7
54
	webm? ( >=media-libs/libvpx-1.0.0
55
		media-libs/alsa-lib )
55
		media-libs/alsa-lib )
56
	virtual/libffi
56
	virtual/libffi
57
	!x11-plugins/enigmail
57
	!x11-plugins/enigmail
Lines 127-132 Link Here
127
	epatch_user
127
	epatch_user
128
128
129
	eautoreconf
129
	eautoreconf
130
	cd "${S}"/mozilla
131
	eautoconf
130
}
132
}
131
133
132
src_configure() {
134
src_configure() {

Return to bug 401985