Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/epiphany/
Date: Sat, 03 Feb 2018 23:43:17
Message-Id: 1517701353.761858f8d2099fae09eae94a6de30718e08e0074.leio@gentoo
1 commit: 761858f8d2099fae09eae94a6de30718e08e0074
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 3 23:26:31 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 3 23:42:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=761858f8
7
8 www-client/epiphany: remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 www-client/epiphany/Manifest | 1 -
13 www-client/epiphany/epiphany-3.22.7.ebuild | 72 ------------------------------
14 2 files changed, 73 deletions(-)
15
16 diff --git a/www-client/epiphany/Manifest b/www-client/epiphany/Manifest
17 index d8b4166567f..4e8bc6f5ac3 100644
18 --- a/www-client/epiphany/Manifest
19 +++ b/www-client/epiphany/Manifest
20 @@ -1,2 +1 @@
21 -DIST epiphany-3.22.7.tar.xz 2293224 BLAKE2B 2b3cde7d8eec1d539614e54c4ee5911f8673bedfb59d44207dff9d5196e0b79ccba0f2ee4e42e82d9d2d08de5bfdb9a625d5ea9c3dc984f76443e680b3c55121 SHA512 8150952e89b86d05958bd9f9a0c78ba583764ec878220c8e328cb936108faf25a10837e038bd1a0ba1279555d2f95f819477cfddcb67c31e5b4c3533daf446bd
22 DIST epiphany-3.24.5.tar.xz 3216736 BLAKE2B 8a4dd668606521d1b0144afc9ace8607f52eac457f0059e6087216323ec1132dbe1c755e40dfe9993bf685e5444db1268ada1cdf55edc04c51058fdd256c6047 SHA512 a8f203d182b8c87878a3272f8b4f642b0cf4128476e0727208135cfdffeb293425cf662c58820f0d3aed2e1b20fe6dc4cf5cbb8277a398c6f533a0bea34f40f2
23
24 diff --git a/www-client/epiphany/epiphany-3.22.7.ebuild b/www-client/epiphany/epiphany-3.22.7.ebuild
25 deleted file mode 100644
26 index a7701018ee3..00000000000
27 --- a/www-client/epiphany/epiphany-3.22.7.ebuild
28 +++ /dev/null
29 @@ -1,72 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -GNOME2_LA_PUNT="yes"
35 -
36 -inherit flag-o-matic eutils gnome2 virtualx
37 -
38 -DESCRIPTION="GNOME webbrowser based on Webkit"
39 -HOMEPAGE="https://wiki.gnome.org/Apps/Web"
40 -
41 -LICENSE="GPL-2+"
42 -SLOT="0"
43 -IUSE="test"
44 -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86"
45 -
46 -COMMON_DEPEND="
47 - >=app-crypt/gcr-3.5.5:=[gtk]
48 - >=app-crypt/libsecret-0.14
49 - >=app-text/iso-codes-0.35
50 - >=dev-libs/glib-2.44.0:2[dbus]
51 - >=dev-libs/libxml2-2.6.12:2
52 - >=dev-libs/libxslt-1.1.7
53 - >=gnome-base/gsettings-desktop-schemas-0.0.1
54 - >=net-dns/avahi-0.6.22[dbus]
55 - >=net-libs/webkit-gtk-2.14.2:4=
56 - >=net-libs/libsoup-2.48:2.4
57 - >=x11-libs/gtk+-3.19.1:3
58 - >=x11-libs/libnotify-0.5.1:=
59 - gnome-base/gnome-desktop:3=
60 -
61 - dev-db/sqlite:3
62 - x11-libs/libX11
63 -"
64 -# epiphany-extensions support was removed in 3.7; let's not pretend it still works
65 -RDEPEND="${COMMON_DEPEND}
66 - x11-themes/adwaita-icon-theme
67 - !www-client/epiphany-extensions
68 -"
69 -# paxctl needed for bug #407085
70 -DEPEND="${COMMON_DEPEND}
71 - app-text/yelp-tools
72 - dev-libs/appstream-glib
73 - >=dev-util/intltool-0.50
74 - sys-apps/paxctl
75 - sys-devel/gettext
76 - virtual/pkgconfig
77 -"
78 -
79 -PATCHES=(
80 - # https://bugzilla.gnome.org/show_bug.cgi?id=751591
81 - "${FILESDIR}"/${PN}-3.16.0-unittest-1.patch
82 -
83 - # https://bugzilla.gnome.org/show_bug.cgi?id=751593
84 - "${FILESDIR}"/${PN}-3.14.0-unittest-2.patch
85 -)
86 -
87 -src_configure() {
88 - # https://bugzilla.gnome.org/show_bug.cgi?id=778495
89 - append-cflags -std=gnu11
90 -
91 - gnome2_src_configure \
92 - --enable-shared \
93 - --disable-static \
94 - --with-distributor-name=Gentoo \
95 - $(use_enable test tests)
96 -}
97 -
98 -src_test() {
99 - "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
100 - GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
101 -}