commit:     08a3050aa381fc35b7b45b74de968bd55b1adf94
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 21:43:13 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 21:48:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08a3050a

www-client/epiphany: remove security vulnerable older 3.20 version

Gentoo-bug: 608964

 www-client/epiphany/Manifest               |  1 -
 www-client/epiphany/epiphany-3.20.3.ebuild | 75 ------------------------------
 2 files changed, 76 deletions(-)

diff --git a/www-client/epiphany/Manifest b/www-client/epiphany/Manifest
index 0e447d53cb2..2c73eddcece 100644
--- a/www-client/epiphany/Manifest
+++ b/www-client/epiphany/Manifest
@@ -1,3 +1,2 @@
-DIST epiphany-3.20.3.tar.xz 2182864 SHA256 
4d9de1bdb44c14adf25aa6dc02ea3de60925cff5eb01fe89545e6032c9b424a2 SHA512 
853a8efd67374f5550263cf4f102ac680b6b5bf1e948d5bb4448bc3dbe89401034709e391e527bce50a8f210cf2ae525d7f5c8e997fd665946986c5078caf3a9
 WHIRLPOOL 
a7736abe4e121b15f27dc5ca32a7d9f6a26e2526523d605d8394d179e362b99c99067f7a2bc6f36004b9424e0fe295b2f6bb7a294b7dfbcceb7bb0ce3a80420c
 DIST epiphany-3.20.7.tar.xz 2229900 SHA256 
b667011fa92ae9985dce5bd20bb6986d5f3c92d5db1f1e2b585172f4e2ff58ca SHA512 
3c7c40b5ee904158acbbf58b316712acb6b196e3058bb9bd1164d98f59476110f01526ebfe8274ad0dc226ca497c5f70dd6da7ae1fa02d00987289e7dc54c732
 WHIRLPOOL 
3934a923d4fb3a82b0d0f027e3c297c3a4ccf3622e49236fe7ce4cf8895787dc5d08d77456e60538292921e6c753d62721ab35fd65411eba08f65f08149ceaaa
 DIST epiphany-3.22.7.tar.xz 2293224 SHA256 
a15b7ec19644eec8d40ce11286bbca28ac188202b47e2b9fc593ab0974e9c784 SHA512 
8150952e89b86d05958bd9f9a0c78ba583764ec878220c8e328cb936108faf25a10837e038bd1a0ba1279555d2f95f819477cfddcb67c31e5b4c3533daf446bd
 WHIRLPOOL 
1856f814a08896e6000085bc34a1097c72d2cd615263e5974b2008088354644cbb58ee8a3ffeb2d9c3b5edcea5a5c56cb4305b200fb6dfc86a0766fe686b90d5

diff --git a/www-client/epiphany/epiphany-3.20.3.ebuild 
b/www-client/epiphany/epiphany-3.20.3.ebuild
deleted file mode 100644
index 59bfaba29bc..00000000000
--- a/www-client/epiphany/epiphany-3.20.3.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit eutils gnome2 virtualx
-
-DESCRIPTION="GNOME webbrowser based on Webkit"
-HOMEPAGE="https://wiki.gnome.org/Apps/Web";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="test"
-KEYWORDS="amd64 ~arm ~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.44.0: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.11.4:4=
-       >=net-libs/libsoup-2.48:2.4
-       >=x11-libs/gtk+-3.19.1:3
-       >=x11-libs/libnotify-0.5.1:=
-       gnome-base/gnome-desktop:3=
-
-       dev-db/sqlite:3
-       x11-libs/libwnck:3
-       x11-libs/libX11
-"
-# epiphany-extensions support was removed in 3.7; let's not pretend it still 
works
-RDEPEND="${COMMON_DEPEND}
-       x11-themes/adwaita-icon-theme
-       !www-client/epiphany-extensions
-"
-# paxctl needed for bug #407085
-# eautoreconf requires gnome-common-3.5.5
-DEPEND="${COMMON_DEPEND}
-       app-text/yelp-tools
-       dev-libs/appstream-glib
-       >=dev-util/intltool-0.50
-       dev-util/itstool
-       sys-apps/paxctl
-       sys-devel/gettext
-       virtual/pkgconfig
-"
-
-PATCHES=(
-       # https://bugzilla.gnome.org/show_bug.cgi?id=751591
-       "${FILESDIR}"/${PN}-3.16.0-unittest-1.patch
-
-       # https://bugzilla.gnome.org/show_bug.cgi?id=751593
-       "${FILESDIR}"/${PN}-3.14.0-unittest-2.patch
-)
-
-src_configure() {
-       # Many years have passed since gecko based epiphany went away,
-       # hence, stop relying on nss for migrating from that versions.
-       gnome2_src_configure \
-               --disable-nss \
-               --enable-shared \
-               --disable-static \
-               --with-distributor-name=Gentoo \
-               $(use_enable test tests)
-}
-
-src_test() {
-       "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
-       GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
-}

Reply via email to