1 | # Copyright 1999-2014 Gentoo Foundation |
1 | # Copyright 1999-2015 Gentoo Foundation |
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: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.157 2014/11/17 01:31:41 pesa Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.158 2015/01/18 01:49:43 pesa Exp $ |
4 | |
4 | |
5 | # @ECLASS: qt4-build.eclass |
5 | # @ECLASS: qt4-build.eclass |
6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
7 | # Qt herd <qt@gentoo.org> |
7 | # Qt herd <qt@gentoo.org> |
8 | # @BLURB: Eclass for Qt4 split ebuilds. |
8 | # @BLURB: Eclass for Qt4 split ebuilds. |
… | |
… | |
31 | inherit git-r3 |
31 | inherit git-r3 |
32 | ;; |
32 | ;; |
33 | *) |
33 | *) |
34 | QT4_BUILD_TYPE="release" |
34 | QT4_BUILD_TYPE="release" |
35 | MY_P=qt-everywhere-opensource-src-${PV/_/-} |
35 | MY_P=qt-everywhere-opensource-src-${PV/_/-} |
36 | SRC_URI="http://download.qt-project.org/archive/qt/${PV%.*}/${PV}/${MY_P}.tar.gz" |
36 | SRC_URI="http://download.qt.io/archive/qt/${PV%.*}/${PV}/${MY_P}.tar.gz" |
37 | S=${WORKDIR}/${MY_P} |
37 | S=${WORKDIR}/${MY_P} |
38 | ;; |
38 | ;; |
39 | esac |
39 | esac |
40 | |
40 | |
41 | IUSE="aqua debug pch" |
41 | IUSE="aqua debug pch" |