diff options
author | Ben de Groot <yngwin@gentoo.org> | 2009-06-27 12:37:32 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2009-06-27 12:37:32 +0000 |
commit | ce98d7480e122813134419a47791eeb45397f8d6 (patch) | |
tree | 42042242308b5faf7d826a81cd3d61d8faca6eaa /eclass/qt4-build.eclass | |
parent | Stable for HPPA (bug #274808). (diff) | |
download | historical-ce98d7480e122813134419a47791eeb45397f8d6.tar.gz historical-ce98d7480e122813134419a47791eeb45397f8d6.tar.bz2 historical-ce98d7480e122813134419a47791eeb45397f8d6.zip |
Slight adjustment in SRC_URI for qtsoftware.com
Diffstat (limited to 'eclass/qt4-build.eclass')
-rw-r--r-- | eclass/qt4-build.eclass | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass index c16a90006c4d..9d4543e1a2dc 100644 --- a/eclass/qt4-build.eclass +++ b/eclass/qt4-build.eclass @@ -1,6 +1,6 @@ # Copyright 2007-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.38 2009/06/06 22:43:27 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.39 2009/06/27 12:37:32 yngwin Exp $ # @ECLASS: qt4-build.eclass # @MAINTAINER: @@ -58,7 +58,7 @@ MY_P=qt-x11-${SRCTYPE}-${MY_PV} S=${WORKDIR}/${MY_P} HOMEPAGE="http://www.qtsoftware.com/" -SRC_URI="http://download.qtsoftware.com/qt/source/${MY_P}.tar.bz2" +SRC_URI="http://get.qtsoftware.com/qt/source/${MY_P}.tar.bz2" case "${PV}" in 4.4.?) SRC_URI="${SRC_URI} mirror://gentoo/${MY_P}-headers.tar.bz2" ;; @@ -218,7 +218,7 @@ qt4-build_src_prepare() { -e "s:QMAKE_CXXFLAGS_RELEASE.*=.*:QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS}:" \ -e "s:QMAKE_LFLAGS_RELEASE.*=.*:QMAKE_LFLAGS_RELEASE=${LDFLAGS}:" \ -i "${S}"/mkspecs/common/g++.conf || die "sed ${S}/mkspecs/common/g++.conf failed" - + base_src_prepare } @@ -299,7 +299,7 @@ standard_configure_options() { -demosdir ${QTDEMOSDIR} -silent -fast $([[ ${PN} == qt-xmlpatterns ]] || echo -no-exceptions) -reduce-relocations -nomake examples -nomake demos" - + # Make eclass 4.5.{1,2} ready case "${MY_PV}" in 4.5.1 | 4.5.2) @@ -513,7 +513,7 @@ fix_library_files() { # @FUNCTION: qt_use # @USAGE: < flag > [ feature ] [ enableval ] -# @DESCRIPTION: +# @DESCRIPTION: # This will echo "${enableval}-${feature}" if <flag> is enabled, or # "-no-${feature} if the flag is disabled. If [feature] is not specified <flag> # will be used for that. If [enableval] is not specified, it omits the @@ -605,7 +605,7 @@ qt4-build_check_use() { # @FUNCTION: qt_mkspecs_dir # @RETURN: the specs-directory w/o path -# @DESCRIPTION: +# @DESCRIPTION: # Allows us to define which mkspecs dir we want to use. qt_mkspecs_dir() { # Allows us to define which mkspecs dir we want to use. |