diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-04-14 11:36:10 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-04-14 11:36:10 +0000 |
commit | bb2d02ba6c13413549fba7e9d04166f1ee851d7f (patch) | |
tree | 32226c26cc9b6d3bb39a5991a8a61fafd592adcb /net-www | |
parent | Disabled the tests as most are due to faulty systems (diff) | |
download | gentoo-2-bb2d02ba6c13413549fba7e9d04166f1ee851d7f.tar.gz gentoo-2-bb2d02ba6c13413549fba7e9d04166f1ee851d7f.tar.bz2 gentoo-2-bb2d02ba6c13413549fba7e9d04166f1ee851d7f.zip |
Initial commit
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/epiphany/ChangeLog | 8 | ||||
-rw-r--r-- | net-www/epiphany/epiphany-0.5.0.ebuild | 42 | ||||
-rw-r--r-- | net-www/epiphany/files/digest-epiphany-0.5.0 | 1 |
3 files changed, 51 insertions, 0 deletions
diff --git a/net-www/epiphany/ChangeLog b/net-www/epiphany/ChangeLog new file mode 100644 index 000000000000..15f16372f9db --- /dev/null +++ b/net-www/epiphany/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for net-www/epiphany +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/epiphany/ChangeLog,v 1.1 2003/04/14 11:36:10 foser Exp $ + +*epiphany-0.5.0 (14 Apr 2003) + + 14 Apr 2003; foser <foser@gentoo.org> epiphany-0.5.0.ebuild, ChangeLog : + Initial commit of this GNOME2 browser diff --git a/net-www/epiphany/epiphany-0.5.0.ebuild b/net-www/epiphany/epiphany-0.5.0.ebuild new file mode 100644 index 000000000000..3c8ffd8880b6 --- /dev/null +++ b/net-www/epiphany/epiphany-0.5.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/epiphany/epiphany-0.5.0.ebuild,v 1.1 2003/04/14 11:36:10 foser Exp $ + +inherit gnome2 + +DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine" +HOMEPAGE="http://epiphany.mozdev.org/" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +G2CONF="${G2CONF} --with-mozilla-snapshot=1.3" + +RDEPEND=">=gnome-base/gconf-1.2 + >=x11-libs/gtk+-2 + >=dev-libs/libxml2-2 + >=gnome-base/libgnomeui-2 + >=gnome-base/libglade-2 + >=gnome-base/bonobo-activation-2 + >=gnome-base/libbonoboui-2.1.1 + >=gnome-base/ORBit2-2 + >=gnome-base/gnome-vfs-2 + =net-www/mozilla-1.3*" + +DEPEND="${RDEPEND} + dev-util/pkgconfig + app-text/scrollkeeper" + +DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README TODO" + +pkg_setup () { + if [ ! -f ${ROOT}/usr/lib/mozilla/components/libwidget_gtk2.so ] + then + eerror "you need mozilla-1.3 compiled against gtk+-2" + eerror "export USE=\"gtk2\" ;emerge mozilla -p " + die "Need Mozilla compiled with gtk+-2.0!!" + fi +} + diff --git a/net-www/epiphany/files/digest-epiphany-0.5.0 b/net-www/epiphany/files/digest-epiphany-0.5.0 new file mode 100644 index 000000000000..a9ac31091772 --- /dev/null +++ b/net-www/epiphany/files/digest-epiphany-0.5.0 @@ -0,0 +1 @@ +MD5 4603b06a05b79bd07fe707bcced1113d epiphany-0.5.0.tar.bz2 977727 |