diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-08-11 22:01:12 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-08-11 22:01:12 +0000 |
commit | 48bd58a95403cb205be4d04c4b0db3ad800db6ae (patch) | |
tree | a2d433c35d15516cf300632073be67c8246254f3 /net-www/epiphany | |
parent | New version (diff) | |
download | historical-48bd58a95403cb205be4d04c4b0db3ad800db6ae.tar.gz historical-48bd58a95403cb205be4d04c4b0db3ad800db6ae.tar.bz2 historical-48bd58a95403cb205be4d04c4b0db3ad800db6ae.zip |
New version
Diffstat (limited to 'net-www/epiphany')
-rw-r--r-- | net-www/epiphany/Manifest | 4 | ||||
-rw-r--r-- | net-www/epiphany/epiphany-0.8.4.ebuild | 41 | ||||
-rw-r--r-- | net-www/epiphany/files/digest-epiphany-0.8.4 | 1 |
3 files changed, 44 insertions, 2 deletions
diff --git a/net-www/epiphany/Manifest b/net-www/epiphany/Manifest index 3e7cac74b0b6..4b87a80a88d6 100644 --- a/net-www/epiphany/Manifest +++ b/net-www/epiphany/Manifest @@ -1,7 +1,7 @@ MD5 c88dd30280a3dae16ee6844d2f0aece2 epiphany-0.8.2.ebuild 1149 -MD5 814fc4b927df3f6edd23ea411980c71e epiphany-0.8.4.ebuild 1070 +MD5 bcc55a9a8f5cefedc5be1a68da8a0dce epiphany-0.8.4.ebuild 1070 MD5 814fc4b927df3f6edd23ea411980c71e epiphany-0.8.3.ebuild 1070 -MD5 ffcc1a09e09463a9516e9e030e3e8e7c ChangeLog 2080 +MD5 c7b3ae05d62f76ca29b5a9cf69fb61cc ChangeLog 2196 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 367af37240bbf6a102a310f9c650359e files/digest-epiphany-0.8.2 68 MD5 8998b7cad09908093f12ae5a6a60417f files/digest-epiphany-0.8.3 68 diff --git a/net-www/epiphany/epiphany-0.8.4.ebuild b/net-www/epiphany/epiphany-0.8.4.ebuild new file mode 100644 index 000000000000..95b722f61465 --- /dev/null +++ b/net-www/epiphany/epiphany-0.8.4.ebuild @@ -0,0 +1,41 @@ +# 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.8.4.ebuild,v 1.1 2003/08/11 22:00:47 foser Exp $ + +inherit gnome2 debug + +DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine" +HOMEPAGE="http://epiphany.mozdev.org/" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="" + +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.2 + >=gnome-base/ORBit2-2 + >=gnome-base/gnome-vfs-2 + >=net-www/mozilla-1.4 + app-text/scrollkeeper" + +DEPEND="${RDEPEND} + sys-devel/autoconf + dev-util/pkgconfig" + +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.4+ 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.8.4 b/net-www/epiphany/files/digest-epiphany-0.8.4 new file mode 100644 index 000000000000..fcd94e655076 --- /dev/null +++ b/net-www/epiphany/files/digest-epiphany-0.8.4 @@ -0,0 +1 @@ +MD5 7e1dc1cdb9f4f7ef45abf2808a2afd57 epiphany-0.8.4.tar.bz2 1382965 |