diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-02-21 12:09:42 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-02-21 12:09:42 +0000 |
commit | 9c2494e96d9f5b5e7679ce41286ad1adeb1be97b (patch) | |
tree | e97fccd75257b64aadd6dade93e650387856621f /net-www/opera | |
parent | backport 7.50_alpha changes to 7.23 (diff) | |
download | historical-9c2494e96d9f5b5e7679ce41286ad1adeb1be97b.tar.gz historical-9c2494e96d9f5b5e7679ce41286ad1adeb1be97b.tar.bz2 historical-9c2494e96d9f5b5e7679ce41286ad1adeb1be97b.zip |
small fix
Diffstat (limited to 'net-www/opera')
-rw-r--r-- | net-www/opera/Manifest | 2 | ||||
-rw-r--r-- | net-www/opera/opera-7.23-r1.ebuild | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net-www/opera/Manifest b/net-www/opera/Manifest index 6c1647162a59..bb8eb9f64f7e 100644 --- a/net-www/opera/Manifest +++ b/net-www/opera/Manifest @@ -1,7 +1,7 @@ MD5 5f73745f3ea4dea663aee6a41b11162d opera-6.12.ebuild 3335 MD5 cee0cd7a76e30f04178654b8c5b75b41 opera-7.50_alpha2.ebuild 2832 MD5 2d9f7ac96d8cbab740c9476e7f6dbfd9 opera-7.50_alpha1.ebuild 2331 -MD5 aea7bef7221dc7bc17ee27deee858d30 opera-7.23-r1.ebuild 3351 +MD5 9d74e5348d18f3fb4545df58fbf6d211 opera-7.23-r1.ebuild 3361 MD5 e6f999047cae80f596671ce356d82eb7 opera-7.11-r2.ebuild 3709 MD5 9217f9efbeded5bc30bf9ad49409c438 ChangeLog 8647 MD5 048fbbc6f1a7bd0cb848213e54854fc1 opera-7.23.ebuild 3202 diff --git a/net-www/opera/opera-7.23-r1.ebuild b/net-www/opera/opera-7.23-r1.ebuild index 918f2936943a..46bdbf8fafec 100644 --- a/net-www/opera/opera-7.23-r1.ebuild +++ b/net-www/opera/opera-7.23-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-7.23-r1.ebuild,v 1.1 2004/02/21 12:08:00 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/opera/opera-7.23-r1.ebuild,v 1.2 2004/02/21 12:09:42 lanius Exp $ -IUSE="static" +IUSE="static operanom2" OPERAVER="7.23-20031119" @@ -12,13 +12,13 @@ HOMEPAGE="http://www.opera.com/linux/" # that's an ugly workaround for the broken src_uri syntax if [ `use static` ]; then - SRC_URI="x86? ( ftp://ftp.opera.com/pub/opera/linux/723/final/en/i386/shared/${PN}-${OPERAVER}.5-shared-qt.i386-en.tar.bz2 ) - ppc? ( ftp://ftp.opera.com/pub/opera/linux/723/final/en/ppc/shared/gcc-2.95/${PN}-${OPERAVER}.2-shared-qt.ppc-en.tar.bz2 ) - sparc? ( ftp://ftp.opera.com/pub/opera/linux/723/final/en/sparc/shared/gcc-2.95/${PN}-${OPERAVER}.2-shared-qt.sparc-en.tar.bz2 )" -else SRC_URI="x86? ( ftp://ftp.opera.com/pub/opera/linux/723/final/en/i386/static/${PN}-${OPERAVER}.1-static-qt.i386-en.tar.bz2 ) ppc? ( ftp://ftp.opera.com/pub/opera/linux/723/final/en/ppc/static/${PN}-${OPERAVER}.1-static-qt.ppc-en.tar.bz2 ) sparc? ( ftp://ftp.opera.com/pub/opera/linux/723/final/en/sparc/static/${PN}-${OPERAVER}.1-static-qt.sparc-en.tar.bz2 )" +else + SRC_URI="x86? ( ftp://ftp.opera.com/pub/opera/linux/723/final/en/i386/shared/${PN}-${OPERAVER}.5-shared-qt.i386-en.tar.bz2 ) + ppc? ( ftp://ftp.opera.com/pub/opera/linux/723/final/en/ppc/shared/gcc-2.95/${PN}-${OPERAVER}.2-shared-qt.ppc-en.tar.bz2 ) + sparc? ( ftp://ftp.opera.com/pub/opera/linux/723/final/en/sparc/shared/gcc-2.95/${PN}-${OPERAVER}.2-shared-qt.sparc-en.tar.bz2 )" fi SLOT="0" |