summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn N. Laliberte <allanonjl@gentoo.org>2006-07-02 19:28:19 +0000
committerJohn N. Laliberte <allanonjl@gentoo.org>2006-07-02 19:28:19 +0000
commitf6267f0bbb7be7ff462fc87d2a447534ab9c5ecf (patch)
tree32ea594d3319e92b8b342b562e29ce1aff48dfca /www-client/epiphany/epiphany-1.6.4.ebuild
parentmigrate to using seamonkey instead of mozilla. cleanup old ebuilds. (diff)
downloadgentoo-2-f6267f0bbb7be7ff462fc87d2a447534ab9c5ecf.tar.gz
gentoo-2-f6267f0bbb7be7ff462fc87d2a447534ab9c5ecf.tar.bz2
gentoo-2-f6267f0bbb7be7ff462fc87d2a447534ab9c5ecf.zip
migrate to using seamonkey instead of mozilla. cleanup old ebuilds.
(Portage version: 2.1.1_pre1-r5) (Unsigned Manifest commit)
Diffstat (limited to 'www-client/epiphany/epiphany-1.6.4.ebuild')
-rw-r--r--www-client/epiphany/epiphany-1.6.4.ebuild63
1 files changed, 0 insertions, 63 deletions
diff --git a/www-client/epiphany/epiphany-1.6.4.ebuild b/www-client/epiphany/epiphany-1.6.4.ebuild
deleted file mode 100644
index 50e8fc99e86c..000000000000
--- a/www-client/epiphany/epiphany-1.6.4.ebuild
+++ /dev/null
@@ -1,63 +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.4.ebuild,v 1.8 2005/09/02 19:30:39 hansmi 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="amd64 hppa ia64 ppc sparc x86"
-IUSE="dbus debug doc firefox"
-
-RDEPEND=">=dev-libs/glib-2.6
- >=x11-libs/pango-1.8
- >=x11-libs/gtk+-2.6.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.0
- >=gnome-base/gnome-desktop-2.9.91
- >=x11-libs/startup-notification-0.5
- >=gnome-base/libbonobo-2.2
- >=gnome-base/orbit-2
- >=gnome-base/gconf-2
- !firefox? ( >=www-client/mozilla-1.7.3 )
- firefox? ( >=www-client/mozilla-firefox-1.0.2-r1 )
- dbus? ( >=sys-apps/dbus-0.22 )
- x11-themes/gnome-icon-theme"
-
-DEPEND="${RDEPEND}
- app-text/scrollkeeper
- dev-util/pkgconfig
- >=dev-util/intltool-0.29
- doc? ( >=dev-util/gtk-doc-1 )"
-
-DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README TODO"
-
-MAKEOPTS="${MAKEOPTS} -j1"
-
-USE_DESTDIR="1"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # Fix include paths for our mozilla
- epatch ${FILESDIR}/${PN}-1.6.3-fix_includes.patch
-}
-
-src_compile() {
- G2CONF="${G2CONF} $(use_enable dbus)"
-
- if use firefox; then
- G2CONF="${G2CONF} --with-mozilla=firefox"
- else
- G2CONF="${G2CONF} --with-mozilla=mozilla"
- fi
-
- gnome2_src_compile
-}