diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-02-24 14:24:04 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-02-24 14:24:04 +0000 |
commit | 625f048913f3120f09eaa8dba35a57f169866859 (patch) | |
tree | b1ea4e1b429ccafda70027f1a28c787f5a2af944 /net-www | |
parent | mask new shadow (diff) | |
download | gentoo-2-625f048913f3120f09eaa8dba35a57f169866859.tar.gz gentoo-2-625f048913f3120f09eaa8dba35a57f169866859.tar.bz2 gentoo-2-625f048913f3120f09eaa8dba35a57f169866859.zip |
now use mozilla 1.3b
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/galeon-cvs/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/galeon-cvs/galeon-cvs-20020908.ebuild | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/net-www/galeon-cvs/ChangeLog b/net-www/galeon-cvs/ChangeLog index c3241ecf46b3..cc1dd8fcad11 100644 --- a/net-www/galeon-cvs/ChangeLog +++ b/net-www/galeon-cvs/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for net-www/galeon-cvs # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/galeon-cvs/ChangeLog,v 1.10 2003/02/12 08:47:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/galeon-cvs/ChangeLog,v 1.11 2003/02/24 14:24:04 foser Exp $ *galeon-20020908 (08 September 2002) + 24 Feb 2003; foser <foser@gentoo.org> galeon-cvs-20020908.ebuild : + Updated to use mozilla-1.3b + 07 Dec 2002; foser <foser@gentoo.org> galeon-cvs-20020908.ebuild : Fixes to make sure it compiles with mozilla 1.2 diff --git a/net-www/galeon-cvs/galeon-cvs-20020908.ebuild b/net-www/galeon-cvs/galeon-cvs-20020908.ebuild index 854d72baf8a9..0761f985b7ae 100644 --- a/net-www/galeon-cvs/galeon-cvs-20020908.ebuild +++ b/net-www/galeon-cvs/galeon-cvs-20020908.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/galeon-cvs/galeon-cvs-20020908.ebuild,v 1.13 2003/02/13 15:33:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/galeon-cvs/galeon-cvs-20020908.ebuild,v 1.14 2003/02/24 14:24:04 foser Exp $ # ECVS_TOP_DIR="${PORTAGE_TMPDIR}" @@ -23,27 +23,25 @@ KEYWORDS="~x86" LICENSE="GPL-2" DEPEND="virtual/x11 - >=net-www/mozilla-1.2 + =net-www/mozilla-1.3_beta >=gnome-base/gnome-2.0.0 >=gnome-base/gnome-common-1.2.4 dev-util/cvs" - pkg_setup () { if [ ! -f ${ROOT}/usr/lib/mozilla/components/libwidget_gtk2.so ] then - eerror "you need mozilla-1.2 compiled against gtk+-2" + eerror "you need mozilla-1.3_beta compiled against gtk+-2" eerror "export USE=\"gtk2\" ;emerge mozilla -p " die "Need Mozilla compiled with gtk+-2.0!!" fi - } src_compile() { elibtoolize cd ${S} - local myconf=" --with-mozilla-snapshot=1.2 --disable-werror" + local myconf=" --with-mozilla-snapshot=1.3b --disable-werror" local baseopts="--prefix=/usr\ --mandir=/usr/share/man \ --infodir=/usr/share/info \ |