diff options
author | 2002-01-18 06:19:15 +0000 | |
---|---|---|
committer | 2002-01-18 06:19:15 +0000 | |
commit | a537616c3698941a1539ce37c5687884ded07a9a (patch) | |
tree | 7e76d2395d0dc8e1cbd0ba8d4ce81c0e6c132864 /net-www/opera | |
parent | it's the digest, stupid. (diff) | |
download | historical-a537616c3698941a1539ce37c5687884ded07a9a.tar.gz historical-a537616c3698941a1539ce37c5687884ded07a9a.tar.bz2 historical-a537616c3698941a1539ce37c5687884ded07a9a.zip |
name says enough... added pre3!
Diffstat (limited to 'net-www/opera')
-rw-r--r-- | net-www/opera/files/digest-opera-6.0_pre3 | 1 | ||||
-rw-r--r-- | net-www/opera/opera-6.0_pre3.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/net-www/opera/files/digest-opera-6.0_pre3 b/net-www/opera/files/digest-opera-6.0_pre3 new file mode 100644 index 000000000000..44315678bd63 --- /dev/null +++ b/net-www/opera/files/digest-opera-6.0_pre3 @@ -0,0 +1 @@ +MD5 51faf3870658b15bb923eef4762611c7 opera-6.0-20020110.2-shared_qt.i386.tar.gz 2711552 diff --git a/net-www/opera/opera-6.0_pre3.ebuild b/net-www/opera/opera-6.0_pre3.ebuild new file mode 100644 index 000000000000..be947e0819b2 --- /dev/null +++ b/net-www/opera/opera-6.0_pre3.ebuild @@ -0,0 +1,28 @@ +NV=6.0-20020110.2-shared_qt.i386 +S=${WORKDIR}/opera-${NV} +DESCRIPTION="Opera webbrowser, version 6.0 TP" +SRC_URI="ftp://ftp.opera.com/pub/opera/linux/600/tp3/opera-${NV}.tar.gz" +HOMEPAGE="http://www.opera.com" + +DEPEND=">=x11-libs/qt-2.3.0" + +src_install() { + + mv install.sh install.sh_orig + sed -e "s:/usr/share/pixmaps:${D}/usr/share/pixmaps:g" \ + -e "s:/usr/share/icons:${D}/usr/share/icons:g" \ + -e "s:/etc/X11/wmconfig:${D}/etc/X11/wmconfig:g" \ + -e "s:/usr/share/gnome:${D}/usr/share/gnome:g" \ + install.sh_orig > install.sh + chmod 755 install.sh + ./install.sh \ + --exec_prefix=${D}/usr/bin \ + --wrapperdir=${D}/usr/share/opera/bin \ + --docdir=${D}/usr/share/doc/${P} \ + --sharedir=${D}/usr/share/opera \ + --plugindir=${D}/usr/share/opera/plugins || die + rm ${D}/usr/share/doc/${P}/help + dosym /usr/share/opera/help /usr/share/doc/${P}/help + dosed /usr/bin/opera +} + |