diff options
author | 2007-08-06 08:59:07 +0000 | |
---|---|---|
committer | 2007-08-06 08:59:07 +0000 | |
commit | 1469368f8c1400f586c95f2712c7200e1babd683 (patch) | |
tree | 031f1ac89a17fdc7e684bc03fbce64399130ae53 /www-client | |
parent | Fix tests, bug 187836 (diff) | |
download | gentoo-2-1469368f8c1400f586c95f2712c7200e1babd683.tar.gz gentoo-2-1469368f8c1400f586c95f2712c7200e1babd683.tar.bz2 gentoo-2-1469368f8c1400f586c95f2712c7200e1babd683.zip |
remove some old ebuilds
(Portage version: 2.1.3.3)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/galeon/files/digest-galeon-2.0.1-r2 | 3 | ||||
-rw-r--r-- | www-client/galeon/files/digest-galeon-2.0.2 | 3 | ||||
-rw-r--r-- | www-client/galeon/files/galeon-2.0.1-findahead.diff | 13 | ||||
-rw-r--r-- | www-client/galeon/galeon-2.0.1-r2.ebuild | 49 | ||||
-rw-r--r-- | www-client/galeon/galeon-2.0.2.ebuild | 48 |
5 files changed, 0 insertions, 116 deletions
diff --git a/www-client/galeon/files/digest-galeon-2.0.1-r2 b/www-client/galeon/files/digest-galeon-2.0.1-r2 deleted file mode 100644 index 5d3e56887252..000000000000 --- a/www-client/galeon/files/digest-galeon-2.0.1-r2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 34d6e3a6ee78f9e4d12736e5d81b462b galeon-2.0.1.tar.bz2 2991656 -RMD160 79ed47c272df3c87eade11de1bfc3086602d6bcc galeon-2.0.1.tar.bz2 2991656 -SHA256 26f0d37b8e8d17d4ad51091527907c233dfbcd513d776608bb2d435a37aea4e6 galeon-2.0.1.tar.bz2 2991656 diff --git a/www-client/galeon/files/digest-galeon-2.0.2 b/www-client/galeon/files/digest-galeon-2.0.2 deleted file mode 100644 index 127e86fb4b66..000000000000 --- a/www-client/galeon/files/digest-galeon-2.0.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 43d395aa3e6424d980919942e5499dba galeon-2.0.2.tar.bz2 2973413 -RMD160 eddcddbc5fea35c694f55643d1cad230f3364451 galeon-2.0.2.tar.bz2 2973413 -SHA256 a8fd50f1b420a31f6924e2cce902a0377f155484f6a966c4662c307363291c9a galeon-2.0.2.tar.bz2 2973413 diff --git a/www-client/galeon/files/galeon-2.0.1-findahead.diff b/www-client/galeon/files/galeon-2.0.1-findahead.diff deleted file mode 100644 index f9462ef0aa91..000000000000 --- a/www-client/galeon/files/galeon-2.0.1-findahead.diff +++ /dev/null @@ -1,13 +0,0 @@ -diff -u -r1.47 -r1.48 ---- galeon-2.0.1/mozilla/EventContext.cpp 2006/01/14 13:48:21 1.47 -+++ galeon-2.0.1/mozilla/EventContext.cpp 2006/03/05 12:08:23 1.48 -@@ -975,6 +975,9 @@ - rv = node->GetOwnerDocument (getter_AddRefs (doc)); - NS_ENSURE_SUCCESS (rv, retval); - -+ nsCOMPtr<nsIDOMXULDocument> xul_document (do_QueryInterface(doc, &rv)); -+ if (xul_document) return retval; -+ - nsCOMPtr<nsIDOMNSHTMLDocument> htmlDoc (do_QueryInterface (doc)); - if (htmlDoc) - { diff --git a/www-client/galeon/galeon-2.0.1-r2.ebuild b/www-client/galeon/galeon-2.0.1-r2.ebuild deleted file mode 100644 index d448e35590b2..000000000000 --- a/www-client/galeon/galeon-2.0.1-r2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/galeon/galeon-2.0.1-r2.ebuild,v 1.3 2007/02/11 00:26:17 hanno Exp $ - -inherit gnome2 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="seamonkey" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" -SLOT="0" -RDEPEND="seamonkey? ( www-client/seamonkey ) - !seamonkey? ( >=www-client/mozilla-firefox-1.5.0.4 ) - >=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" - -DOCS="AUTHORS ChangeLog FAQ README README.ExtraPrefs THANKS TODO NEWS" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/galeon-2.0.1-imagebehaviour.diff - epatch ${FILESDIR}/galeon-2.0.1-findahead.diff -} - -src_compile() { - use seamonkey && myconf="--with-mozilla=seamonkey" - use seamonkey || myconf="--with-mozilla=firefox" - - econf ${myconf} || die "configure failed" - emake || die "compile failed" -} diff --git a/www-client/galeon/galeon-2.0.2.ebuild b/www-client/galeon/galeon-2.0.2.ebuild deleted file mode 100644 index 2210ca2a7fc0..000000000000 --- a/www-client/galeon/galeon-2.0.2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/galeon/galeon-2.0.2.ebuild,v 1.2 2007/02/11 00:26:17 hanno Exp $ - -inherit gnome2 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="seamonkey" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" -SLOT="0" -RDEPEND="seamonkey? ( www-client/seamonkey ) - !seamonkey? ( >=www-client/mozilla-firefox-1.5.0.4 ) - >=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" - -DOCS="AUTHORS ChangeLog FAQ README README.ExtraPrefs THANKS TODO NEWS" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/galeon-2.0.1-imagebehaviour.diff -} - -src_compile() { - use seamonkey && myconf="--with-mozilla=seamonkey" - use seamonkey || myconf="--with-mozilla=firefox" - - econf ${myconf} || die "configure failed" - emake || die "compile failed" -} |