diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2003-10-17 14:31:55 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2003-10-17 14:31:55 +0000 |
commit | a153b96c578a389befecbc110c5203decc007631 (patch) | |
tree | aeb1f9b27ec88cb184dd1b992f8743aff10b9246 /net-www | |
parent | Versionbump, now supports moz 1.5 (diff) | |
download | historical-a153b96c578a389befecbc110c5203decc007631.tar.gz historical-a153b96c578a389befecbc110c5203decc007631.tar.bz2 historical-a153b96c578a389befecbc110c5203decc007631.zip |
Versionbump, now supports moz 1.5
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/epiphany/Manifest | 4 | ||||
-rw-r--r-- | net-www/epiphany/epiphany-1.0.3.ebuild | 47 | ||||
-rw-r--r-- | net-www/epiphany/files/digest-epiphany-1.0.3 | 1 |
3 files changed, 50 insertions, 2 deletions
diff --git a/net-www/epiphany/Manifest b/net-www/epiphany/Manifest index e3cda3f107d8..ead63eaaaf64 100644 --- a/net-www/epiphany/Manifest +++ b/net-www/epiphany/Manifest @@ -1,9 +1,9 @@ MD5 275e26ab4960954ba7d904ce67f74ebc epiphany-1.0.ebuild 1283 -MD5 097c6effdcc9fd256d601a15518c244f ChangeLog 3972 +MD5 fb9b62efc8636bed11f5f3aab9b1b146 ChangeLog 4108 MD5 086fa3d43493c920039b2c57edecbebf epiphany-1.0.1.ebuild 1420 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 ed3431b8b86f8efb8189e08556d4ee02 epiphany-1.0.2.ebuild 1223 -MD5 ed3431b8b86f8efb8189e08556d4ee02 epiphany-1.0.3.ebuild 1223 +MD5 8ba916feeeddd0c24e541f2b62f223cc epiphany-1.0.3.ebuild 1226 MD5 f4ef4e59c4ce6a2a7c7e68e4336cc308 files/digest-epiphany-1.0.1 68 MD5 c5f10d488ab33a0e0aec5169a4f03b8d files/digest-epiphany-1.0 66 MD5 dd22fe99981a9507d5ad6db00f67eb17 files/epiphany-1.0-disable_Werror.patch 597 diff --git a/net-www/epiphany/epiphany-1.0.3.ebuild b/net-www/epiphany/epiphany-1.0.3.ebuild new file mode 100644 index 000000000000..5ffffd471100 --- /dev/null +++ b/net-www/epiphany/epiphany-1.0.3.ebuild @@ -0,0 +1,47 @@ +# 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-1.0.3.ebuild,v 1.1 2003/10/17 14:31:50 spider Exp $ + +inherit gnome2 + +DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine" +HOMEPAGE="http://epiphany.mozdev.org/" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" +IUSE="gnome" + +RDEPEND=">=gnome-base/gconf-1.2 + >=x11-libs/gtk+-2 + >=dev-libs/libxml2-2.5.9 + >=gnome-base/libgnomeui-2 + >=gnome-base/libglade-2 + >=gnome-base/libbonoboui-2.2 + >=gnome-base/ORBit2-2 + >=gnome-base/gnome-vfs-2 + >=net-www/mozilla-1.4 + gnome? ( >=gnome-base/nautilus-2.2 )" + +DEPEND="${RDEPEND} + app-text/scrollkeeper + sys-devel/autoconf + dev-util/pkgconfig + dev-util/intltool" + +DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README TODO" + +use gnome \ + && G2CONF="${G2CONF} --enable-nautilus-view=yes" \ + || G2CONF="${G2CONF} --enable-nautilus-view=no" + +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-1.0.3 b/net-www/epiphany/files/digest-epiphany-1.0.3 new file mode 100644 index 000000000000..6c1b825ead84 --- /dev/null +++ b/net-www/epiphany/files/digest-epiphany-1.0.3 @@ -0,0 +1 @@ +MD5 0ef21cdcd79dfed0b515f71ff40ff022 epiphany-1.0.3.tar.bz2 1858809 |