diff options
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/phoenix-cvs/ChangeLog | 9 | ||||
-rw-r--r-- | net-www/phoenix-cvs/phoenix-cvs-0.5-r1.ebuild | 5 | ||||
-rw-r--r-- | net-www/phoenix-cvs/phoenix-cvs-0.5-r2.ebuild | 7 |
3 files changed, 16 insertions, 5 deletions
diff --git a/net-www/phoenix-cvs/ChangeLog b/net-www/phoenix-cvs/ChangeLog index 99dd26d55ea8..7cbbb35fdf68 100644 --- a/net-www/phoenix-cvs/ChangeLog +++ b/net-www/phoenix-cvs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-www/phoenix-cvs # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/phoenix-cvs/ChangeLog,v 1.4 2003/04/30 16:59:15 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/phoenix-cvs/ChangeLog,v 1.5 2003/05/01 17:04:29 weeve Exp $ + + 01 May 2003; Jason Wever <weeve@gentoo.org> phoenix-cvs-0.5-r1.ebuild, + phoenix-cvs-0.5-r2.ebuild: + Changed -sparc keyword to ~sparc and adjusted ebuilds to include the + replace-sparc64-flags to fix build problems. 30 Apr 2003; Jason Wever <weeve@gentoo.org> phoenix-cvs-0.5-r1.ebuild, phoenix-cvs-0.5-r2.ebuild: @@ -14,7 +19,7 @@ 30 Mar 2003; phoen][x <phoenix@gentoo.org>; phoenix-cvs-0.5-r2.ebuild, files/digest-phoenix-cvs-0.5-r2, files/phoenix: Seth asked me to take a look into -r1. I cleaned up a few things: - - Added the missing $Header: /var/cvsroot/gentoo-x86/net-www/phoenix-cvs/ChangeLog,v 1.4 2003/04/30 16:59:15 weeve Exp $ + - Added the missing $Header: /var/cvsroot/gentoo-x86/net-www/phoenix-cvs/ChangeLog,v 1.5 2003/05/01 17:04:29 weeve Exp $ - made ebuild use flag-o-matic over ${CFLAGS//} - made ebuild use nsplugins.eclass for easy plugin integration TODO: diff --git a/net-www/phoenix-cvs/phoenix-cvs-0.5-r1.ebuild b/net-www/phoenix-cvs/phoenix-cvs-0.5-r1.ebuild index 60d898ffab22..ec5b8d12664e 100644 --- a/net-www/phoenix-cvs/phoenix-cvs-0.5-r1.ebuild +++ b/net-www/phoenix-cvs/phoenix-cvs-0.5-r1.ebuild @@ -3,6 +3,9 @@ inherit makeedit flag-o-matic gcc +# Added to get phoenix to compile on sparc. +replace-sparc64-flags + EMVER="0.65.2" IPCVER="1.0.0.1" @@ -14,7 +17,7 @@ DESCRIPTION="The Phoenix Web Browser" #SRC_URI="ftp://ftp.mozilla.org/pub/mozilla/nightly/latest/mozilla-source.tar.bz2" HOMEPAGE="http://www.mozilla.org/projects/phoenix/" -KEYWORDS="~x86 ~ppc -sparc" +KEYWORDS="~x86 ~ppc ~sparc" SLOT="0" LICENSE="MPL-1.1 | NPL-1.1" IUSE="java gtk2 ipv6" diff --git a/net-www/phoenix-cvs/phoenix-cvs-0.5-r2.ebuild b/net-www/phoenix-cvs/phoenix-cvs-0.5-r2.ebuild index 36f96e7ab825..6ad847316aad 100644 --- a/net-www/phoenix-cvs/phoenix-cvs-0.5-r2.ebuild +++ b/net-www/phoenix-cvs/phoenix-cvs-0.5-r2.ebuild @@ -1,9 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-www/phoenix-cvs/phoenix-cvs-0.5-r2.ebuild,v 1.6 2003/04/30 16:59:15 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/phoenix-cvs/phoenix-cvs-0.5-r2.ebuild,v 1.7 2003/05/01 17:04:29 weeve Exp $ inherit makeedit flag-o-matic gcc nsplugins +# Added to get phoenix to compile on sparc. +replace-sparc64-flags + EMVER="0.65.2" IPCVER="1.0.0.1" @@ -14,7 +17,7 @@ S=${WORKDIR}/mozilla DESCRIPTION="The Phoenix Web Browser" HOMEPAGE="http://www.mozilla.org/projects/phoenix/" -KEYWORDS="~x86 ~ppc -sparc" +KEYWORDS="~x86 ~ppc ~sparc" SLOT="0" LICENSE="MPL-1.1 | NPL-1.1" IUSE="java gtk2 ipv6" |