diff options
author | Mike Gardiner <obz@gentoo.org> | 2004-12-21 16:16:21 +0000 |
---|---|---|
committer | Mike Gardiner <obz@gentoo.org> | 2004-12-21 16:16:21 +0000 |
commit | 44a33927a51b6e8d20aa34da97869d116646c1e1 (patch) | |
tree | 05d5e0a284874f9b5cc4874562afd094766f8f61 /net-www/epiphany | |
parent | Bump, bug #75148 (diff) | |
download | historical-44a33927a51b6e8d20aa34da97869d116646c1e1.tar.gz historical-44a33927a51b6e8d20aa34da97869d116646c1e1.tar.bz2 historical-44a33927a51b6e8d20aa34da97869d116646c1e1.zip |
New version, still requires the nsiurip patch
Diffstat (limited to 'net-www/epiphany')
-rw-r--r-- | net-www/epiphany/ChangeLog | 7 | ||||
-rw-r--r-- | net-www/epiphany/Manifest | 4 | ||||
-rw-r--r-- | net-www/epiphany/epiphany-1.4.7.ebuild | 59 | ||||
-rw-r--r-- | net-www/epiphany/files/digest-epiphany-1.4.7 | 1 |
4 files changed, 69 insertions, 2 deletions
diff --git a/net-www/epiphany/ChangeLog b/net-www/epiphany/ChangeLog index feedcd8ad601..542be6bd311f 100644 --- a/net-www/epiphany/ChangeLog +++ b/net-www/epiphany/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-www/epiphany # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/epiphany/ChangeLog,v 1.83 2004/12/20 08:34:26 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/epiphany/ChangeLog,v 1.84 2004/12/21 16:16:21 obz Exp $ + +*epiphany-1.4.7 (22 Dec 2004) + + 22 Dec 2004; Mike Gardiner <obz@gentoo.org> +epiphany-1.4.7.ebuild: + New version, still requires the nsiurip patch 20 Dec 2004; Mike Gardiner <obz@gentoo.org> +files/epiphany-1.4.6-moz-nsiurip.patch, epiphany-1.4.6.ebuild: diff --git a/net-www/epiphany/Manifest b/net-www/epiphany/Manifest index 3526b22f3623..3228eef79953 100644 --- a/net-www/epiphany/Manifest +++ b/net-www/epiphany/Manifest @@ -1,8 +1,9 @@ +MD5 414de069e37cb26ac57833a80e690350 epiphany-1.4.7.ebuild 1488 MD5 71abaf1357baf25a58119f151b6cfd96 epiphany-1.2.10.ebuild 1328 MD5 9dbacb408083855f29a9d7e2cd564952 epiphany-1.4.4.ebuild 1370 MD5 402d7e67fc8151b377d0a0927a6597bd epiphany-1.4.6.ebuild 1464 MD5 c0c9a502eef6ab123b58eaaa83c46a78 epiphany-1.2.9-r1.ebuild 1464 -MD5 cc63021ff3d389f1ee60f3ac4c6b8a57 ChangeLog 10928 +MD5 c5c3ca1ac7b36196c242577223abe9bc ChangeLog 11078 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 0348530d161fe6234cc49c1536f6f522 epiphany-1.4.5.ebuild 1368 MD5 f06f6e1c83f9668cfe31e9da7129ba4a files/epiphany-1.3.4-fix_includes.patch 720 @@ -13,4 +14,5 @@ MD5 124caf61eb374940967a1d4c561270ca files/epiphany-1.4.6-fix_includes.patch 869 MD5 ebbdfe54389d750d3f1772e17d28a790 files/digest-epiphany-1.4.4 68 MD5 7b909f5b1fad8adc32b25e92037b010f files/digest-epiphany-1.4.5 68 MD5 8b89ef168d67e7ae303ae92d4997d401 files/digest-epiphany-1.4.6 68 +MD5 7ba3d886ab73458f0569cd500a39b66f files/digest-epiphany-1.4.7 68 MD5 56ee35e359c12574247645a59250f5f8 files/digest-epiphany-1.2.10 69 diff --git a/net-www/epiphany/epiphany-1.4.7.ebuild b/net-www/epiphany/epiphany-1.4.7.ebuild new file mode 100644 index 000000000000..55d4b34df196 --- /dev/null +++ b/net-www/epiphany/epiphany-1.4.7.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/epiphany/epiphany-1.4.7.ebuild,v 1.1 2004/12/21 16:16:21 obz 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 + >=net-www/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/net-www/epiphany/files/digest-epiphany-1.4.7 b/net-www/epiphany/files/digest-epiphany-1.4.7 new file mode 100644 index 000000000000..f55371d87211 --- /dev/null +++ b/net-www/epiphany/files/digest-epiphany-1.4.7 @@ -0,0 +1 @@ +MD5 47909f75c6c87581172656ceed8c14b0 epiphany-1.4.7.tar.bz2 3544181 |