diff options
author | Hanno Boeck <hanno@gentoo.org> | 2005-03-27 17:00:27 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2005-03-27 17:00:27 +0000 |
commit | 91932599f62cd44321905f2decb3f8cc26ce99cf (patch) | |
tree | 98b7ed84cda4b88c1e5d8ab9317648ff098ad77f /www-client/galeon | |
parent | Stable on x86 and ppc. (diff) | |
download | historical-91932599f62cd44321905f2decb3f8cc26ce99cf.tar.gz historical-91932599f62cd44321905f2decb3f8cc26ce99cf.tar.bz2 historical-91932599f62cd44321905f2decb3f8cc26ce99cf.zip |
galeon version bump
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'www-client/galeon')
-rw-r--r-- | www-client/galeon/ChangeLog | 7 | ||||
-rw-r--r-- | www-client/galeon/Manifest | 4 | ||||
-rw-r--r-- | www-client/galeon/files/digest-galeon-1.3.20 | 1 | ||||
-rw-r--r-- | www-client/galeon/galeon-1.3.20.ebuild | 45 |
4 files changed, 55 insertions, 2 deletions
diff --git a/www-client/galeon/ChangeLog b/www-client/galeon/ChangeLog index 1f43afd23c25..bd73b2811441 100644 --- a/www-client/galeon/ChangeLog +++ b/www-client/galeon/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-client/galeon # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/galeon/ChangeLog,v 1.4 2005/03/26 09:10:21 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/galeon/ChangeLog,v 1.5 2005/03/27 17:00:27 hanno Exp $ + +*galeon-1.3.20 (27 Mar 2005) + + 27 Mar 2005; Hanno Boeck <hanno@gentoo.org> +galeon-1.3.20.ebuild: + Version bump. Experimental firefox-support. 26 Mar 2005; Hanno Boeck <hanno@gentoo.org> galeon-1.3.19.ebuild: Mark stable on x86. diff --git a/www-client/galeon/Manifest b/www-client/galeon/Manifest index f63a9550bdee..e46ac912e007 100644 --- a/www-client/galeon/Manifest +++ b/www-client/galeon/Manifest @@ -1,8 +1,10 @@ -MD5 f218c9133cfc40788ae6a941b687cd2f ChangeLog 15651 +MD5 1e10f763be33df177ac18dde0e7b3281 ChangeLog 15797 MD5 a499e17bed3c88e01a4742d9f55b1e26 galeon-1.3.17.ebuild 1589 MD5 9db0e855090f5501a6983019b8ed6b3f galeon-1.3.18.ebuild 1585 MD5 14288516f9dcce2d84a8f101c550a944 galeon-1.3.19.ebuild 1586 MD5 4c1c1e710ea77d8d7db9906084c4228d metadata.xml 215 +MD5 33739c7b7c644f74608ceea89218c5d6 galeon-1.3.20.ebuild 1322 MD5 f688ddbf98228c4b9511250144ebfcf9 files/digest-galeon-1.3.17 67 MD5 88ccf8b5a77bd6f7aa00c0d3366ffed8 files/digest-galeon-1.3.18 67 MD5 bb092f2e34cd7f5be1ad94e328760e31 files/digest-galeon-1.3.19 67 +MD5 e341b08e0c484831306b28a3429883ff files/digest-galeon-1.3.20 67 diff --git a/www-client/galeon/files/digest-galeon-1.3.20 b/www-client/galeon/files/digest-galeon-1.3.20 new file mode 100644 index 000000000000..41ae00e3e1fa --- /dev/null +++ b/www-client/galeon/files/digest-galeon-1.3.20 @@ -0,0 +1 @@ +MD5 13954dd2f11748c02f3071ac9987d7d3 galeon-1.3.20.tar.bz2 4064521 diff --git a/www-client/galeon/galeon-1.3.20.ebuild b/www-client/galeon/galeon-1.3.20.ebuild new file mode 100644 index 000000000000..87febfcae1d7 --- /dev/null +++ b/www-client/galeon/galeon-1.3.20.ebuild @@ -0,0 +1,45 @@ +# 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.1 2005/03/27 17:00:27 hanno 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" + +S=${WORKDIR}/${P} + +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/libglade-2.3.1 + app-text/scrollkeeper" +DEPEND="${RDEPEND} + dev-util/pkgconfig + >=dev-util/intltool-0.30 + >=sys-devel/gettext-0.11" + +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" |