Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 50857
Collapse All | Expand All

(-)opera-7.50_beta1.ebuild (-9 / +9 lines)
Lines 4-10 Link Here
4
4
5
IUSE="static"
5
IUSE="static"
6
6
7
OPERAVER="7.50-20040422"
7
OPERAVER="7.50-20040511"
8
8
9
S=${WORKDIR}/${A/.tar.bz2/}
9
S=${WORKDIR}/${A/.tar.bz2/}
10
10
Lines 12-25 Link Here
12
HOMEPAGE="http://www.opera.com/linux/"
12
HOMEPAGE="http://www.opera.com/linux/"
13
13
14
SRC_URI="
14
SRC_URI="
15
	x86? ( static? ( ftp://ftp.opera.com/pub/opera/linux/750/beta1/en/i386/static/${PN}-${OPERAVER}.1-static-qt.i386-en.tar.bz2 ) )
15
	x86? ( static? ( ftp://ftp.opera.com/pub/opera/linux/750/final/en/i386/static/${PN}-${OPERAVER}.1-static-qt.i386-en.tar.bz2 ) )
16
	x86? ( !static? ( ftp://ftp.opera.com/pub/opera/linux/750/beta1/en/i386/shared/${PN}-${OPERAVER}.5-shared-qt.i386-en.tar.bz2 ) )
16
	x86? ( !static? ( ftp://ftp.opera.com/pub/opera/linux/750/final/en/i386/shared/${PN}-${OPERAVER}.5-shared-qt.i386-en.tar.bz2 ) )
17
	amd64? ( static? ( ftp://ftp.opera.com/pub/opera/linux/750/beta1/en/i386/static/${PN}-${OPERAVER}.1-static-qt.i386-en.tar.bz2 ) )
17
	amd64? ( static? ( ftp://ftp.opera.com/pub/opera/linux/750/final/en/i386/static/${PN}-${OPERAVER}.1-static-qt.i386-en.tar.bz2 ) )
18
	amd64? ( !static? ( ftp://ftp.opera.com/pub/opera/linux/750/beta1/en/i386/shared/${PN}-${OPERAVER}.5-shared-qt.i386-en.tar.bz2 ) )
18
	amd64? ( !static? ( ftp://ftp.opera.com/pub/opera/linux/750/final/en/i386/shared/${PN}-${OPERAVER}.5-shared-qt.i386-en.tar.bz2 ) )
19
	ppc? ( static? ( ftp://ftp.opera.com/pub/opera/linux/750/beta1/en/ppc/static/${PN}-${OPERAVER}.1-static-qt.ppc-en.tar.bz2 ) )
19
	ppc? ( static? ( ftp://ftp.opera.com/pub/opera/linux/750/final/en/ppc/static/${PN}-${OPERAVER}.1-static-qt.ppc-en.tar.bz2 ) )
20
	ppc? ( !static? ( ftp://ftp.opera.com/pub/opera/linux/750/beta1/en/ppc/shared/gcc-2.95/${PN}-${OPERAVER}.2-shared-qt.ppc-en.tar.bz2 ) )
20
	ppc? ( !static? ( ftp://ftp.opera.com/pub/opera/linux/750/final/en/ppc/shared/gcc-2.95/${PN}-${OPERAVER}.2-shared-qt.ppc-en.tar.bz2 ) )
21
	sparc? ( static?  ( ftp://ftp.opera.com/pub/opera/linux/750/beta1/en/sparc/static/${PN}-${OPERAVER}.1-static-qt.sparc-en.tar.bz2 ) )
21
	sparc? ( static?  ( ftp://ftp.opera.com/pub/opera/linux/750/final/en/sparc/static/${PN}-${OPERAVER}.1-static-qt.sparc-en.tar.bz2 ) )
22
	sparc? ( !static? ( ftp://ftp.opera.com/pub/opera/linux/750/beta1/en/sparc/shared/gcc-2.95/${PN}-${OPERAVER}.2-shared-qt.sparc-en.tar.bz2 ) )"
22
	sparc? ( !static? ( ftp://ftp.opera.com/pub/opera/linux/750/final/en/sparc/shared/gcc-2.95/${PN}-${OPERAVER}.2-shared-qt.sparc-en.tar.bz2 ) )"
23
23
24
# Dependencies may be augmented later (see below).
24
# Dependencies may be augmented later (see below).
25
DEPEND=""
25
DEPEND=""

Return to bug 50857