summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2005-09-20 11:33:56 +0000
committerHanno Böck <hanno@gentoo.org>2005-09-20 11:33:56 +0000
commit2527991572b688911e9847b7c7baa443f02ed13b (patch)
tree0a97b67464604b6f4f3ef0a509a28559354d7c2d /www-client/galeon
parentAdded patch to compile with qt-3.3.5. (diff)
downloadgentoo-2-2527991572b688911e9847b7c7baa443f02ed13b.tar.gz
gentoo-2-2527991572b688911e9847b7c7baa443f02ed13b.tar.bz2
gentoo-2-2527991572b688911e9847b7c7baa443f02ed13b.zip
removed old versions
(Portage version: 2.0.52-r1)
Diffstat (limited to 'www-client/galeon')
-rw-r--r--www-client/galeon/files/digest-galeon-1.3.191
-rw-r--r--www-client/galeon/files/digest-galeon-1.3.201
-rw-r--r--www-client/galeon/files/galeon-1.3.20-toolbar-crash.diff11
-rw-r--r--www-client/galeon/galeon-1.3.19.ebuild56
-rw-r--r--www-client/galeon/galeon-1.3.20.ebuild49
5 files changed, 0 insertions, 118 deletions
diff --git a/www-client/galeon/files/digest-galeon-1.3.19 b/www-client/galeon/files/digest-galeon-1.3.19
deleted file mode 100644
index 60856ffc6f90..000000000000
--- a/www-client/galeon/files/digest-galeon-1.3.19
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7d272c6b1863252026386fd299122841 galeon-1.3.19.tar.bz2 3890447
diff --git a/www-client/galeon/files/digest-galeon-1.3.20 b/www-client/galeon/files/digest-galeon-1.3.20
deleted file mode 100644
index 41ae00e3e1fa..000000000000
--- a/www-client/galeon/files/digest-galeon-1.3.20
+++ /dev/null
@@ -1 +0,0 @@
-MD5 13954dd2f11748c02f3071ac9987d7d3 galeon-1.3.20.tar.bz2 4064521
diff --git a/www-client/galeon/files/galeon-1.3.20-toolbar-crash.diff b/www-client/galeon/files/galeon-1.3.20-toolbar-crash.diff
deleted file mode 100644
index 276176a37ff9..000000000000
--- a/www-client/galeon/files/galeon-1.3.20-toolbar-crash.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- galeon-1.3.20/libegg/egg-editable-toolbar.c 2004/12/15 17:08:20 1.8
-+++ galeon-1.3.20/libegg/egg-editable-toolbar.c 2005/05/01 11:56:27 1.9
-@@ -1402,7 +1402,7 @@
-
- /* Create a pixmap */
- visual = gtk_widget_get_visual (window);
-- pixmap = gdk_pixmap_new (NULL, icon_width, icon_height, gdk_visual_get_best_depth());
-+ pixmap = gdk_pixmap_new (NULL, icon_width, icon_height, visual->depth);
- gdk_drawable_set_colormap (GDK_DRAWABLE (pixmap), gtk_widget_get_colormap (window));
-
- /* Draw the window */
diff --git a/www-client/galeon/galeon-1.3.19.ebuild b/www-client/galeon/galeon-1.3.19.ebuild
deleted file mode 100644
index 5abc9e0a1f9b..000000000000
--- a/www-client/galeon/galeon-1.3.19.ebuild
+++ /dev/null
@@ -1,56 +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/galeon/galeon-1.3.19.ebuild,v 1.9 2005/07/14 23:33:14 swegener Exp $
-
-inherit gnome2 debug libtool
-
-DESCRIPTION="A GNOME Web browser based on gecko (mozilla's rendering engine)"
-HOMEPAGE="http://galeon.sourceforge.net"
-SRC_URI="mirror://sourceforge/galeon/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-IUSE=""
-KEYWORDS="x86 ppc alpha ~sparc amd64 ia64"
-SLOT="0"
-
-RDEPEND="virtual/x11
- >=www-client/mozilla-1.7.5
- >=dev-libs/glib-2
- >=x11-libs/gtk+-2.4.0
- >=dev-libs/libxml2-2.6.6
- >=gnome-base/gconf-2.3.2
- >=gnome-base/orbit-2
- >=gnome-base/libbonobo-2
- >=gnome-base/libbonoboui-2.1.1
- >=gnome-base/libgnomeui-2.5.2
- >=gnome-base/gnome-vfs-2
- >=gnome-base/libglade-2.3.1
- app-text/scrollkeeper"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- >=dev-util/intltool-0.30
- >=sys-devel/gettext-0.11"
-
-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
-}
-
-src_compile() {
- elibtoolize
-
- local moz_ver="`pkg-config --modversion mozilla-xpcom | cut -d. -f1,2 2>/dev/null`"
- local myconf="--disable-werror"
-
- myconf="${myconf} --with-mozilla-snapshot=${moz_ver}"
-
- econf ${myconf} || die "configure failed"
- make || die "compile failed"
-
-}
-
-DOCS="AUTHORS COPYING COPYING.README ChangeLog FAQ INSTALL README README.ExtraPrefs THANKS TODO NEWS"
diff --git a/www-client/galeon/galeon-1.3.20.ebuild b/www-client/galeon/galeon-1.3.20.ebuild
deleted file mode 100644
index c389ea2c0e53..000000000000
--- a/www-client/galeon/galeon-1.3.20.ebuild
+++ /dev/null
@@ -1,49 +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/galeon/galeon-1.3.20.ebuild,v 1.6 2005/07/10 00:41:01 swegener Exp $
-
-inherit gnome2 debug libtool eutils
-
-DESCRIPTION="A GNOME Web browser based on gecko (mozilla's rendering engine)"
-HOMEPAGE="http://galeon.sourceforge.net"
-SRC_URI="mirror://sourceforge/galeon/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-IUSE="firefox"
-KEYWORDS="~x86 ~ppc ~alpha sparc ~amd64 ~ia64"
-SLOT="0"
-
-RDEPEND="virtual/x11
- !firefox? ( >=www-client/mozilla-1.7.6-r1 )
- firefox? ( >=www-client/mozilla-firefox-1.0.2-r1 )
- >=dev-libs/glib-2
- >=x11-libs/gtk+-2.4.0
- >=dev-libs/libxml2-2.6.6
- >=gnome-base/gconf-2.3.2
- >=gnome-base/orbit-2
- >=gnome-base/libbonobo-2
- >=gnome-base/libbonoboui-2.1.1
- >=gnome-base/libgnomeui-2.5.2
- >=gnome-base/gnome-vfs-2
- >=gnome-base/gnome-desktop-2.10.0
- >=gnome-base/libglade-2.3.1
- app-text/scrollkeeper"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- >=dev-util/intltool-0.30
- >=sys-devel/gettext-0.11"
-
-src_unpack() {
- unpack ${A}
- epatch ${FILESDIR}/galeon-1.3.20-toolbar-crash.diff
-}
-
-src_compile() {
- use firefox && myconf="--with-mozilla=firefox"
- use firefox || myconf="--with-mozilla=mozilla"
-
- econf ${myconf} || die "configure failed"
- make || die "compile failed"
-}
-
-DOCS="AUTHORS COPYING COPYING.README ChangeLog FAQ INSTALL README README.ExtraPrefs THANKS TODO NEWS"