Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/epiphany: epiphany-3.12.1.ebuild ChangeLog
Date: Fri, 30 May 2014 19:03:58
Message-Id: 20140530190353.AC8192004E@flycatcher.gentoo.org
1 pacho 14/05/30 19:03:53
2
3 Modified: ChangeLog
4 Added: epiphany-3.12.1.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.307 www-client/epiphany/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.307&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.307&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/ChangeLog?r1=1.306&r2=1.307
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v
20 retrieving revision 1.306
21 retrieving revision 1.307
22 diff -u -r1.306 -r1.307
23 --- ChangeLog 27 Apr 2014 21:47:45 -0000 1.306
24 +++ ChangeLog 30 May 2014 19:03:53 -0000 1.307
25 @@ -1,6 +1,11 @@
26 # ChangeLog for www-client/epiphany
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.306 2014/04/27 21:47:45 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.307 2014/05/30 19:03:53 pacho Exp $
30 +
31 +*epiphany-3.12.1 (30 May 2014)
32 +
33 + 30 May 2014; Pacho Ramos <pacho@g.o> +epiphany-3.12.1.ebuild:
34 + Version bump
35
36 *epiphany-3.12.0 (27 Apr 2014)
37
38
39
40
41 1.1 www-client/epiphany/epiphany-3.12.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/epiphany-3.12.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/epiphany-3.12.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: epiphany-3.12.1.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-3.12.1.ebuild,v 1.1 2014/05/30 19:03:53 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="yes"
54 GNOME2_LA_PUNT="yes"
55
56 inherit autotools eutils gnome2 pax-utils versionator virtualx
57
58 DESCRIPTION="GNOME webbrowser based on Webkit"
59 HOMEPAGE="https://wiki.gnome.org/Apps/Web"
60
61 # TODO: coverage
62 LICENSE="GPL-2"
63 SLOT="0"
64 IUSE="+jit +nss test"
65 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
66
67 COMMON_DEPEND="
68 >=app-crypt/gcr-3.5.5
69 >=app-crypt/libsecret-0.14
70 >=app-text/iso-codes-0.35
71 >=dev-libs/glib-2.38:2
72 >=dev-libs/libxml2-2.6.12:2
73 >=dev-libs/libxslt-1.1.7
74 >=gnome-base/gsettings-desktop-schemas-0.0.1
75 >=net-dns/avahi-0.6.22[dbus]
76 >=net-libs/webkit-gtk-2.4:3[jit?]
77 >=net-libs/libsoup-2.42.1:2.4
78 >=x11-libs/gtk+-3.11.6:3
79 >=x11-libs/libnotify-0.5.1:=
80 gnome-base/gnome-desktop:3=
81
82 dev-db/sqlite:3
83 x11-libs/libwnck:3
84 x11-libs/libX11
85
86 x11-themes/gnome-icon-theme
87 x11-themes/gnome-icon-theme-symbolic
88
89 nss? ( dev-libs/nss )
90 "
91 # epiphany-extensions support was removed in 3.7; let's not pretend it still works
92 RDEPEND="${COMMON_DEPEND}
93 !www-client/epiphany-extensions
94 "
95 # paxctl needed for bug #407085
96 # eautoreconf requires gnome-common-3.5.5
97 DEPEND="${COMMON_DEPEND}
98 >=dev-util/intltool-0.50
99 sys-apps/paxctl
100 sys-devel/gettext
101 virtual/pkgconfig
102 "
103
104 # Tests refuse to run with the gsettings trick for some reason
105 RESTRICT="test"
106
107 src_prepare() {
108 # Fix missing symbol in webextensio.so
109 epatch "${FILESDIR}"/${PN}-3.12.0-missing-symbol.patch
110
111 eautoreconf
112 gnome2_src_prepare
113 }
114
115 src_configure() {
116 gnome2_src_configure \
117 --enable-shared \
118 --disable-static \
119 --with-distributor-name=Gentoo \
120 $(use_enable nss) \
121 $(use_enable test tests) \
122 ITSTOOL=$(type -P true)
123 }
124
125 src_compile() {
126 # needed to avoid "Command line `dbus-launch ...' exited with non-zero exit status 1"
127 unset DISPLAY
128 gnome2_src_compile
129 }
130
131 src_test() {
132 # FIXME: this should be handled at eclass level
133 "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
134
135 unset DISPLAY
136 GSETTINGS_SCHEMA_DIR="${S}/data" Xemake check
137 }
138
139 src_install() {
140 DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README TODO"
141 gnome2_src_install
142 use jit && pax-mark m "${ED}usr/bin/epiphany"
143 }