diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-12-29 17:41:37 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-12-29 17:41:37 +0000 |
commit | a6e200b9d5b10120a8c8fd0199d585899fddf6cc (patch) | |
tree | 8a64111227bb193803a4b39cfa6c4d422ffbe64f /net-www | |
parent | unmasked fam (diff) | |
download | historical-a6e200b9d5b10120a8c8fd0199d585899fddf6cc.tar.gz historical-a6e200b9d5b10120a8c8fd0199d585899fddf6cc.tar.bz2 historical-a6e200b9d5b10120a8c8fd0199d585899fddf6cc.zip |
big commit :-) read gentoo-announce msg and eclass/doc/news.txt for details
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mozilla/mozilla-0.9.6-r4.ebuild | 5 | ||||
-rw-r--r-- | net-www/opera/opera-5.0-r1.ebuild | 4 | ||||
-rw-r--r-- | net-www/opera/opera-6.0_pre1.ebuild | 4 | ||||
-rw-r--r-- | net-www/opera/opera-6.0_pre2.ebuild | 4 |
4 files changed, 9 insertions, 8 deletions
diff --git a/net-www/mozilla/mozilla-0.9.6-r4.ebuild b/net-www/mozilla/mozilla-0.9.6-r4.ebuild index 13b1fa75d33c..9168ff52bde1 100644 --- a/net-www/mozilla/mozilla-0.9.6-r4.ebuild +++ b/net-www/mozilla/mozilla-0.9.6-r4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-0.9.6-r4.ebuild,v 1.2 2001/12/15 02:19:52 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-0.9.6-r4.ebuild,v 1.3 2001/12/29 17:41:37 danarmak Exp $ S=${WORKDIR}/mozilla DESCRIPTION="The Mozilla Web Browser" @@ -18,7 +18,7 @@ RDEPEND=">=gnome-base/ORBit-0.5.10-r1 app-arch/unzip x11-libs/gtk+" # gtk? ( x11-libs/gtk+ ) -# mozqt? ( x11-libs/qt-x11 ) +# mozqt? ( x11-libs/qt ) # java? ( virtual/jdk )" DEPEND="${RDEPEND} @@ -45,6 +45,7 @@ src_compile() { # NOTE: QT and XLIB toolkit seems very unstable, leave disabled until # tested ok -- azarah # if [ "`use mozqt`" ] ; then + # when you enable this again, remember the qt dir is now /usr/qt/2 - danarmak # myconf="--enable-toolkit-qt --enable-default-toolkit=qt" # myconf="${myconf} --disable-toolkit-gtk --disable-toolkit-xlib" # elif [ "`use gtk`" ] ; then diff --git a/net-www/opera/opera-5.0-r1.ebuild b/net-www/opera/opera-5.0-r1.ebuild index 125a2ee3236f..f4a189b60fce 100644 --- a/net-www/opera/opera-5.0-r1.ebuild +++ b/net-www/opera/opera-5.0-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-5.0-r1.ebuild,v 1.1 2001/10/06 15:30:16 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-5.0-r1.ebuild,v 1.2 2001/12/29 17:41:37 danarmak Exp $ P=opera-5.0-dynamic.i386 A=${P}.tar.gz @@ -10,7 +10,7 @@ DESCRIPTION="Opera webbrowser" SRC_URI="ftp://ftp.opera.com/pub/opera/linux/500/opera-5.0-dynamic.i386.tar.gz" HOMEPAGE="http://www.opera.com" -DEPEND=">=x11-libs/qt-x11-2.3.0" +DEPEND=">=x11-libs/qt-2.3.0" src_install() { diff --git a/net-www/opera/opera-6.0_pre1.ebuild b/net-www/opera/opera-6.0_pre1.ebuild index a3e2c29f9b49..0000a4435777 100644 --- a/net-www/opera/opera-6.0_pre1.ebuild +++ b/net-www/opera/opera-6.0_pre1.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-6.0_pre1.ebuild,v 1.1 2001/11/30 18:37:51 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-6.0_pre1.ebuild,v 1.2 2001/12/29 17:41:37 danarmak Exp $ S=${WORKDIR}/opera-6.0-20011122.2-shared_qt.i386 DESCRIPTION="Opera webbrowser, version 6.0 TP" SRC_URI="ftp://ftp.opera.com/pub/opera/linux/600/tp1/opera-6.0-20011122.2-shared_qt.i386.tar.gz" HOMEPAGE="http://www.opera.com" -DEPEND=">=x11-libs/qt-x11-2.3.0" +DEPEND=">=x11-libs/qt-2.3.0" src_install() { diff --git a/net-www/opera/opera-6.0_pre2.ebuild b/net-www/opera/opera-6.0_pre2.ebuild index c1f93bb29144..17dec76783f5 100644 --- a/net-www/opera/opera-6.0_pre2.ebuild +++ b/net-www/opera/opera-6.0_pre2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-6.0_pre2.ebuild,v 1.1 2001/12/24 01:36:53 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-6.0_pre2.ebuild,v 1.2 2001/12/29 17:41:37 danarmak Exp $ NV=6.0-20011129.2-shared_qt.i386 S=${WORKDIR}/opera-${NV} @@ -9,7 +9,7 @@ DESCRIPTION="Opera webbrowser, version 6.0 TP" SRC_URI="ftp://ftp.opera.com/pub/opera/linux/600/tp2/opera-${NV}.tar.gz" HOMEPAGE="http://www.opera.com" -DEPEND=">=x11-libs/qt-x11-2.3.0" +DEPEND=">=x11-libs/qt-2.3.0" src_install() { |