diff options
author | Hanno Böck <hanno@gentoo.org> | 2004-09-20 13:32:52 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2004-09-20 13:32:52 +0000 |
commit | bc569cec5b50a404e48167a5d226abe98ffb5e24 (patch) | |
tree | 0e1b8df5a3f62264a956f461888934a88318347a /net-www | |
parent | stable on ppc requested by: 64668 (Manifest recommit) (diff) | |
download | gentoo-2-bc569cec5b50a404e48167a5d226abe98ffb5e24.tar.gz gentoo-2-bc569cec5b50a404e48167a5d226abe98ffb5e24.tar.bz2 gentoo-2-bc569cec5b50a404e48167a5d226abe98ffb5e24.zip |
remove outdated galeon-ebuilds
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/galeon/files/digest-galeon-1.2.12 | 1 | ||||
-rw-r--r-- | net-www/galeon/files/digest-galeon-1.2.13 | 1 | ||||
-rw-r--r-- | net-www/galeon/files/galeon-1.2.7-google-UTF8.patch | 39 | ||||
-rw-r--r-- | net-www/galeon/galeon-1.2.12.ebuild | 128 | ||||
-rw-r--r-- | net-www/galeon/galeon-1.2.13.ebuild | 128 |
5 files changed, 0 insertions, 297 deletions
diff --git a/net-www/galeon/files/digest-galeon-1.2.12 b/net-www/galeon/files/digest-galeon-1.2.12 deleted file mode 100644 index f285a6a33bfa..000000000000 --- a/net-www/galeon/files/digest-galeon-1.2.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 301cc69894a4bb8ba7e9330acd6ebc66 galeon-1.2.12.tar.gz 4220707 diff --git a/net-www/galeon/files/digest-galeon-1.2.13 b/net-www/galeon/files/digest-galeon-1.2.13 deleted file mode 100644 index abbeb32179fa..000000000000 --- a/net-www/galeon/files/digest-galeon-1.2.13 +++ /dev/null @@ -1 +0,0 @@ -MD5 62f0c497b8165fc567f8d2016b40a319 galeon-1.2.13.tar.gz 4220496 diff --git a/net-www/galeon/files/galeon-1.2.7-google-UTF8.patch b/net-www/galeon/files/galeon-1.2.7-google-UTF8.patch deleted file mode 100644 index 1a09d0436197..000000000000 --- a/net-www/galeon/files/galeon-1.2.7-google-UTF8.patch +++ /dev/null @@ -1,39 +0,0 @@ ---- galeon-1.2.7/src/mozilla_prefs.c.orig 2002-12-26 04:05:23.000000000 +0200 -+++ galeon-1.2.7/src/mozilla_prefs.c 2002-12-26 04:06:39.000000000 +0200 -@@ -54,7 +54,7 @@ - FALSE); - - /* set default search engine */ -- mozilla_preference_set ("keyword.URL",_("http://www.google.com/search?q=")); -+ mozilla_preference_set ("keyword.URL",_("http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=")); - mozilla_preference_set_boolean ("keyword.enabled", TRUE); - mozilla_preference_set_boolean ("security.checkloaduri", FALSE); - ---- galeon-1.2.7/src/newuser_callbacks.c.orig 2002-12-26 04:05:31.000000000 +0200 -+++ galeon-1.2.7/src/newuser_callbacks.c 2002-12-26 04:08:04.000000000 +0200 -@@ -230,14 +230,14 @@ - * the google homepage I think -- MattA) */ - add_smart (toolbar, "Google", "google", - "http://www.google.com", -- _("http://www.google.com/search?q=%s"), -+ _("http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s"), - SHARE_DIR "/google.png", NULL); - } - if (google_groups_checked) - { - add_smart (toolbar, "Usenet", "news", - "http://groups.google.com", -- "http://groups.google.com/groups?q=%s" -+ "http://groups.google.com/groups?ie=UTF-8&oe=UTF-8&q=%s" - "&meta=site%3Dgroups", - SHARE_DIR "/google_groups.png", NULL); - } -@@ -245,7 +245,7 @@ - { - add_smart (toolbar, "Images", "img", - "http://images.google.com", -- "http://images.google.com/images?q=%s", -+ "http://images.google.com/images?ie=UTF-8&oe=UTF-8&q=%s", - SHARE_DIR "/google_images.png", NULL); - } - if (dictionary_checked) diff --git a/net-www/galeon/galeon-1.2.12.ebuild b/net-www/galeon/galeon-1.2.12.ebuild deleted file mode 100644 index 4a24f1a8d6d1..000000000000 --- a/net-www/galeon/galeon-1.2.12.ebuild +++ /dev/null @@ -1,128 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/galeon/galeon-1.2.12.ebuild,v 1.7 2004/09/03 23:24:08 pvdabeel Exp $ - -IUSE="nls" - -inherit eutils libtool gnome.org flag-o-matic - -DESCRIPTION="A GNOME Web browser based on gecko (mozilla's rendering engine)" -SRC_URI="http://download.sourceforge.net/${PN}/${P}.tar.gz - mirror://sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="http://galeon.sourceforge.net" -RESTRICT="nomirror" - -LICENSE="GPL-2" -KEYWORDS="x86 ppc ~alpha ~sparc" -SLOT="0" - -RDEPEND=">=net-www/mozilla-1.3 - >=gnome-base/gnome-libs-1.4.1.4 - <=gnome-base/libglade-0.99.0 - =gnome-base/gnome-vfs-1.0* - =gnome-base/gconf-1.0* - >=gnome-base/oaf-0.6.10 - >=dev-libs/libxml-1.8.17 - >=media-libs/gdk-pixbuf-0.18.0 - nls? ( sys-devel/gettext - >=dev-util/intltool-0.17 )" - # bonobo? ( >=gnome-base/bonobo-1.0.19-r1 ) - -DEPEND="${RDEPEND} - app-text/scrollkeeper - dev-util/pkgconfig" - -pkg_setup() { - - if [ ! -f ${ROOT}/usr/lib/mozilla/components/libwidget_gtk.so ] - then - eerror - eerror "It seems that your Mozilla was not compiled against gtk+-1.2," - eerror "but rather gtk+-2.0. As Galeon does not support this setup yet," - eerror "you will have to remerge Mozilla with gtk+-1.2 support. This" - eerror "can be done by taking \"gtk2\" out of your USE flags:" - eerror - eerror " # USE="-gtk2" emerge mozilla " - eerror - die "Need Mozilla compiled with gtk+-1.2!!" - fi -} - -src_unpack() { - - unpack ${A} - - # Add UTF8 support to the google smart bookmarks. Note that - # it will probibly only work for a newly created bookmark ... - # <azarah@gentoo.org> (26 Dec 2002) - cd ${S}; epatch ${FILESDIR}/${PN}-1.2.7-google-UTF8.patch - -} - -src_compile() { - - elibtoolize - - local myconf= - local moz_ver="`pkg-config --modversion mozilla-xpcom | cut -d. -f1,2 2>/dev/null`" - - # This galeon version doesnt actually support mozilla as version 1.5, - # however it does support 1.5b <obz@gentoo.org> - [ $moz_ver == "1.5" ] && moz_ver="1.5b" - - use nls || myconf="${myconf} --disable-nls" - # use bonobo && myconf="${myconf} --enable-gnome-file-selector" - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - --with-mozilla-libs=${MOZILLA_FIVE_HOME} \ - --with-mozilla-includes=${MOZILLA_FIVE_HOME}/include \ - --without-debug --disable-werror \ - --disable-applet \ - --disable-werror \ - --disable-install-schemas \ - --enable-nautilus-view=no \ - --with-mozilla-snapshot=${moz_ver} \ - ${myconf} || die - - emake || make || die -} - -src_install() { - - # galeon-config-tool was rewritten for 1.2.0 and causes sandbox - # violations if gconfd is shut down... The schemas seem to install - # fine without it (at least it seems like it... *sigh*) - #gconftool --shutdown - - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/lib \ - install || die - - dodoc AUTHORS ChangeLog COPYING* FAQ NEWS README TODO THANKS - rm -rf ${D}/var/lib/scrollkeeper - -} - -pkg_postinst() { - - galeon-config-tool --fix-gconf-permissions - galeon-config-tool --pkg-install-schemas - scrollkeeper-update - - if ! use gnome - then - einfo "Please make sure libglade was built with gnome support, or" - einfo "else galeon will not be able to start up." - einfo - einfo 'To do this, type: ' - einfo 'USE="gnome" emerge libglade' - fi - -} - diff --git a/net-www/galeon/galeon-1.2.13.ebuild b/net-www/galeon/galeon-1.2.13.ebuild deleted file mode 100644 index d2d51770e631..000000000000 --- a/net-www/galeon/galeon-1.2.13.ebuild +++ /dev/null @@ -1,128 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/galeon/galeon-1.2.13.ebuild,v 1.3 2004/06/25 15:58:40 agriffis Exp $ - -IUSE="nls" - -inherit eutils libtool gnome.org flag-o-matic - -DESCRIPTION="A GNOME Web browser based on gecko (mozilla's rendering engine)" -SRC_URI="http://download.sourceforge.net/${PN}/${P}.tar.gz - mirror://sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="http://galeon.sourceforge.net" -RESTRICT="nomirror" - -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~alpha ~sparc" -SLOT="0" - -RDEPEND=">=net-www/mozilla-1.3 - >=gnome-base/gnome-libs-1.4.1.4 - <=gnome-base/libglade-0.99.0 - =gnome-base/gnome-vfs-1.0* - =gnome-base/gconf-1.0* - >=gnome-base/oaf-0.6.10 - >=dev-libs/libxml-1.8.17 - >=media-libs/gdk-pixbuf-0.18.0 - nls? ( sys-devel/gettext - >=dev-util/intltool-0.17 )" - # bonobo? ( >=gnome-base/bonobo-1.0.19-r1 ) - -DEPEND="${RDEPEND} - app-text/scrollkeeper - dev-util/pkgconfig" - -pkg_setup() { - - if [ ! -f ${ROOT}/usr/lib/mozilla/components/libwidget_gtk.so ] - then - eerror - eerror "It seems that your Mozilla was not compiled against gtk+-1.2," - eerror "but rather gtk+-2.0. As Galeon does not support this setup yet," - eerror "you will have to remerge Mozilla with gtk+-1.2 support. This" - eerror "can be done by taking \"gtk2\" out of your USE flags:" - eerror - eerror " # USE="-gtk2" emerge mozilla " - eerror - die "Need Mozilla compiled with gtk+-1.2!!" - fi -} - -src_unpack() { - - unpack ${A} - - # Add UTF8 support to the google smart bookmarks. Note that - # it will probibly only work for a newly created bookmark ... - # <azarah@gentoo.org> (26 Dec 2002) - cd ${S}; epatch ${FILESDIR}/${PN}-1.2.7-google-UTF8.patch - -} - -src_compile() { - - elibtoolize - - local myconf= - local moz_ver="`pkg-config --modversion mozilla-xpcom | cut -d. -f1,2 2>/dev/null`" - - # This galeon version doesnt actually support mozilla as version 1.5, - # however it does support 1.5b <obz@gentoo.org> - [ $moz_ver == "1.5" ] && moz_ver="1.5b" - - use nls || myconf="${myconf} --disable-nls" - # use bonobo && myconf="${myconf} --enable-gnome-file-selector" - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - --with-mozilla-libs=${MOZILLA_FIVE_HOME} \ - --with-mozilla-includes=${MOZILLA_FIVE_HOME}/include \ - --without-debug --disable-werror \ - --disable-applet \ - --disable-werror \ - --disable-install-schemas \ - --enable-nautilus-view=no \ - --with-mozilla-snapshot=${moz_ver} \ - ${myconf} || die - - emake || make || die -} - -src_install() { - - # galeon-config-tool was rewritten for 1.2.0 and causes sandbox - # violations if gconfd is shut down... The schemas seem to install - # fine without it (at least it seems like it... *sigh*) - #gconftool --shutdown - - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/lib \ - install || die - - dodoc AUTHORS ChangeLog COPYING* FAQ NEWS README TODO THANKS - rm -rf ${D}/var/lib/scrollkeeper - -} - -pkg_postinst() { - - galeon-config-tool --fix-gconf-permissions - galeon-config-tool --pkg-install-schemas - scrollkeeper-update - - if ! use gnome - then - einfo "Please make sure libglade was built with gnome support, or" - einfo "else galeon will not be able to start up." - einfo - einfo 'To do this, type: ' - einfo 'USE="gnome" emerge libglade' - fi - -} - |