diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2002-07-04 16:52:42 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2002-07-04 16:52:42 +0000 |
commit | 79cfe1ce6048f4d1cb8d6c46e2b26d2f6337023d (patch) | |
tree | adc812b1471d0dec552741ebaec24c48311f3c7a /net-www/opera-static | |
parent | unmaksed KDE 3.0.2 (diff) | |
download | historical-79cfe1ce6048f4d1cb8d6c46e2b26d2f6337023d.tar.gz historical-79cfe1ce6048f4d1cb8d6c46e2b26d2f6337023d.tar.bz2 historical-79cfe1ce6048f4d1cb8d6c46e2b26d2f6337023d.zip |
Fixes #3231.
Diffstat (limited to 'net-www/opera-static')
-rw-r--r-- | net-www/opera-static/ChangeLog | 9 | ||||
-rw-r--r-- | net-www/opera-static/files/digest-opera-static-6.0-r1 | 1 | ||||
-rw-r--r-- | net-www/opera-static/opera-static-6.0-r1.ebuild (renamed from net-www/opera-static/opera-static-6.0.ebuild) | 7 |
3 files changed, 15 insertions, 2 deletions
diff --git a/net-www/opera-static/ChangeLog b/net-www/opera-static/ChangeLog index 560d822fea6a..1e9f29ee9af7 100644 --- a/net-www/opera-static/ChangeLog +++ b/net-www/opera-static/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-www/opera-static # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-www/opera-static/ChangeLog,v 1.1 2002/05/20 07:01:52 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/opera-static/ChangeLog,v 1.2 2002/07/04 16:52:42 agenkin Exp $ + +*opera-6.0-r1 (4 Jul 2002) + + 4 Jul 2002; Arcady Genkin <agenkin@thpoon.com> opera-static-6.0-r1.ebuild: + + Fixed the wrapper /opt/opera/share/bin/opera to not have $D in lots of + places. *opera-6.0 (20 May 2002) diff --git a/net-www/opera-static/files/digest-opera-static-6.0-r1 b/net-www/opera-static/files/digest-opera-static-6.0-r1 new file mode 100644 index 000000000000..23a4fdfb8284 --- /dev/null +++ b/net-www/opera-static/files/digest-opera-static-6.0-r1 @@ -0,0 +1 @@ +MD5 8d7a88ea7be88032594e12ca85f744b8 opera-6.0-20020510.1-static-qt.i386.tar.bz2 4528560 diff --git a/net-www/opera-static/opera-static-6.0.ebuild b/net-www/opera-static/opera-static-6.0-r1.ebuild index 41535be2f939..1fe56c38ff73 100644 --- a/net-www/opera-static/opera-static-6.0.ebuild +++ b/net-www/opera-static/opera-static-6.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-www/opera-static/opera-static-6.0.ebuild,v 1.1 2002/05/20 07:01:52 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/opera-static/opera-static-6.0-r1.ebuild,v 1.1 2002/07/04 16:52:42 agenkin Exp $ DESCRIPTION="Opera web browser, version 6.0 Final, statically built. " HOMEPAGE="http://www.opera.com/linux/" @@ -51,4 +51,9 @@ src_install() { insinto /etc/env.d doins ${FILESDIR}/10opera6 + + # Fix up the wrapper script /opt/opera/share/bin/opera + cd "${D}"/opt/opera/share/bin + sed -e "s|$D||g" < opera > opera.hacked + mv opera.hacked opera } |