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

(-)old/opera-7.50-r1.ebuild (-7 / +9 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /home/cvsroot/gentoo-x86/net-www/opera/opera-7.50-r1.ebuild,v 1.2 2004/05/25 02:16:46 weeve Exp $
3
# $Header: /home/cvsroot/gentoo-x86/net-www/opera/opera-7.50-r1.ebuild,v 1.2 2004/05/25 02:16:46 weeve Exp $
4
4
5
IUSE="static"
5
IUSE="static spell"
6
6
7
OPERAVER="7.50-20040511"
7
OPERAVER="7.50-20040511"
8
8
Lines 34-40 Link Here
34
	!static? (
34
	!static? (
35
		amd64? ( =app-emulation/emul-linux-x86-qtlibs-1* )
35
		amd64? ( =app-emulation/emul-linux-x86-qtlibs-1* )
36
		!amd64? ( =x11-libs/qt-3* ) )
36
		!amd64? ( =x11-libs/qt-3* ) )
37
	app-text/aspell"
37
	spell? ( app-text/aspell )"
38
38
39
SLOT="0"
39
SLOT="0"
40
LICENSE="OPERA"
40
LICENSE="OPERA"
Lines 92-103 Link Here
92
	echo "Plugin Path=/opt/opera/lib/opera/plugins" >> ${D}/etc/opera6rc
92
	echo "Plugin Path=/opt/opera/lib/opera/plugins" >> ${D}/etc/opera6rc
93
93
94
	# enable spellcheck
94
	# enable spellcheck
95
	if [ `use static` ]; then
95
	if [ `use spell` ]; then
96
		DIR=$OPERAVER.1
96
		if [ `use static` ]; then
97
	else
97
			DIR=$OPERAVER.1
98
		use sparc && DIR=$OPERAVER.2 || DIR=$OPERAVER.5
98
		else
99
			use sparc && DIR=$OPERAVER.2 || DIR=$OPERAVER.5
100
		fi
101
		echo "Spell Check Engine=/opt/opera/lib/opera/${DIR}/spellcheck.so" >> ${D}/opt/opera/share/opera/ini/spellcheck.ini
99
	fi
102
	fi
100
	echo "Spell Check Engine=/opt/opera/lib/opera/${DIR}/spellcheck.so" >> ${D}/opt/opera/share/opera/ini/spellcheck.ini
101
103
102
}
104
}
103
105

Return to bug 51183