summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArcady Genkin <agenkin@gentoo.org>2002-05-18 08:51:22 +0000
committerArcady Genkin <agenkin@gentoo.org>2002-05-18 08:51:22 +0000
commite0c63480cfb3325619dc68f77be7d6a15ad1b8c8 (patch)
tree0cb511984054bd41f633156caa9dd0f24836941b /net-www/opera/opera-6.0.ebuild
parentInitial work on getting opera 6.0 final working. It downloads and (diff)
downloadgentoo-2-e0c63480cfb3325619dc68f77be7d6a15ad1b8c8.tar.gz
gentoo-2-e0c63480cfb3325619dc68f77be7d6a15ad1b8c8.tar.bz2
gentoo-2-e0c63480cfb3325619dc68f77be7d6a15ad1b8c8.zip
Seems to work now (I was downloading the wrong version of the
package). I also added /opt/opera/bin to PATH in profile.env.
Diffstat (limited to 'net-www/opera/opera-6.0.ebuild')
-rw-r--r--net-www/opera/opera-6.0.ebuild13
1 files changed, 8 insertions, 5 deletions
diff --git a/net-www/opera/opera-6.0.ebuild b/net-www/opera/opera-6.0.ebuild
index 111de2b6bfcf..d50d2143d0fa 100644
--- a/net-www/opera/opera-6.0.ebuild
+++ b/net-www/opera/opera-6.0.ebuild
@@ -1,14 +1,15 @@
# 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.ebuild,v 1.1 2002/05/18 08:28:50 agenkin Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-6.0.ebuild,v 1.2 2002/05/18 08:51:22 agenkin Exp $
-NV=6.0-20020510.3-shared-qt.i386
-S=${WORKDIR}/opera-${NV}
-DESCRIPTION="Opera webbrowser, version 6.0 TP"
-SRC_URI="http://www.panix.com/opera/files/linux/600/final/en/qt_shared_rh/opera-${NV}.tar.bz2"
+DESCRIPTION="Opera web browser, version 6.0 Final."
HOMEPAGE="http://www.opera.com"
+NV=6.0-20020510.2-shared-qt.i386
+S=${WORKDIR}/opera-${NV}
+SRC_URI="http://www.panix.com/opera/files/linux/600/final/en/qt_shared/opera-${NV}.tar.bz2"
+
DEPEND="=x11-libs/qt-2*
=media-libs/libpng-1.0.12*"
@@ -49,4 +50,6 @@ src_install() {
doins images/opera.xpm
fi
+ insinto /etc/env.d
+ doins ${FILESDIR}/10opera6
}