summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www-client/epiphany-extensions/ChangeLog6
-rw-r--r--www-client/epiphany-extensions/epiphany-extensions-2.14.1-r1.ebuild60
-rw-r--r--www-client/epiphany-extensions/epiphany-extensions-2.18.1.ebuild68
-rw-r--r--www-client/epiphany-extensions/files/digest-epiphany-extensions-2.14.1-r13
-rw-r--r--www-client/epiphany-extensions/files/digest-epiphany-extensions-2.18.13
-rw-r--r--www-client/epiphany/ChangeLog6
-rw-r--r--www-client/epiphany/epiphany-2.14.2.1-r1.ebuild99
-rw-r--r--www-client/epiphany/epiphany-2.14.3.ebuild100
-rw-r--r--www-client/epiphany/epiphany-2.18.1.ebuild73
-rw-r--r--www-client/epiphany/files/digest-epiphany-2.14.2.1-r13
-rw-r--r--www-client/epiphany/files/digest-epiphany-2.14.33
-rw-r--r--www-client/epiphany/files/digest-epiphany-2.18.13
12 files changed, 10 insertions, 417 deletions
diff --git a/www-client/epiphany-extensions/ChangeLog b/www-client/epiphany-extensions/ChangeLog
index 874c52f006ac..147fe046dd25 100644
--- a/www-client/epiphany-extensions/ChangeLog
+++ b/www-client/epiphany-extensions/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-client/epiphany-extensions
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.60 2007/08/11 14:58:51 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.61 2007/08/11 16:42:47 leio Exp $
+
+ 11 Aug 2007; Mart Raudsepp <leio@gentoo.org>
+ -epiphany-extensions-2.14.1-r1.ebuild, -epiphany-extensions-2.18.1.ebuild:
+ Removing Gnome 2.14
11 Aug 2007; Andrej Kacian <ticho@gentoo.org>
epiphany-extensions-2.18.2.ebuild:
diff --git a/www-client/epiphany-extensions/epiphany-extensions-2.14.1-r1.ebuild b/www-client/epiphany-extensions/epiphany-extensions-2.14.1-r1.ebuild
deleted file mode 100644
index 068ebbebec8c..000000000000
--- a/www-client/epiphany-extensions/epiphany-extensions-2.14.1-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.14.1-r1.ebuild,v 1.11 2007/08/02 06:40:55 mr_bones_ Exp $
-
-inherit eutils gnome2
-
-DESCRIPTION="Extensions for the Epiphany web browser"
-HOMEPAGE="http://www.gnome.org/projects/epiphany/extensions.html"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="amd64 hppa ppc sparc x86"
-IUSE="dbus debug firefox pcre python"
-
-RDEPEND=">=www-client/epiphany-2.14.1
- >=dev-libs/libxml2-2.6
- >=dev-libs/glib-2.8
- >=x11-libs/gtk+-2.8
- >=gnome-base/libglade-2
- app-text/opensp
- sparc? ( >=www-client/mozilla-firefox-1.0.2-r1 )
- !sparc? ( !firefox? ( www-client/seamonkey ) )
- firefox? ( >=www-client/mozilla-firefox-1.0.2-r1 )
- pcre? ( >=dev-libs/libpcre-3.9-r2 )
- dbus? ( >=dev-libs/dbus-glib-0.71 )
- python? ( >=dev-lang/python-2.3 )"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9
- >=dev-util/intltool-0.29"
-
-DOCS="AUTHORS ChangeLog HACKING NEWS README"
-
-pkg_setup() {
- local extensions="actions auto-reload auto-scroller certificates \
- dashboard error-viewer extensions-manager-ui gestures page-info \
- push-scroller sample sample-mozilla select-stylesheet sidebar smart-bookmarks \
- tab-groups tab-states tabsmenu"
-
- use dbus && extensions="${extensions} rss"
-
- use pcre && extensions="${extensions} greasemonkey adblock"
-
- use python && extensions="${extensions} python-console sample-python \
- favicon"
-
- local list_exts=""
- for ext in $extensions; do
- [ "x${list_exts}" != "x" ] && list_exts="${list_exts},"
- list_exts="${list_exts}${ext}"
- done
-
- G2CONF="${G2CONF} --with-extensions=${list_exts}"
-
- if use firefox || use sparc; then
- G2CONF="${G2CONF} --with-mozilla=firefox"
- else
- G2CONF="${G2CONF} --with-mozilla=seamonkey"
- fi
-}
diff --git a/www-client/epiphany-extensions/epiphany-extensions-2.18.1.ebuild b/www-client/epiphany-extensions/epiphany-extensions-2.18.1.ebuild
deleted file mode 100644
index 4bcd4a6e8ad3..000000000000
--- a/www-client/epiphany-extensions/epiphany-extensions-2.18.1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.18.1.ebuild,v 1.2 2007/04/26 16:11:46 dang Exp $
-
-WANT_AUTOMAKE="1.9"
-inherit eutils gnome2 autotools
-
-DESCRIPTION="Extensions for the Epiphany web browser"
-HOMEPAGE="http://www.gnome.org/projects/epiphany/extensions.html"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
-IUSE="debug pcre python xulrunner"
-
-RDEPEND=">=www-client/epiphany-2.18
- gnome-base/gconf
- >=dev-libs/libxml2-2.6
- >=dev-libs/glib-2.12
- >=x11-libs/gtk+-2.10
- >=gnome-base/libglade-2
- app-text/opensp
- !xulrunner? ( >=www-client/mozilla-firefox-1.5 )
- xulrunner? ( net-libs/xulrunner )
- pcre? ( >=dev-libs/libpcre-3.9-r2 )
- >=dev-libs/dbus-glib-0.71
- python? ( >=dev-lang/python-2.3 )"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9
- >=app-text/gnome-doc-utils-0.3.2
- >=dev-util/intltool-0.35"
-
-DOCS="AUTHORS ChangeLog HACKING NEWS README"
-
-src_unpack() {
- gnome2_src_unpack
- epatch "${FILESDIR}"/${PN}-2.18.0-sessionsaver-v4.patch.gz
-
- cp aclocal.m4 old_macros.m4
- AT_M4DIR=". ${S}/m4" eautoreconf
-}
-
-pkg_setup() {
- local extensions="actions auto-reload auto-scroller certificates
- error-viewer extensions-manager-ui gestures java-console
- livehttpheaders page-info permissions push-scroller rss
- select-stylesheet sessionsaver sidebar smart-bookmarks tab-groups
- tab-states"
-
- use pcre && extensions="${extensions} greasemonkey adblock"
-
- use python && extensions="${extensions} python-console favicon
- cc-license-viewer epilicious"
-
- local list_exts=""
- for ext in $extensions; do
- [ "x${list_exts}" != "x" ] && list_exts="${list_exts},"
- list_exts="${list_exts}${ext}"
- done
-
- G2CONF="${G2CONF} --with-extensions=${list_exts}"
- if use xulrunner; then
- G2CONF="${G2CONF} --with-gecko=xulrunner"
- else
- G2CONF="${G2CONF} --with-gecko=firefox"
- fi
-}
diff --git a/www-client/epiphany-extensions/files/digest-epiphany-extensions-2.14.1-r1 b/www-client/epiphany-extensions/files/digest-epiphany-extensions-2.14.1-r1
deleted file mode 100644
index 6444d2e35af5..000000000000
--- a/www-client/epiphany-extensions/files/digest-epiphany-extensions-2.14.1-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 8be9c522284b0a9d7ba2797e141cf26e epiphany-extensions-2.14.1.tar.bz2 820099
-RMD160 e8668970d0ea94957e8547dea9474919a3bca7db epiphany-extensions-2.14.1.tar.bz2 820099
-SHA256 6b97e1160203869741c57c6720b2d1e5d16ad104b83d0391f73169542e72305c epiphany-extensions-2.14.1.tar.bz2 820099
diff --git a/www-client/epiphany-extensions/files/digest-epiphany-extensions-2.18.1 b/www-client/epiphany-extensions/files/digest-epiphany-extensions-2.18.1
deleted file mode 100644
index 1ebfe41f70c6..000000000000
--- a/www-client/epiphany-extensions/files/digest-epiphany-extensions-2.18.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 71b7ff360be01d17702dae4cdb53bbcb epiphany-extensions-2.18.1.tar.bz2 892073
-RMD160 f07c5a6d93fa1d0af2fe5d12d4efa7c7422dbeb2 epiphany-extensions-2.18.1.tar.bz2 892073
-SHA256 498d4bc15ac850e304ac25d23e7efc24f56487bc5babb90443bbaf6430eee779 epiphany-extensions-2.18.1.tar.bz2 892073
diff --git a/www-client/epiphany/ChangeLog b/www-client/epiphany/ChangeLog
index f877c29a9dbe..3a84049902e7 100644
--- a/www-client/epiphany/ChangeLog
+++ b/www-client/epiphany/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-client/epiphany
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.122 2007/08/11 14:58:15 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.123 2007/08/11 16:45:49 leio Exp $
+
+ 11 Aug 2007; Mart Raudsepp <leio@gentoo.org> -epiphany-2.14.2.1-r1.ebuild,
+ -epiphany-2.14.3.ebuild, -epiphany-2.18.1.ebuild:
+ Removing Gnome 2.14
11 Aug 2007; Andrej Kacian <ticho@gentoo.org> epiphany-2.18.2.ebuild:
Stable on x86, bug #185823.
diff --git a/www-client/epiphany/epiphany-2.14.2.1-r1.ebuild b/www-client/epiphany/epiphany-2.14.2.1-r1.ebuild
deleted file mode 100644
index dc7c768e8dd4..000000000000
--- a/www-client/epiphany/epiphany-2.14.2.1-r1.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.14.2.1-r1.ebuild,v 1.16 2007/08/02 06:38:59 mr_bones_ Exp $
-
-WANT_AUTOMAKE=1.9
-WANT_AUTOCONF=2.5
-
-inherit eutils gnome2 multilib autotools
-
-DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine"
-HOMEPAGE="http://www.gnome.org/projects/epiphany/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc -ppc64 sparc x86"
-IUSE="doc firefox python"
-
-# Note that there is no libgnomeprint dep, while it is
-# specified in configure.in . This could in some rare
-# situations break portage dep resolution.
-#
-# Marinus <foser@gentoo.org> 14-9-2005
-
-# require firefox on sparc and ia64, seamonkey on ppc64
-RDEPEND=">=dev-libs/glib-2.8
- >=x11-libs/gtk+-2.8.3
- >=dev-libs/libxml2-2.6.12
- >=dev-libs/libxslt-1.1.7
- >=gnome-base/libglade-2.3.1
- >=gnome-base/gnome-vfs-2.9.2
- >=gnome-base/libgnomeui-2.6
- >=gnome-base/gnome-desktop-2.9.91
- >=x11-libs/startup-notification-0.5
- >=gnome-base/libgnomeprintui-2.4
- >=gnome-base/libbonobo-2
- >=gnome-base/orbit-2
- >=gnome-base/gconf-2
- >=app-text/iso-codes-0.35
- sparc? ( =www-client/mozilla-firefox-1* )
- ia64? ( =www-client/mozilla-firefox-1* )
- ppc64? ( www-client/seamonkey )
- !sparc? ( !ia64? (
- !firefox? ( www-client/seamonkey )
- ) )
- firefox? ( =www-client/mozilla-firefox-1* )
- >=dev-libs/dbus-glib-0.71
- python? (
- >=dev-lang/python-2.3
- >=dev-python/pygtk-2.7.1
- >=dev-python/gnome-python-2.6 )
- x11-themes/gnome-icon-theme"
-
-DEPEND="${RDEPEND}
- app-text/scrollkeeper
- >=dev-util/pkgconfig-0.9
- >=dev-util/intltool-0.29
- app-text/gnome-doc-utils
- doc? ( >=dev-util/gtk-doc-1 )"
-
-DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README TODO"
-
-MAKEOPTS="${MAKEOPTS} -j1"
-
-pkg_setup() {
- G2CONF="--disable-scrollkeeper \
- $(use_enable python)"
-
- if use firefox || use sparc || use ia64; then
- G2CONF="${G2CONF} --with-mozilla=firefox"
- elif use ppc64; then
- G2CONF="${G2CONF} --with-mozilla=seamonkey"
- else
- G2CONF="${G2CONF} --with-mozilla=seamonkey"
- fi
-}
-
-src_unpack() {
- gnome2_src_unpack
-
- epatch ${FILESDIR}/${PN}-1.9.2-broken-firefox.patch
-
- cp aclocal.m4 old_macros.m4
- AT_M4DIR=". ${S}/m4" \
- eautoreconf || die "Failed to reconfigure"
-}
-
-src_compile() {
- addpredict /usr/$(get_libdir)/seamonkey/components/xpti.dat
- addpredict /usr/$(get_libdir)/seamonkey/components/xpti.dat.tmp
-
- addpredict /usr/$(get_libdir)/mozilla-firefox/components/xpti.dat
- addpredict /usr/$(get_libdir)/mozilla-firefox/components/xpti.dat.tmp
- addpredict /usr/$(get_libdir)/mozilla-firefox/components/compreg.dat.tmp
-
- addpredict /usr/$(get_libdir)/mozilla/components/xpti.dat
- addpredict /usr/$(get_libdir)/mozilla/components/xpti.dat.tmp
-
- gnome2_src_compile
-}
diff --git a/www-client/epiphany/epiphany-2.14.3.ebuild b/www-client/epiphany/epiphany-2.14.3.ebuild
deleted file mode 100644
index a7b08ee574dd..000000000000
--- a/www-client/epiphany/epiphany-2.14.3.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.14.3.ebuild,v 1.9 2007/08/02 06:38:59 mr_bones_ Exp $
-
-WANT_AUTOMAKE=1.9
-WANT_AUTOCONF=2.5
-
-inherit eutils gnome2 multilib autotools
-
-DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine"
-HOMEPAGE="http://www.gnome.org/projects/epiphany/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc -ppc64 ~sparc ~x86"
-IUSE="doc firefox python"
-
-# Note that there is no libgnomeprint dep, while it is
-# specified in configure.in . This could in some rare
-# situations break portage dep resolution.
-#
-# Marinus <foser@gentoo.org> 14-9-2005
-
-# require firefox on sparc and ia64, seamonkey on ppc64
-RDEPEND=">=dev-libs/glib-2.8
- >=x11-libs/gtk+-2.8.3
- >=dev-libs/libxml2-2.6.12
- >=dev-libs/libxslt-1.1.7
- >=gnome-base/libglade-2.3.1
- >=gnome-base/gnome-vfs-2.9.2
- >=gnome-base/libgnomeui-2.6
- >=gnome-base/gnome-desktop-2.9.91
- >=x11-libs/startup-notification-0.5
- >=gnome-base/libgnomeprintui-2.4
- >=gnome-base/libbonobo-2
- >=gnome-base/orbit-2
- >=gnome-base/gconf-2
- >=app-text/iso-codes-0.35
- sparc? ( =www-client/mozilla-firefox-1* )
- ia64? ( =www-client/mozilla-firefox-1* )
- ppc64? ( www-client/seamonkey )
- !sparc? ( !ia64? (
- !firefox? ( www-client/seamonkey )
- ) )
- firefox? ( =www-client/mozilla-firefox-1* )
- >=dev-libs/dbus-glib-0.71
- python? (
- >=dev-lang/python-2.3
- >=dev-python/pygtk-2.7.1
- >=dev-python/gnome-python-2.6 )
- x11-themes/gnome-icon-theme"
-
-DEPEND="${RDEPEND}
- app-text/scrollkeeper
- >=dev-util/pkgconfig-0.9
- >=dev-util/intltool-0.34.1
- app-text/gnome-doc-utils
- >=gnome-base/gnome-common-2.12.0
- doc? ( >=dev-util/gtk-doc-1 )"
-
-DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README TODO"
-
-MAKEOPTS="${MAKEOPTS} -j1"
-
-pkg_setup() {
- G2CONF="--disable-scrollkeeper \
- $(use_enable python)"
-
- if use firefox || use sparc || use ia64; then
- G2CONF="${G2CONF} --with-mozilla=firefox"
- elif use ppc64; then
- G2CONF="${G2CONF} --with-mozilla=seamonkey"
- else
- G2CONF="${G2CONF} --with-mozilla=seamonkey"
- fi
-}
-
-src_unpack() {
- gnome2_src_unpack
-
- epatch ${FILESDIR}/${PN}-1.9.2-broken-firefox.patch
-
- cp aclocal.m4 old_macros.m4
- AT_M4DIR=". ${S}/m4" \
- eautoreconf || die "Failed to reconfigure"
-}
-
-src_compile() {
- addpredict /usr/$(get_libdir)/seamonkey/components/xpti.dat
- addpredict /usr/$(get_libdir)/seamonkey/components/xpti.dat.tmp
-
- addpredict /usr/$(get_libdir)/mozilla-firefox/components/xpti.dat
- addpredict /usr/$(get_libdir)/mozilla-firefox/components/xpti.dat.tmp
- addpredict /usr/$(get_libdir)/mozilla-firefox/components/compreg.dat.tmp
-
- addpredict /usr/$(get_libdir)/mozilla/components/xpti.dat
- addpredict /usr/$(get_libdir)/mozilla/components/xpti.dat.tmp
-
- gnome2_src_compile
-}
diff --git a/www-client/epiphany/epiphany-2.18.1.ebuild b/www-client/epiphany/epiphany-2.18.1.ebuild
deleted file mode 100644
index 3d4543a1cd33..000000000000
--- a/www-client/epiphany/epiphany-2.18.1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.18.1.ebuild,v 1.3 2007/08/02 06:38:59 mr_bones_ Exp $
-
-WANT_AUTOMAKE=1.9
-inherit eutils gnome2 multilib autotools
-
-DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine"
-HOMEPAGE="http://www.gnome.org/projects/epiphany/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc python xulrunner spell"
-
-RDEPEND=">=dev-libs/glib-2.12
- >=x11-libs/gtk+-2.10
- >=dev-libs/libxml2-2.6.12
- >=dev-libs/libxslt-1.1.7
- >=gnome-base/libglade-2.3.1
- >=gnome-base/gnome-vfs-2.9.2
- >=gnome-base/libgnome-2.14
- >=gnome-base/libgnomeui-2.14
- >=gnome-base/gnome-desktop-2.9.91
- >=x11-libs/startup-notification-0.5
- >=dev-libs/dbus-glib-0.71
- >=gnome-base/gconf-2
- >=app-text/iso-codes-0.35
- !xulrunner? ( >=www-client/mozilla-firefox-1.5 )
- xulrunner? ( net-libs/xulrunner )
- python? (
- >=dev-lang/python-2.3
- >=dev-python/pygtk-2.7.1
- >=dev-python/gnome-python-2.6 )
- spell? ( app-text/enchant )
- x11-themes/gnome-icon-theme"
-
-DEPEND="${RDEPEND}
- app-text/scrollkeeper
- >=dev-util/pkgconfig-0.9
- >=dev-util/intltool-0.35
- >=app-text/gnome-doc-utils-0.3.2
- >=gnome-base/gnome-common-2.12.0
- doc? ( >=dev-util/gtk-doc-1 )"
-
-DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README TODO"
-
-pkg_setup() {
- G2CONF="--disable-scrollkeeper \
- $(use_enable spell spell-checker)
- $(use_enable python)"
-
- if use xulrunner; then
- G2CONF="${G2CONF} --with-gecko=xulrunner"
- else
- G2CONF="${G2CONF} --with-gecko=firefox"
- fi
-}
-
-src_compile() {
- addpredict /usr/$(get_libdir)/mozilla-firefox/components/xpti.dat
- addpredict /usr/$(get_libdir)/mozilla-firefox/components/xpti.dat.tmp
- addpredict /usr/$(get_libdir)/mozilla-firefox/components/compreg.dat.tmp
-
- addpredict /usr/$(get_libdir)/xulrunner/components/xpti.dat
- addpredict /usr/$(get_libdir)/xulrunner/components/xpti.dat.tmp
- addpredict /usr/$(get_libdir)/xulrunner/components/compreg.dat.tmp
-
- addpredict /usr/$(get_libdir)/mozilla/components/xpti.dat
- addpredict /usr/$(get_libdir)/mozilla/components/xpti.dat.tmp
-
- gnome2_src_compile
-}
diff --git a/www-client/epiphany/files/digest-epiphany-2.14.2.1-r1 b/www-client/epiphany/files/digest-epiphany-2.14.2.1-r1
deleted file mode 100644
index 75cea701965f..000000000000
--- a/www-client/epiphany/files/digest-epiphany-2.14.2.1-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 872ef8d5e95cdc359f93b5ded501d98d epiphany-2.14.2.1.tar.bz2 3599395
-RMD160 c25bc2d22fee0eeaa32ce1e1f71b6d5f3de06cbb epiphany-2.14.2.1.tar.bz2 3599395
-SHA256 f5cc3aa382fb9b0eec4117dcbfb5a7744943602d1a76bf260c7e5c66741ee6d0 epiphany-2.14.2.1.tar.bz2 3599395
diff --git a/www-client/epiphany/files/digest-epiphany-2.14.3 b/www-client/epiphany/files/digest-epiphany-2.14.3
deleted file mode 100644
index 47e7d39c138a..000000000000
--- a/www-client/epiphany/files/digest-epiphany-2.14.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 40ec39f661ed603d15dc01c86e08d384 epiphany-2.14.3.tar.bz2 3626121
-RMD160 877717318c367fc1f9c9a7f69058179265082d2b epiphany-2.14.3.tar.bz2 3626121
-SHA256 1acc18428a14806a767f4a10c51d235483dc48b8f42f75c4afe95487f7cf36a0 epiphany-2.14.3.tar.bz2 3626121
diff --git a/www-client/epiphany/files/digest-epiphany-2.18.1 b/www-client/epiphany/files/digest-epiphany-2.18.1
deleted file mode 100644
index f5c79bffdb32..000000000000
--- a/www-client/epiphany/files/digest-epiphany-2.18.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 680a14ee43637728c94bcdf02ef16a4a epiphany-2.18.1.tar.bz2 4660147
-RMD160 d0d5ee96d6c64241d9e02e84000f58bb6db62ae3 epiphany-2.18.1.tar.bz2 4660147
-SHA256 8f32d7c2c342680d4a12462279a70a9fe9911f50e26b06d2d17e9d880889fe34 epiphany-2.18.1.tar.bz2 4660147