summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2005-07-04 19:40:22 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2005-07-04 19:40:22 +0000
commitb2cc1f2e7f061e968a75b6b9c74bd7152361d380 (patch)
tree9a94e280f1ddd9b0326261596ac98ae2865d9a0c /www-client/epiphany
parentBumping cbcanalyzer to 1.0.2, fixing old SRC_URI and Homepage settings. (diff)
downloadgentoo-2-b2cc1f2e7f061e968a75b6b9c74bd7152361d380.tar.gz
gentoo-2-b2cc1f2e7f061e968a75b6b9c74bd7152361d380.tar.bz2
gentoo-2-b2cc1f2e7f061e968a75b6b9c74bd7152361d380.zip
Removing obsolete ebuilds/patches
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'www-client/epiphany')
-rw-r--r--www-client/epiphany/epiphany-1.2.10.ebuild51
-rw-r--r--www-client/epiphany/epiphany-1.2.9-r1.ebuild61
-rw-r--r--www-client/epiphany/epiphany-1.4.4.ebuild57
-rw-r--r--www-client/epiphany/epiphany-1.4.5.ebuild57
-rw-r--r--www-client/epiphany/epiphany-1.4.6.ebuild59
-rw-r--r--www-client/epiphany/epiphany-1.4.7.ebuild59
-rw-r--r--www-client/epiphany/epiphany-1.6.0-r1.ebuild61
-rw-r--r--www-client/epiphany/epiphany-1.6.0-r2.ebuild64
-rw-r--r--www-client/epiphany/epiphany-1.6.0.ebuild59
-rw-r--r--www-client/epiphany/files/digest-epiphany-1.2.101
-rw-r--r--www-client/epiphany/files/digest-epiphany-1.2.9-r11
-rw-r--r--www-client/epiphany/files/digest-epiphany-1.4.41
-rw-r--r--www-client/epiphany/files/digest-epiphany-1.4.51
-rw-r--r--www-client/epiphany/files/digest-epiphany-1.4.61
-rw-r--r--www-client/epiphany/files/digest-epiphany-1.4.71
-rw-r--r--www-client/epiphany/files/digest-epiphany-1.6.01
-rw-r--r--www-client/epiphany/files/digest-epiphany-1.6.0-r11
-rw-r--r--www-client/epiphany/files/digest-epiphany-1.6.0-r21
-rw-r--r--www-client/epiphany/files/epiphany-1.2.9-mozilla-1.7.3.patch24
-rw-r--r--www-client/epiphany/files/epiphany-1.3.4-fix_includes.patch18
-rw-r--r--www-client/epiphany/files/epiphany-1.5.5-fix_includes.patch19
21 files changed, 0 insertions, 598 deletions
diff --git a/www-client/epiphany/epiphany-1.2.10.ebuild b/www-client/epiphany/epiphany-1.2.10.ebuild
deleted file mode 100644
index 45f4c58e408f..000000000000
--- a/www-client/epiphany/epiphany-1.2.10.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-1.2.10.ebuild,v 1.4 2005/03/23 16:19:45 seemant Exp $
-
-inherit eutils gnome2
-
-DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine"
-HOMEPAGE="http://www.gnome.org/projects/epiphany/"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64 ~ia64"
-IUSE="gnome doc"
-
-RDEPEND=">=dev-libs/glib-2.4.1
- >=x11-libs/gtk+-2.4
- >=gnome-base/gconf-1.2
- >=dev-libs/libxml2-2.6.6
- >=gnome-base/libgnomeui-2.6.0
- >=gnome-base/libglade-2.3.1
- >=gnome-base/libbonoboui-2.2
- >=gnome-base/orbit-2
- >=gnome-base/gnome-vfs-2.3.1
- >=www-client/mozilla-1.7.3
- gnome? ( >=gnome-base/nautilus-2.5 )"
-
-DEPEND="${RDEPEND}
- app-text/scrollkeeper
- dev-util/pkgconfig
- >=dev-util/intltool-0.29
- doc? ( >=dev-util/gtk-doc-1 )"
-
-DOCS="AUTHORS COPYING* ChangeLog* NEWS README TODO"
-
-use gnome \
- && G2CONF="${G2CONF} --enable-nautilus-view=yes" \
- || G2CONF="${G2CONF} --enable-nautilus-view=no"
-
-MAKEOPTS="${MAKEOPTS} -j1"
-
-pkg_setup () {
-
- if [ ! -f ${ROOT}/usr/lib/mozilla/components/libwidget_gtk2.so ]
- then
- eerror "you need mozilla-1.4+ compiled against gtk+-2"
- eerror "export USE=\"gtk2\" ;emerge mozilla -p "
- die "Need Mozilla compiled with gtk+-2.0!"
- fi
-
-}
-
diff --git a/www-client/epiphany/epiphany-1.2.9-r1.ebuild b/www-client/epiphany/epiphany-1.2.9-r1.ebuild
deleted file mode 100644
index a64b2235e92e..000000000000
--- a/www-client/epiphany/epiphany-1.2.9-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-1.2.9-r1.ebuild,v 1.4 2005/03/23 16:19:45 seemant Exp $
-
-inherit eutils gnome2
-
-DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine"
-HOMEPAGE="http://www.gnome.org/projects/epiphany/"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="x86 ppc sparc alpha amd64 ia64"
-IUSE="gnome doc"
-
-RDEPEND=">=dev-libs/glib-2.4.1
- >=x11-libs/gtk+-2.4
- >=gnome-base/gconf-1.2
- >=dev-libs/libxml2-2.6.6
- >=gnome-base/libgnomeui-2.6.0
- >=gnome-base/libglade-2.3.1
- >=gnome-base/libbonoboui-2.2
- >=gnome-base/orbit-2
- >=gnome-base/gnome-vfs-2.3.1
- >=www-client/mozilla-1.7.3
- gnome? ( >=gnome-base/nautilus-2.5 )"
-
-DEPEND="${RDEPEND}
- app-text/scrollkeeper
- dev-util/pkgconfig
- >=dev-util/intltool-0.29
- doc? ( >=dev-util/gtk-doc-1 )"
-
-DOCS="AUTHORS COPYING* ChangeLog* NEWS README TODO"
-
-use gnome \
- && G2CONF="${G2CONF} --enable-nautilus-view=yes" \
- || G2CONF="${G2CONF} --enable-nautilus-view=no"
-
-MAKEOPTS="${MAKEOPTS} -j1"
-
-src_unpack() {
-
- unpack ${A}
-
- cd ${S}
- epatch ${FILESDIR}/${P}-mozilla-1.7.3.patch
-
-}
-
-pkg_setup () {
-
- if [ ! -f ${ROOT}/usr/lib/mozilla/components/libwidget_gtk2.so ]
- then
- eerror "you need mozilla-1.4+ compiled against gtk+-2"
- eerror "export USE=\"gtk2\" ;emerge mozilla -p "
- die "Need Mozilla compiled with gtk+-2.0!"
- fi
-
-}
-
-#CXXFLAGS="${CXXFLAGS} -DMOZILLA_SNAPSHOT=17"
diff --git a/www-client/epiphany/epiphany-1.4.4.ebuild b/www-client/epiphany/epiphany-1.4.4.ebuild
deleted file mode 100644
index 757f21049d13..000000000000
--- a/www-client/epiphany/epiphany-1.4.4.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-1.4.4.ebuild,v 1.4 2005/03/23 16:19:45 seemant Exp $
-
-inherit eutils gnome2
-
-DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine"
-HOMEPAGE="http://www.gnome.org/projects/epiphany/"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="x86 ppc sparc ~alpha ~amd64 ~ia64"
-IUSE="doc"
-
-RDEPEND=">=dev-libs/glib-2.4.1
- >=x11-libs/pango-1.6
- >=x11-libs/gtk+-2.4
- >=gnome-base/gconf-1.2
- >=dev-libs/libxml2-2.6.6
- >=gnome-base/libgnomeui-2.6.0
- >=gnome-base/libglade-2.3.1
- >=gnome-base/libbonoboui-2.2
- >=gnome-base/orbit-2
- >=gnome-base/gnome-vfs-2.3.1
- >=www-client/mozilla-1.7.3
- gnome? ( >=gnome-base/nautilus-2.5 )"
-
-DEPEND="${RDEPEND}
- app-text/scrollkeeper
- dev-util/pkgconfig
- >=dev-util/intltool-0.29
- doc? ( >=dev-util/gtk-doc-1 )"
-
-DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README TODO"
-
-MAKEOPTS="${MAKEOPTS} -j1"
-
-pkg_setup () {
-
- if [ ! -f ${ROOT}/usr/lib/mozilla/components/libwidget_gtk2.so ]
- then
- eerror "you need mozilla-1.7.3+ compiled against gtk+-2"
- eerror "export USE=\"gtk2\" ;emerge mozilla -p "
- die "Need Mozilla compiled with gtk+-2.0!"
- fi
-
-}
-
-src_unpack() {
-
- unpack ${A}
-
- cd ${S}
- # Fix include paths for our mozilla
- epatch ${FILESDIR}/${PN}-1.3.4-fix_includes.patch
-
-}
diff --git a/www-client/epiphany/epiphany-1.4.5.ebuild b/www-client/epiphany/epiphany-1.4.5.ebuild
deleted file mode 100644
index 6a996e7e16b9..000000000000
--- a/www-client/epiphany/epiphany-1.4.5.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-1.4.5.ebuild,v 1.4 2005/03/23 16:19:45 seemant Exp $
-
-inherit eutils gnome2
-
-DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine"
-HOMEPAGE="http://www.gnome.org/projects/epiphany/"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="x86 ~ppc sparc alpha ~amd64 ~ia64"
-IUSE="doc"
-
-RDEPEND=">=dev-libs/glib-2.4.1
- >=x11-libs/pango-1.6
- >=x11-libs/gtk+-2.4
- >=gnome-base/gconf-1.2
- >=dev-libs/libxml2-2.6.6
- >=gnome-base/libgnomeui-2.6.0
- >=gnome-base/libglade-2.3.1
- >=gnome-base/libbonoboui-2.2
- >=gnome-base/orbit-2
- >=gnome-base/gnome-vfs-2.3.1
- >=www-client/mozilla-1.7.3
- gnome? ( >=gnome-base/nautilus-2.5 )"
-
-DEPEND="${RDEPEND}
- app-text/scrollkeeper
- dev-util/pkgconfig
- >=dev-util/intltool-0.29
- doc? ( >=dev-util/gtk-doc-1 )"
-
-DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README TODO"
-
-MAKEOPTS="${MAKEOPTS} -j1"
-
-pkg_setup () {
-
- if [ ! -f ${ROOT}/usr/lib/mozilla/components/libwidget_gtk2.so ]
- then
- eerror "you need mozilla-1.7.3+ compiled against gtk+-2"
- eerror "export USE=\"gtk2\" ;emerge mozilla -p "
- die "Need Mozilla compiled with gtk+-2.0!"
- fi
-
-}
-
-src_unpack() {
-
- unpack ${A}
-
- cd ${S}
- # Fix include paths for our mozilla
- epatch ${FILESDIR}/${PN}-1.3.4-fix_includes.patch
-
-}
diff --git a/www-client/epiphany/epiphany-1.4.6.ebuild b/www-client/epiphany/epiphany-1.4.6.ebuild
deleted file mode 100644
index 40365391419d..000000000000
--- a/www-client/epiphany/epiphany-1.4.6.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-1.4.6.ebuild,v 1.4 2005/03/23 16:19:45 seemant Exp $
-
-inherit eutils gnome2
-
-DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine"
-HOMEPAGE="http://www.gnome.org/projects/epiphany/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc alpha amd64 ia64 hppa"
-IUSE="doc"
-
-RDEPEND=">=dev-libs/glib-2.4.1
- >=x11-libs/pango-1.6
- >=x11-libs/gtk+-2.4
- >=gnome-base/gconf-1.2
- >=dev-libs/libxml2-2.6.6
- >=gnome-base/libgnomeui-2.6.0
- >=gnome-base/libglade-2.3.1
- >=gnome-base/libbonoboui-2.2
- >=gnome-base/orbit-2
- >=gnome-base/gnome-vfs-2.3.1
- >=www-client/mozilla-1.7.3
- gnome? ( >=gnome-base/nautilus-2.5 )"
-
-DEPEND="${RDEPEND}
- app-text/scrollkeeper
- dev-util/pkgconfig
- >=dev-util/intltool-0.29
- doc? ( >=dev-util/gtk-doc-1 )"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-MAKEOPTS="${MAKEOPTS} -j1"
-
-pkg_setup () {
-
- if [ ! -f ${ROOT}/usr/lib/mozilla/components/libwidget_gtk2.so ]
- then
- eerror "you need mozilla-1.7.3+ compiled against gtk+-2"
- eerror "export USE=\"gtk2\" ;emerge mozilla -p "
- die "Need Mozilla compiled with gtk+-2.0!"
- fi
-
-}
-
-src_unpack() {
-
- unpack ${A}
-
- # Fix include paths for our mozilla
- epatch ${FILESDIR}/${P}-fix_includes.patch
- # Fix compilation/API breakage with mozilla 1.7.5.
- # See bug #74972 ,<obz@gentoo.org>
- epatch ${FILESDIR}/${P}-moz-nsiurip.patch
-
-}
diff --git a/www-client/epiphany/epiphany-1.4.7.ebuild b/www-client/epiphany/epiphany-1.4.7.ebuild
deleted file mode 100644
index 06013efca32f..000000000000
--- a/www-client/epiphany/epiphany-1.4.7.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-1.4.7.ebuild,v 1.4 2005/03/23 16:19:45 seemant Exp $
-
-inherit eutils gnome2
-
-DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine"
-HOMEPAGE="http://www.gnome.org/projects/epiphany/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64 ~ia64"
-IUSE="doc"
-
-RDEPEND=">=dev-libs/glib-2.4.1
- >=x11-libs/pango-1.6
- >=x11-libs/gtk+-2.4
- >=gnome-base/gconf-1.2
- >=dev-libs/libxml2-2.6.6
- >=gnome-base/libgnomeui-2.6.0
- >=gnome-base/libglade-2.3.1
- >=gnome-base/libbonoboui-2.2
- >=gnome-base/orbit-2
- >=gnome-base/gnome-vfs-2.3.1
- >=www-client/mozilla-1.7.3
- gnome? ( >=gnome-base/nautilus-2.5 )"
-
-DEPEND="${RDEPEND}
- app-text/scrollkeeper
- dev-util/pkgconfig
- >=dev-util/intltool-0.29
- doc? ( >=dev-util/gtk-doc-1 )"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-MAKEOPTS="${MAKEOPTS} -j1"
-
-pkg_setup() {
-
- if [ ! -f ${ROOT}/usr/lib/mozilla/components/libwidget_gtk2.so ]
- then
- eerror "you need mozilla-1.7.3+ compiled against gtk+-2"
- eerror "export USE=\"gtk2\" ;emerge mozilla -p "
- die "Need Mozilla compiled with gtk+-2.0!"
- fi
-
-}
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}
- # Fix include paths for our mozilla
- epatch ${FILESDIR}/${PN}-1.4.6-fix_includes.patch
- # Fix compilation/API breakage with mozilla 1.7.5.
- # See bug #74972 ,<obz@gentoo.org>
- epatch ${FILESDIR}/${PN}-1.4.6-moz-nsiurip.patch
-
-}
diff --git a/www-client/epiphany/epiphany-1.6.0-r1.ebuild b/www-client/epiphany/epiphany-1.6.0-r1.ebuild
deleted file mode 100644
index f9a27f0373ca..000000000000
--- a/www-client/epiphany/epiphany-1.6.0-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-1.6.0-r1.ebuild,v 1.4 2005/03/23 16:19:45 seemant Exp $
-
-inherit eutils gnome2
-
-DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine"
-HOMEPAGE="http://www.gnome.org/projects/epiphany/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64 ~ia64"
-IUSE="doc"
-
-RDEPEND=">=dev-libs/glib-2.6
- >=x11-libs/pango-1.8
- >=x11-libs/gtk+-2.6.3
- >=gnome-base/gconf-1.2
- >=dev-libs/libxml2-2.6.12
- >=dev-libs/libxslt-1.1.7
- >=gnome-base/libgnomeui-2.6.0
- >=gnome-base/libglade-2.3.1
- >=gnome-base/libbonoboui-2.2
- >=gnome-base/orbit-2
- >=gnome-base/gnome-vfs-2.3.1
- >=www-client/mozilla-1.7.3
- >=x11-themes/gnome-icon-theme-2.9.3"
-# dbus? ( >=sys-apps/dbus-0.22 )
-
-DEPEND="${RDEPEND}
- app-text/scrollkeeper
- dev-util/pkgconfig
- >=dev-util/intltool-0.29
- doc? ( >=dev-util/gtk-doc-1 )"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-MAKEOPTS="${MAKEOPTS} -j1"
-
-pkg_setup() {
-
- if [ ! -f ${ROOT}/usr/lib/mozilla/components/libwidget_gtk2.so ]
- then
- eerror "you need mozilla-1.7.3+ compiled against gtk+-2"
- eerror "export USE=\"gtk2\" ;emerge mozilla -p "
- die "Need Mozilla compiled with gtk+-2.0!"
- fi
-
-}
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}
- # Fix include paths for our mozilla
- epatch ${FILESDIR}/${P}-fix_includes.patch
- epatch ${FILESDIR}/${P}-wallet_password.patch
- epatch ${FILESDIR}/${P}-wallet_fix.patch
-
-}
-USE_DESTDIR="1"
diff --git a/www-client/epiphany/epiphany-1.6.0-r2.ebuild b/www-client/epiphany/epiphany-1.6.0-r2.ebuild
deleted file mode 100644
index 6039070e5ec5..000000000000
--- a/www-client/epiphany/epiphany-1.6.0-r2.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-1.6.0-r2.ebuild,v 1.4 2005/03/23 16:19:45 seemant Exp $
-
-inherit eutils gnome2
-
-DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine"
-HOMEPAGE="http://www.gnome.org/projects/epiphany/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64 ~ia64"
-IUSE="doc"
-
-RDEPEND=">=dev-libs/glib-2.6
- >=x11-libs/pango-1.8
- >=x11-libs/gtk+-2.6.3
- >=gnome-base/gconf-1.2
- >=dev-libs/libxml2-2.6.12
- >=dev-libs/libxslt-1.1.7
- >=gnome-base/libgnomeui-2.6.0
- >=gnome-base/libglade-2.3.1
- >=gnome-base/libbonoboui-2.2
- >=gnome-base/orbit-2
- >=gnome-base/gnome-vfs-2.3.1
- >=www-client/mozilla-1.7.3
- >=x11-themes/gnome-icon-theme-2.9.3
- >=x11-libs/startup-notification-0.5"
-# dbus? ( >=sys-apps/dbus-0.22 )
-
-DEPEND="${RDEPEND}
- app-text/scrollkeeper
- dev-util/pkgconfig
- >=dev-util/intltool-0.29
- doc? ( >=dev-util/gtk-doc-1 )"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-MAKEOPTS="${MAKEOPTS} -j1"
-
-pkg_setup() {
-
- if [ ! -f ${ROOT}/usr/lib/mozilla/components/libwidget_gtk2.so ]
- then
- eerror "you need mozilla-1.7.3+ compiled against gtk+-2"
- eerror "export USE=\"gtk2\" ;emerge mozilla -p "
- die "Need Mozilla compiled with gtk+-2.0!"
- fi
-
-}
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}
- # Fix include paths for our mozilla
- epatch ${FILESDIR}/${P}-fix_includes.patch
- epatch ${FILESDIR}/${P}-wallet_password.patch
- epatch ${FILESDIR}/${P}-wallet_fix.patch
- #fix view source
- epatch ${FILESDIR}/${P}-view_source.patch
-
-}
-USE_DESTDIR="1"
diff --git a/www-client/epiphany/epiphany-1.6.0.ebuild b/www-client/epiphany/epiphany-1.6.0.ebuild
deleted file mode 100644
index 3458f1bc3d59..000000000000
--- a/www-client/epiphany/epiphany-1.6.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-1.6.0.ebuild,v 1.4 2005/03/23 16:19:45 seemant Exp $
-
-inherit eutils gnome2
-
-DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine"
-HOMEPAGE="http://www.gnome.org/projects/epiphany/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64 ~ia64"
-IUSE="doc"
-
-RDEPEND=">=dev-libs/glib-2.6
- >=x11-libs/pango-1.8
- >=x11-libs/gtk+-2.6.3
- >=gnome-base/gconf-1.2
- >=dev-libs/libxml2-2.6.12
- >=dev-libs/libxslt-1.1.7
- >=gnome-base/libgnomeui-2.6.0
- >=gnome-base/libglade-2.3.1
- >=gnome-base/libbonoboui-2.2
- >=gnome-base/orbit-2
- >=gnome-base/gnome-vfs-2.3.1
- >=www-client/mozilla-1.7.3
- >=x11-themes/gnome-icon-theme-2.9.3"
-# dbus? ( >=sys-apps/dbus-0.22 )
-
-DEPEND="${RDEPEND}
- app-text/scrollkeeper
- dev-util/pkgconfig
- >=dev-util/intltool-0.29
- doc? ( >=dev-util/gtk-doc-1 )"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-MAKEOPTS="${MAKEOPTS} -j1"
-
-pkg_setup() {
-
- if [ ! -f ${ROOT}/usr/lib/mozilla/components/libwidget_gtk2.so ]
- then
- eerror "you need mozilla-1.7.3+ compiled against gtk+-2"
- eerror "export USE=\"gtk2\" ;emerge mozilla -p "
- die "Need Mozilla compiled with gtk+-2.0!"
- fi
-
-}
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}
- # Fix include paths for our mozilla
- epatch ${FILESDIR}/${PN}-1.5.5-fix_includes.patch
-
-}
-USE_DESTDIR="1"
diff --git a/www-client/epiphany/files/digest-epiphany-1.2.10 b/www-client/epiphany/files/digest-epiphany-1.2.10
deleted file mode 100644
index 094545176d27..000000000000
--- a/www-client/epiphany/files/digest-epiphany-1.2.10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c2418367f79cde9bac0f8a923455e7c0 epiphany-1.2.10.tar.bz2 3001789
diff --git a/www-client/epiphany/files/digest-epiphany-1.2.9-r1 b/www-client/epiphany/files/digest-epiphany-1.2.9-r1
deleted file mode 100644
index 2a97f76025d2..000000000000
--- a/www-client/epiphany/files/digest-epiphany-1.2.9-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8d85d921a1c0ccec165960dc650c5104 epiphany-1.2.9.tar.bz2 3004225
diff --git a/www-client/epiphany/files/digest-epiphany-1.4.4 b/www-client/epiphany/files/digest-epiphany-1.4.4
deleted file mode 100644
index d2d85457a9f3..000000000000
--- a/www-client/epiphany/files/digest-epiphany-1.4.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2d29074c577dd42706c923df21a9a5bf epiphany-1.4.4.tar.bz2 3355896
diff --git a/www-client/epiphany/files/digest-epiphany-1.4.5 b/www-client/epiphany/files/digest-epiphany-1.4.5
deleted file mode 100644
index 5ebfb8773bf0..000000000000
--- a/www-client/epiphany/files/digest-epiphany-1.4.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ac41b48506ba2791121648772a885084 epiphany-1.4.5.tar.bz2 3529226
diff --git a/www-client/epiphany/files/digest-epiphany-1.4.6 b/www-client/epiphany/files/digest-epiphany-1.4.6
deleted file mode 100644
index 99809df30bab..000000000000
--- a/www-client/epiphany/files/digest-epiphany-1.4.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 82e44449cc615e729d5fb218719b1d58 epiphany-1.4.6.tar.bz2 3541516
diff --git a/www-client/epiphany/files/digest-epiphany-1.4.7 b/www-client/epiphany/files/digest-epiphany-1.4.7
deleted file mode 100644
index f55371d87211..000000000000
--- a/www-client/epiphany/files/digest-epiphany-1.4.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 47909f75c6c87581172656ceed8c14b0 epiphany-1.4.7.tar.bz2 3544181
diff --git a/www-client/epiphany/files/digest-epiphany-1.6.0 b/www-client/epiphany/files/digest-epiphany-1.6.0
deleted file mode 100644
index 3b6ddf3ac56b..000000000000
--- a/www-client/epiphany/files/digest-epiphany-1.6.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 53eda1c713aec26a51fb806210c8afa7 epiphany-1.6.0.tar.bz2 2983514
diff --git a/www-client/epiphany/files/digest-epiphany-1.6.0-r1 b/www-client/epiphany/files/digest-epiphany-1.6.0-r1
deleted file mode 100644
index 3b6ddf3ac56b..000000000000
--- a/www-client/epiphany/files/digest-epiphany-1.6.0-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 53eda1c713aec26a51fb806210c8afa7 epiphany-1.6.0.tar.bz2 2983514
diff --git a/www-client/epiphany/files/digest-epiphany-1.6.0-r2 b/www-client/epiphany/files/digest-epiphany-1.6.0-r2
deleted file mode 100644
index 3b6ddf3ac56b..000000000000
--- a/www-client/epiphany/files/digest-epiphany-1.6.0-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 53eda1c713aec26a51fb806210c8afa7 epiphany-1.6.0.tar.bz2 2983514
diff --git a/www-client/epiphany/files/epiphany-1.2.9-mozilla-1.7.3.patch b/www-client/epiphany/files/epiphany-1.2.9-mozilla-1.7.3.patch
deleted file mode 100644
index 06eaf5462f67..000000000000
--- a/www-client/epiphany/files/epiphany-1.2.9-mozilla-1.7.3.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -uNr epiphany-1.2.9/configure epiphany-1.2.9.patched/configure
---- epiphany-1.2.9/configure 2004-09-11 16:32:47.000000000 +0200
-+++ epiphany-1.2.9.patched/configure 2004-09-16 16:01:43.000000000 +0200
-@@ -22061,7 +22061,7 @@
- 1.7) MOZILLA_SNAPSHOT=17 ;;
- 1.7.1) MOZILLA_SNAPSHOT=17 ;;
- 1.7.2) MOZILLA_SNAPSHOT=17 ;;
--1.7.3) MOZILLA_SNAPSHOT=18 ;;
-+1.7.3) MOZILLA_SNAPSHOT=17 ;;
- 1.7.4) MOZILLA_SNAPSHOT=18 ;;
- 1.7.5) MOZILLA_SNAPSHOT=18 ;;
- branch1.7) MOZILLA_SNAPSHOT=18 ;;
-diff -uNr epiphany-1.2.9/configure.in epiphany-1.2.9.patched/configure.in
---- epiphany-1.2.9/configure.in 2004-09-05 01:02:32.000000000 +0200
-+++ epiphany-1.2.9.patched/configure.in 2004-09-16 16:01:19.000000000 +0200
-@@ -205,7 +205,7 @@
- 1.7) MOZILLA_SNAPSHOT=17 ;;
- 1.7.1) MOZILLA_SNAPSHOT=17 ;;
- 1.7.2) MOZILLA_SNAPSHOT=17 ;;
--1.7.3) MOZILLA_SNAPSHOT=18 ;;
-+1.7.3) MOZILLA_SNAPSHOT=17 ;;
- 1.7.4) MOZILLA_SNAPSHOT=18 ;;
- 1.7.5) MOZILLA_SNAPSHOT=18 ;;
- branch1.7) MOZILLA_SNAPSHOT=18 ;;
diff --git a/www-client/epiphany/files/epiphany-1.3.4-fix_includes.patch b/www-client/epiphany/files/epiphany-1.3.4-fix_includes.patch
deleted file mode 100644
index d3081aababcb..000000000000
--- a/www-client/epiphany/files/epiphany-1.3.4-fix_includes.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- embed/mozilla/Makefile.in.bak 2004-07-08 05:02:19.678210368 -0500
-+++ embed/mozilla/Makefile.in 2004-07-08 05:02:54.573905416 -0500
-@@ -218,6 +218,7 @@
- -I$(MOZILLA_INCLUDE_ROOT)/docshell \
- -I$(MOZILLA_INCLUDE_ROOT)/dom \
- -I$(MOZILLA_INCLUDE_ROOT)/exthandler \
-+ -I$(MOZILLA_INCLUDE_ROOT)/find \
- -I$(MOZILLA_INCLUDE_ROOT)/gfx \
- -I$(MOZILLA_INCLUDE_ROOT)/helperAppDlg \
- -I$(MOZILLA_INCLUDE_ROOT)/history \
-@@ -228,6 +229,7 @@
- -I$(MOZILLA_INCLUDE_ROOT)/nkcache \
- -I$(MOZILLA_INCLUDE_ROOT)/pipboot \
- -I$(MOZILLA_INCLUDE_ROOT)/pipnss \
-+ -I$(MOZILLA_INCLUDE_ROOT)/pref \
- -I$(MOZILLA_INCLUDE_ROOT)/shistory \
- -I$(MOZILLA_INCLUDE_ROOT)/uriloader \
- -I$(MOZILLA_INCLUDE_ROOT)/uconv
diff --git a/www-client/epiphany/files/epiphany-1.5.5-fix_includes.patch b/www-client/epiphany/files/epiphany-1.5.5-fix_includes.patch
deleted file mode 100644
index 1fe3962b5682..000000000000
--- a/www-client/epiphany/files/epiphany-1.5.5-fix_includes.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -ur epiphany-1.5.5/embed/mozilla/Makefile.in epiphany-1.5.5-patched/embed/mozilla/Makefile.in
---- epiphany-1.5.5/embed/mozilla/Makefile.in 2005-01-24 22:57:53.000000000 +0800
-+++ epiphany-1.5.5-patched/embed/mozilla/Makefile.in 2005-02-06 18:32:59.798042536 +0800
-@@ -340,6 +340,7 @@
- docshell \
- dom \
- exthandler \
-+ find \
- helperAppDlg \
- gfx \
- history \
-@@ -350,6 +351,7 @@
- necko \
- nkcache \
- passwordmgr \
-+ pref \
- pipboot \
- pipnss \
- shistory \