diff options
author | 2010-01-10 17:22:06 +0000 | |
---|---|---|
committer | 2010-01-10 17:22:06 +0000 | |
commit | 613fff85ff634b8a7e3ae9900924067b098d440f (patch) | |
tree | 928c1a51e4cad39dca43a0d6f13b9dd87a81c993 /www-client | |
parent | Simplify setting of active version of Python. (diff) | |
download | gentoo-2-613fff85ff634b8a7e3ae9900924067b098d440f.tar.gz gentoo-2-613fff85ff634b8a7e3ae9900924067b098d440f.tar.bz2 gentoo-2-613fff85ff634b8a7e3ae9900924067b098d440f.zip |
remove old galeon ebuilds
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/galeon/ChangeLog | 10 | ||||
-rw-r--r-- | www-client/galeon/files/galeon-2.0.4-maketest.diff | 19 | ||||
-rw-r--r-- | www-client/galeon/galeon-2.0.4.ebuild | 56 | ||||
-rw-r--r-- | www-client/galeon/galeon-2.0.7-r1.ebuild | 6 | ||||
-rw-r--r-- | www-client/galeon/galeon-2.0.7.ebuild | 45 |
5 files changed, 11 insertions, 125 deletions
diff --git a/www-client/galeon/ChangeLog b/www-client/galeon/ChangeLog index 746603714bdc..24cd332789d6 100644 --- a/www-client/galeon/ChangeLog +++ b/www-client/galeon/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-client/galeon -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/galeon/ChangeLog,v 1.54 2009/11/12 17:22:42 josejx Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/galeon/ChangeLog,v 1.55 2010/01/10 17:22:05 hanno Exp $ + + 10 Jan 2010; Hanno Boeck <hanno@gentoo.org> -galeon-2.0.4.ebuild, + -files/galeon-2.0.4-maketest.diff, -galeon-2.0.7.ebuild, + galeon-2.0.7-r1.ebuild: + Remove old/broken versions. Also remove unused USE-flags from latest + ebuild. 12 Nov 2009; Joseph Jezak <josejx@gentoo.org> galeon-2.0.7-r1.ebuild: Marked ppc stable for bug #280393. diff --git a/www-client/galeon/files/galeon-2.0.4-maketest.diff b/www-client/galeon/files/galeon-2.0.4-maketest.diff deleted file mode 100644 index e973c3e6eb13..000000000000 --- a/www-client/galeon/files/galeon-2.0.4-maketest.diff +++ /dev/null @@ -1,19 +0,0 @@ ---- galeon-2.0.4/po/POTFILES.skip.1 2007-12-18 19:06:03.000000000 +0100 -+++ galeon-2.0.4/po/POTFILES.skip 2007-12-18 19:06:26.000000000 +0100 -@@ -5,3 +5,16 @@ - libegg/dock/egg-dock-placeholder.c - libegg/dock/egg-dock-tablabel.c - libegg/dock/egg-dock.c -+bookmarks-editor-small.glade -+bookmarks-editor.glade -+bookmarks.glade -+certificate-dialogs.glade -+galeon-bookmarks-editor-ui.xml -+galeon-bookmarks-editor-ui.xml.in -+galeon.glade -+nautilus-galeon-view-ui.xml -+nautilus-galeon-view-ui.xml.in -+prefs-dialog.glade -+print.glade -+ui/galeon-bookmarks-editor-ui.xml -+ui/nautilus-galeon-view-ui.xml diff --git a/www-client/galeon/galeon-2.0.4.ebuild b/www-client/galeon/galeon-2.0.4.ebuild deleted file mode 100644 index c3db6efa2e94..000000000000 --- a/www-client/galeon/galeon-2.0.4.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/galeon/galeon-2.0.4.ebuild,v 1.8 2008/03/14 17:27:42 armin76 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 xulrunner" -KEYWORDS="amd64 ia64 ppc sparc x86" -SLOT="0" -RDEPEND="xulrunner? ( =net-libs/xulrunner-1.8* ) - !xulrunner? ( - seamonkey? ( =www-client/seamonkey-1* ) - !seamonkey? ( =www-client/mozilla-firefox-2* ) - ) - >=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() { - gnome2_src_unpack - cd "${S}" - epatch "${FILESDIR}/${P}-maketest.diff" -} - -src_compile() { - if use xulrunner; then - myconf="--with-mozilla=xulrunner" - elif use seamonkey; then - myconf="--with-mozilla=seamonkey" - else - myconf="--with-mozilla=firefox" - fi - - econf ${myconf} || die "configure failed" - emake || die "compile failed" -} diff --git a/www-client/galeon/galeon-2.0.7-r1.ebuild b/www-client/galeon/galeon-2.0.7-r1.ebuild index a0b1f0a959a5..626793370b23 100644 --- a/www-client/galeon/galeon-2.0.7-r1.ebuild +++ b/www-client/galeon/galeon-2.0.7-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/galeon/galeon-2.0.7-r1.ebuild,v 1.5 2009/11/12 17:22:42 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/galeon/galeon-2.0.7-r1.ebuild,v 1.6 2010/01/10 17:22:05 hanno Exp $ inherit gnome2 eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/galeon/${P}.tar.bz2 mirror://gentoo/${P}-patches.tar.lzma" LICENSE="GPL-2" -IUSE="seamonkey xulrunner" +IUSE="" KEYWORDS="amd64 ~ia64 ppc -sparc x86" SLOT="0" RDEPEND=">=net-libs/xulrunner-1.9.1 diff --git a/www-client/galeon/galeon-2.0.7.ebuild b/www-client/galeon/galeon-2.0.7.ebuild deleted file mode 100644 index 623c0325c346..000000000000 --- a/www-client/galeon/galeon-2.0.7.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/galeon/galeon-2.0.7.ebuild,v 1.2 2009/07/21 15:38:52 nirbheek 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 - mirror://gentoo/${P}-patches.tar.lzma" - -LICENSE="GPL-2" -IUSE="seamonkey xulrunner" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" -SLOT="0" -RDEPEND=">=net-libs/xulrunner-1.8 - <net-libs/xulrunner-1.9.1 - >=x11-libs/gtk+-2.4.0 - >=dev-libs/libxml2-2.6.6 - >=gnome-base/libgnomeui-2.5.2 - >=gnome-base/gnome-vfs-2 - >=gnome-base/gnome-desktop-2.10.0 - >=gnome-base/libglade-2.3.1" -DEPEND="${RDEPEND} - app-text/rarian - 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() { - gnome2_src_unpack - cd "${S}" - for i in "${WORKDIR}/${P}-patches/*"; do - epatch $i || die "patch $i failed" - done -} - -src_compile() { - myconf="--with-mozilla=libxul-embedding-unstable" - - econf ${myconf} || die "configure failed" - emake || die "compile failed" -} |