From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/epiphany/
Date: Sun, 15 Nov 2015 21:03:44 +0000 (UTC) [thread overview]
Message-ID: <1447621382.1713c872f6c713ed4a03341a40e1aac802af7307.pacho@gentoo> (raw)
commit: 1713c872f6c713ed4a03341a40e1aac802af7307
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 21:00:32 2015 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 21:03:02 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1713c872
www-client/epiphany: Version bump
Package-Manager: portage-2.2.24
www-client/epiphany/Manifest | 1 +
www-client/epiphany/epiphany-3.18.0.ebuild | 97 ++++++++++++++++++++++++++++++
2 files changed, 98 insertions(+)
diff --git a/www-client/epiphany/Manifest b/www-client/epiphany/Manifest
index 9d96374..e2a555d 100644
--- a/www-client/epiphany/Manifest
+++ b/www-client/epiphany/Manifest
@@ -1,2 +1,3 @@
DIST epiphany-3.14.2.tar.xz 3063764 SHA256 cc69403b3b7addf30dd6eb703265a77102b8ab3c6194678ad0d2433f251492d0 SHA512 895f70768c4c765fdc221b2d44bfbb6e7599b0231b0af1a7a8a869fd461db6a09cbdd7a0120bda5dfd583d1d667391c574f18caf1aef5971b474d34911581dc7 WHIRLPOOL 0e235b3190b0ef42a9caa241258060dd5db1e8db07275102ec50b5223931badc56b6ad0c7ec32ccf27d74308845d4d9aef736775bbf6e5290a5d9275bd5c669a
DIST epiphany-3.16.3.tar.xz 3082680 SHA256 d527f1770779ec22d955aeb13b148a846a26144e433ff0480c981af80e2390b1 SHA512 68f4dc0e299b929f244818d93a9af14f48ef2c3a93813fe5457c11d37ddb5a5e2b5ae3f93f0d41e8095590f87d8679d2cee5b6298c128475a9ad9eb6aa3c8bae WHIRLPOOL c82ff5051ac3c1ac2480b846f77893f39f52517f0aa0f7a6084e8b24e98f490264a6adecd89671d89719da835ca84f0613019e281280380bb20d980c2294afe9
+DIST epiphany-3.18.0.tar.xz 3086780 SHA256 d5ba67a8cd85c80b81e076862bcab3fc376ba51b0a1536ca7430608d1f50491d SHA512 16cf080c7aa7f4ec62ec4e143b9407a41ef6f546b2c5e5263a90b72c73ceaf01007dd5047ca3ae79e9418d0484aca0c972cfe640cfdb1314fff709978d1720e2 WHIRLPOOL 61cb7f74d1e1ac188c4c6ae761da5633ee219305847a4e3d7b27299a59229756f3bcc2fede9c625694cb4553a87ba173cc6b2445f06b6a86fe8b13a0355af31d
diff --git a/www-client/epiphany/epiphany-3.18.0.ebuild b/www-client/epiphany/epiphany-3.18.0.ebuild
new file mode 100644
index 0000000..5f55544
--- /dev/null
+++ b/www-client/epiphany/epiphany-3.18.0.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="yes"
+GNOME2_LA_PUNT="yes"
+
+inherit eutils gnome2 pax-utils versionator virtualx
+
+DESCRIPTION="GNOME webbrowser based on Webkit"
+HOMEPAGE="https://wiki.gnome.org/Apps/Web"
+
+# TODO: coverage
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="+jit +nss test"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+COMMON_DEPEND="
+ >=app-crypt/gcr-3.5.5
+ >=app-crypt/libsecret-0.14
+ >=app-text/iso-codes-0.35
+ >=dev-libs/glib-2.38:2[dbus]
+ >=dev-libs/libxml2-2.6.12:2
+ >=dev-libs/libxslt-1.1.7
+ >=gnome-base/gsettings-desktop-schemas-0.0.1
+ >=net-dns/avahi-0.6.22[dbus]
+ >=net-libs/webkit-gtk-2.9.5:4[jit?]
+ >=net-libs/libsoup-2.48:2.4
+ >=x11-libs/gtk+-3.13:3
+ >=x11-libs/libnotify-0.5.1:=
+ gnome-base/gnome-desktop:3=
+
+ dev-db/sqlite:3
+ x11-libs/libwnck:3
+ x11-libs/libX11
+
+ x11-themes/adwaita-icon-theme
+
+ nss? ( dev-libs/nss )
+"
+# epiphany-extensions support was removed in 3.7; let's not pretend it still works
+RDEPEND="${COMMON_DEPEND}
+ !www-client/epiphany-extensions
+"
+# paxctl needed for bug #407085
+# eautoreconf requires gnome-common-3.5.5
+DEPEND="${COMMON_DEPEND}
+ app-text/yelp-tools
+ >=gnome-base/gnome-common-3.6
+ >=dev-util/intltool-0.50
+ dev-util/itstool
+ sys-apps/paxctl
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ # Fix unittests
+ # https://bugzilla.gnome.org/show_bug.cgi?id=751591
+ epatch "${FILESDIR}"/${PN}-3.16.0-unittest-1.patch
+
+ # https://bugzilla.gnome.org/show_bug.cgi?id=751593
+ epatch "${FILESDIR}"/${PN}-3.14.0-unittest-2.patch
+
+ gnome2_src_prepare
+}
+
+src_configure() {
+ gnome2_src_configure \
+ --enable-shared \
+ --disable-static \
+ --with-distributor-name=Gentoo \
+ $(use_enable nss) \
+ $(use_enable test tests)
+}
+
+src_compile() {
+ # needed to avoid "Command line `dbus-launch ...' exited with non-zero exit status 1"
+ unset DISPLAY
+ gnome2_src_compile
+}
+
+src_test() {
+ # FIXME: this should be handled at eclass level
+ "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
+
+ unset DISPLAY
+ GSETTINGS_SCHEMA_DIR="${S}/data" Xemake check
+}
+
+src_install() {
+ DOCS="AUTHORS ChangeLog* NEWS README TODO"
+ gnome2_src_install
+ use jit && pax-mark m "${ED}usr/bin/epiphany"
+}
next reply other threads:[~2015-11-15 21:03 UTC|newest]
Thread overview: 157+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-15 21:03 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-28 15:53 [gentoo-commits] repo/gentoo:master commit in: www-client/epiphany/ Pacho Ramos
2024-09-28 15:53 Pacho Ramos
2024-07-09 19:54 Pacho Ramos
2024-04-20 11:42 Mart Raudsepp
2024-04-19 11:12 Arthur Zamarin
2024-04-19 10:08 Arthur Zamarin
2024-04-17 23:29 Sam James
2024-04-17 17:17 Mart Raudsepp
2024-04-16 20:56 Mart Raudsepp
2024-04-14 15:50 Mart Raudsepp
2024-04-03 20:25 Mart Raudsepp
2023-09-05 20:28 Matt Turner
2023-08-30 7:57 Arthur Zamarin
2023-08-29 18:02 Arthur Zamarin
2023-08-16 22:32 Matt Turner
2023-08-16 21:42 Matt Turner
2023-08-16 15:14 Arthur Zamarin
2023-08-02 17:00 Sam James
2023-07-29 9:39 Pacho Ramos
2023-07-11 8:08 WANG Xuerui
2023-07-09 1:32 Matt Turner
2023-07-07 22:03 Matt Turner
2023-07-07 8:18 WANG Xuerui
2023-05-26 1:44 Matt Turner
2023-05-05 18:28 Arthur Zamarin
2023-05-05 11:29 Pacho Ramos
2023-05-05 8:11 Arthur Zamarin
2023-04-21 14:00 Matt Turner
2023-04-04 18:42 Matt Turner
2023-04-02 0:57 Matt Turner
2023-02-22 22:02 Matt Turner
2022-12-16 20:37 Arthur Zamarin
2022-10-01 17:16 Matt Turner
2022-10-01 17:16 Matt Turner
2022-09-20 15:29 Matt Turner
2022-09-19 1:38 Sam James
2022-09-12 16:01 Sam James
2022-09-12 16:00 Sam James
2022-08-06 2:27 Matt Turner
2022-07-29 2:59 Sam James
2022-07-09 19:48 Matt Turner
2022-05-28 5:45 Sam James
2022-05-28 1:27 Sam James
2022-05-28 1:20 Sam James
2022-04-23 5:00 Matt Turner
2022-04-13 0:45 Matt Turner
2022-03-26 2:29 Matt Turner
2022-03-18 19:24 Matt Turner
2022-03-08 9:35 Sam James
2022-01-24 22:43 Matt Turner
2022-01-24 6:23 Matt Turner
2022-01-06 15:01 Agostino Sarubbo
2022-01-04 18:09 Jakov Smolić
2021-12-21 13:36 Pacho Ramos
2021-12-17 17:50 Mart Raudsepp
2021-12-17 11:57 Sam James
2021-12-17 11:56 Sam James
2021-12-16 22:05 Mart Raudsepp
2021-11-06 4:09 Sam James
2021-10-04 1:25 Sam James
2021-09-28 14:53 Yixun Lan
2021-09-15 11:45 Mart Raudsepp
2021-08-17 6:32 Matt Turner
2021-08-09 1:18 Sam James
2021-07-26 7:15 Matt Turner
2021-07-10 15:40 Sam James
2021-06-06 21:49 Matt Turner
2021-05-31 2:00 Matt Turner
2021-05-12 22:00 Matt Turner
2020-11-07 15:23 Mart Raudsepp
2020-09-30 18:13 Sergei Trofimovich
2020-08-30 15:17 Thomas Deutschmann
2020-08-06 21:38 Mart Raudsepp
2020-07-17 10:20 Mart Raudsepp
2020-06-01 20:30 Michał Górny
2020-04-20 18:16 Agostino Sarubbo
2020-04-20 17:03 Agostino Sarubbo
2020-03-22 16:49 Mart Raudsepp
2020-01-28 9:39 Mart Raudsepp
2020-01-27 9:45 Mikle Kolyada
2020-01-26 22:39 Thomas Deutschmann
2020-01-04 9:36 Mart Raudsepp
2019-12-23 22:23 Mart Raudsepp
2019-12-08 11:52 Mikle Kolyada
2019-12-08 11:41 Mikle Kolyada
2019-12-08 10:58 Sergei Trofimovich
2019-12-01 16:39 Mart Raudsepp
2019-11-30 21:17 Sergei Trofimovich
2019-09-08 10:07 Mart Raudsepp
2019-09-08 10:07 Mart Raudsepp
2019-09-07 23:18 Thomas Deutschmann
2019-08-25 1:10 Aaron Bauman
2019-08-05 3:51 Aaron Bauman
2019-06-14 6:17 Mart Raudsepp
2019-05-18 23:09 Mart Raudsepp
2019-05-10 17:49 Mikle Kolyada
2019-05-08 9:33 Mikle Kolyada
2019-04-25 18:14 Pacho Ramos
2019-03-11 18:17 Mart Raudsepp
2019-02-05 22:57 Mart Raudsepp
2019-01-14 19:52 Mart Raudsepp
2019-01-14 14:39 Mikle Kolyada
2019-01-09 1:39 Thomas Deutschmann
2018-12-19 22:31 Sergei Trofimovich
2018-12-02 13:34 Mikle Kolyada
2018-10-25 15:28 Mart Raudsepp
2018-08-28 16:17 Mart Raudsepp
2018-08-07 8:50 Agostino Sarubbo
2018-08-06 22:20 Thomas Deutschmann
2018-08-05 8:18 Mart Raudsepp
2018-02-03 23:43 Mart Raudsepp
2018-01-27 0:41 Thomas Deutschmann
2018-01-18 2:53 Mikle Kolyada
2017-10-25 22:00 Mart Raudsepp
2017-10-25 22:00 Mart Raudsepp
2017-09-11 21:55 Gilles Dartiguelongue
2017-09-11 21:55 Gilles Dartiguelongue
2017-09-05 6:58 Gilles Dartiguelongue
2017-08-13 17:03 Gilles Dartiguelongue
2017-07-30 6:31 Mart Raudsepp
2017-07-30 6:31 Mart Raudsepp
2017-04-01 16:31 Agostino Sarubbo
2017-04-01 13:16 Agostino Sarubbo
2017-03-19 21:48 Mart Raudsepp
2017-03-19 21:41 Mart Raudsepp
2017-03-19 21:41 Mart Raudsepp
2017-02-11 18:31 Pacho Ramos
2017-02-11 15:43 Pacho Ramos
2017-02-11 15:43 Pacho Ramos
2017-01-21 15:35 Pacho Ramos
2017-01-04 22:37 Gilles Dartiguelongue
2017-01-04 22:37 Gilles Dartiguelongue
2016-11-23 8:13 Gilles Dartiguelongue
2016-11-11 12:47 Gilles Dartiguelongue
2016-10-30 11:44 Gilles Dartiguelongue
2016-10-26 7:31 Gilles Dartiguelongue
2016-10-26 7:31 Gilles Dartiguelongue
2016-07-03 16:33 Pacho Ramos
2016-07-03 16:33 Pacho Ramos
2016-06-11 19:39 Pacho Ramos
2016-06-11 12:06 Pacho Ramos
2016-05-30 21:15 Pacho Ramos
2016-05-28 15:49 Pacho Ramos
2016-05-28 15:49 Pacho Ramos
2016-04-09 12:26 Pacho Ramos
2016-04-09 12:26 Pacho Ramos
2016-03-06 18:03 Mikle Kolyada
2016-01-09 0:24 Gilles Dartiguelongue
2015-12-30 10:31 Pacho Ramos
2015-12-30 10:31 Pacho Ramos
2015-11-26 10:51 Gilles Dartiguelongue
2015-11-19 21:43 Pacho Ramos
2015-10-12 23:10 Alexandre Rostovtsev
2015-10-12 23:10 Alexandre Rostovtsev
2015-09-12 9:11 Agostino Sarubbo
2015-09-07 19:58 Mikle Kolyada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1447621382.1713c872f6c713ed4a03341a40e1aac802af7307.pacho@gentoo \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox