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

(-)epiphany-3.12.1.ebuild.orig (-4 / +3 lines)
Lines 6-12 Link Here
6
GCONF_DEBUG="yes"
6
GCONF_DEBUG="yes"
7
GNOME2_LA_PUNT="yes"
7
GNOME2_LA_PUNT="yes"
8
8
9
inherit autotools eutils gnome2 pax-utils versionator virtualx
9
inherit autotools eutils gnome2 versionator virtualx
10
10
11
DESCRIPTION="GNOME webbrowser based on Webkit"
11
DESCRIPTION="GNOME webbrowser based on Webkit"
12
HOMEPAGE="https://wiki.gnome.org/Apps/Web"
12
HOMEPAGE="https://wiki.gnome.org/Apps/Web"
Lines 14-20 Link Here
14
# TODO: coverage
14
# TODO: coverage
15
LICENSE="GPL-2"
15
LICENSE="GPL-2"
16
SLOT="0"
16
SLOT="0"
17
IUSE="+jit +nss test"
17
IUSE="+nss test"
18
KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
18
KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
19
19
20
COMMON_DEPEND="
20
COMMON_DEPEND="
Lines 26-32 Link Here
26
	>=dev-libs/libxslt-1.1.7
26
	>=dev-libs/libxslt-1.1.7
27
	>=gnome-base/gsettings-desktop-schemas-0.0.1
27
	>=gnome-base/gsettings-desktop-schemas-0.0.1
28
	>=net-dns/avahi-0.6.22[dbus]
28
	>=net-dns/avahi-0.6.22[dbus]
29
	>=net-libs/webkit-gtk-2.4:3[jit?]
29
	>=net-libs/webkit-gtk-2.4:3
30
	>=net-libs/libsoup-2.42.1:2.4
30
	>=net-libs/libsoup-2.42.1:2.4
31
	>=x11-libs/gtk+-3.11.6:3
31
	>=x11-libs/gtk+-3.11.6:3
32
	>=x11-libs/libnotify-0.5.1:=
32
	>=x11-libs/libnotify-0.5.1:=
Lines 93-97 Link Here
93
src_install() {
93
src_install() {
94
	DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README TODO"
94
	DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README TODO"
95
	gnome2_src_install
95
	gnome2_src_install
96
	use jit && pax-mark m "${ED}usr/bin/epiphany"
97
}
96
}

Return to bug 522810