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

(-)qt-3.1.2.ebuild (-4 / +14 lines)
Lines 6-14 Link Here
6
6
7
IUSE="cups nas postgres opengl mysql odbc gif"
7
IUSE="cups nas postgres opengl mysql odbc gif"
8
8
9
S=${WORKDIR}/qt-x11-free-${PV}
10
11
DESCRIPTION="QT version ${PV}"
12
SLOT="3"
9
SLOT="3"
13
LICENSE="QPL-1.0"
10
LICENSE="QPL-1.0"
14
11
Lines 16-22 Link Here
16
KEYWORDS="~x86 ~ppc ~sparc" # alpha removed temporarily as I wasn't sure about the special
13
KEYWORDS="~x86 ~ppc ~sparc" # alpha removed temporarily as I wasn't sure about the special
17
# alpha stuff in src_unpack
14
# alpha stuff in src_unpack
18
15
19
SRC_URI="ftp://ftp.trolltech.com/qt/source/qt-x11-free-${PV}.tar.bz2"
16
# This script assumes the license has been installed into ~/.qt-license
17
18
if [ -n "$QT_COMMERCIAL" ] ; then
19
	SRC_URI="ftp://${QT_COMMERCIAL_USER}:${QT_COMMERCIAL_PASS}@dist.trolltech.com/qt/3.1/qt-x11-commercial-${PV}.tar.gz"
20
	DESCRIPTION="Qt-x11-commercial version ${PV}"
21
	S=${WORKDIR}/qt-x11-commercial-${PV}
22
else
23
	SRC_URI="ftp://ftp.trolltech.com/qt/source/qt-x11-free-${PV}.tar.bz2"
24
	DESCRIPTION="Qt-x11-free version ${PV}"
25
	S=${WORKDIR}/qt-x11-free-${PV}
26
fi
20
27
21
HOMEPAGE="http://www.trolltech.com/"
28
HOMEPAGE="http://www.trolltech.com/"
22
29
Lines 51-56 Link Here
51
	unpack ${A}
58
	unpack ${A}
52
59
53
	cd ${S}
60
	cd ${S}
61
	if [ -n "$QT_COMMERCIAL" ] ; then
62
  	   einfo 'Attempting Qt-x11 commercial build'
63
	fi
54
	
64
	
55
	epatch ${FILESDIR}/designer.diff
65
	epatch ${FILESDIR}/designer.diff
56
	
66
	

Return to bug 18218