Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/epiphany/
Date: Wed, 30 Dec 2015 10:31:26
Message-Id: 1451471439.4a3e4443ca8643dd29d73fe32b081c374b2736ce.pacho@gentoo
1 commit: 4a3e4443ca8643dd29d73fe32b081c374b2736ce
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 30 10:30:39 2015 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 10:30:39 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a3e4443
7
8 www-client/epiphany: Drop old
9
10 Package-Manager: portage-2.2.26
11
12 www-client/epiphany/Manifest | 1 -
13 www-client/epiphany/epiphany-3.18.0.ebuild | 98 ------------------------------
14 2 files changed, 99 deletions(-)
15
16 diff --git a/www-client/epiphany/Manifest b/www-client/epiphany/Manifest
17 index 1cac55e..ea9cd92 100644
18 --- a/www-client/epiphany/Manifest
19 +++ b/www-client/epiphany/Manifest
20 @@ -1,3 +1,2 @@
21 DIST epiphany-3.16.3.tar.xz 3082680 SHA256 d527f1770779ec22d955aeb13b148a846a26144e433ff0480c981af80e2390b1 SHA512 68f4dc0e299b929f244818d93a9af14f48ef2c3a93813fe5457c11d37ddb5a5e2b5ae3f93f0d41e8095590f87d8679d2cee5b6298c128475a9ad9eb6aa3c8bae WHIRLPOOL c82ff5051ac3c1ac2480b846f77893f39f52517f0aa0f7a6084e8b24e98f490264a6adecd89671d89719da835ca84f0613019e281280380bb20d980c2294afe9
22 -DIST epiphany-3.18.0.tar.xz 3086780 SHA256 d5ba67a8cd85c80b81e076862bcab3fc376ba51b0a1536ca7430608d1f50491d SHA512 16cf080c7aa7f4ec62ec4e143b9407a41ef6f546b2c5e5263a90b72c73ceaf01007dd5047ca3ae79e9418d0484aca0c972cfe640cfdb1314fff709978d1720e2 WHIRLPOOL 61cb7f74d1e1ac188c4c6ae761da5633ee219305847a4e3d7b27299a59229756f3bcc2fede9c625694cb4553a87ba173cc6b2445f06b6a86fe8b13a0355af31d
23 DIST epiphany-3.18.2.tar.xz 3091980 SHA256 8436170731966bb40b7d8e29dbedfa5d5ddbf78572cf5fd51fce1ac6da5da6c2 SHA512 a230f489b2d30cba0682333b1c26a53d223b5d00ac3a0255d0bdc505ee2d3ccb3fa114c290241e601e4af64b39224ee90eea1063e6ba0818f83fb914831382d8 WHIRLPOOL b9d1ec410fff4815ef0e5526bcfbb9670962fd89ea5212a9956996996d64d07ec882212276eaa1734dcc79e466e3d888130b51cd4ade61409419539d38d46fc4
24
25 diff --git a/www-client/epiphany/epiphany-3.18.0.ebuild b/www-client/epiphany/epiphany-3.18.0.ebuild
26 deleted file mode 100644
27 index 19e5da4..0000000
28 --- a/www-client/epiphany/epiphany-3.18.0.ebuild
29 +++ /dev/null
30 @@ -1,98 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI="5"
36 -GCONF_DEBUG="yes"
37 -GNOME2_LA_PUNT="yes"
38 -
39 -inherit eutils gnome2 pax-utils versionator virtualx
40 -
41 -DESCRIPTION="GNOME webbrowser based on Webkit"
42 -HOMEPAGE="https://wiki.gnome.org/Apps/Web"
43 -
44 -# TODO: coverage
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -IUSE="+jit nss test"
48 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
49 -
50 -COMMON_DEPEND="
51 - >=app-crypt/gcr-3.5.5
52 - >=app-crypt/libsecret-0.14
53 - >=app-text/iso-codes-0.35
54 - >=dev-libs/glib-2.38:2[dbus]
55 - >=dev-libs/libxml2-2.6.12:2
56 - >=dev-libs/libxslt-1.1.7
57 - >=gnome-base/gsettings-desktop-schemas-0.0.1
58 - >=net-dns/avahi-0.6.22[dbus]
59 - >=net-libs/webkit-gtk-2.9.5:4[jit?]
60 - >=net-libs/libsoup-2.48:2.4
61 - >=x11-libs/gtk+-3.13:3
62 - >=x11-libs/libnotify-0.5.1:=
63 - gnome-base/gnome-desktop:3=
64 -
65 - dev-db/sqlite:3
66 - x11-libs/libwnck:3
67 - x11-libs/libX11
68 -
69 - x11-themes/adwaita-icon-theme
70 -
71 - nss? ( dev-libs/nss )
72 -"
73 -# epiphany-extensions support was removed in 3.7; let's not pretend it still works
74 -RDEPEND="${COMMON_DEPEND}
75 - !www-client/epiphany-extensions
76 -"
77 -# paxctl needed for bug #407085
78 -# eautoreconf requires gnome-common-3.5.5
79 -DEPEND="${COMMON_DEPEND}
80 - app-text/yelp-tools
81 - >=gnome-base/gnome-common-3.6
82 - dev-libs/appstream-glib
83 - >=dev-util/intltool-0.50
84 - dev-util/itstool
85 - sys-apps/paxctl
86 - sys-devel/gettext
87 - virtual/pkgconfig
88 -"
89 -
90 -src_prepare() {
91 - # Fix unittests
92 - # https://bugzilla.gnome.org/show_bug.cgi?id=751591
93 - epatch "${FILESDIR}"/${PN}-3.16.0-unittest-1.patch
94 -
95 - # https://bugzilla.gnome.org/show_bug.cgi?id=751593
96 - epatch "${FILESDIR}"/${PN}-3.14.0-unittest-2.patch
97 -
98 - gnome2_src_prepare
99 -}
100 -
101 -src_configure() {
102 - gnome2_src_configure \
103 - --enable-shared \
104 - --disable-static \
105 - --with-distributor-name=Gentoo \
106 - $(use_enable nss) \
107 - $(use_enable test tests)
108 -}
109 -
110 -src_compile() {
111 - # needed to avoid "Command line `dbus-launch ...' exited with non-zero exit status 1"
112 - unset DISPLAY
113 - gnome2_src_compile
114 -}
115 -
116 -src_test() {
117 - # FIXME: this should be handled at eclass level
118 - "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
119 -
120 - unset DISPLAY
121 - GSETTINGS_SCHEMA_DIR="${S}/data" Xemake check
122 -}
123 -
124 -src_install() {
125 - DOCS="AUTHORS ChangeLog* NEWS README TODO"
126 - gnome2_src_install
127 - use jit && pax-mark m "${ED}usr/bin/epiphany"
128 -}