From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MKX9y-0005g8-St for garchives@archives.gentoo.org; Sat, 27 Jun 2009 12:37:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 548CCE0522; Sat, 27 Jun 2009 12:37:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2E1B9E0522 for ; Sat, 27 Jun 2009 12:37:34 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 117A2662C0 for ; Sat, 27 Jun 2009 12:37:33 +0000 (UTC) Received: from yngwin by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MKX9w-0003vm-OT for gentoo-commits@lists.gentoo.org; Sat, 27 Jun 2009 12:37:32 +0000 From: "Ben de Groot (yngwin)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, yngwin@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: qt4-build.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: qt4-build.eclass X-VCS-Directories: eclass X-VCS-Committer: yngwin X-VCS-Committer-Name: Ben de Groot Content-Type: text/plain; charset=utf8 Message-Id: Sender: Ben de Groot Date: Sat, 27 Jun 2009 12:37:32 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: e8418481-a2ed-4eed-8a8c-abc021dba982 X-Archives-Hash: 075b64f35b987503562824d1a7c08179 yngwin 09/06/27 12:37:32 Modified: qt4-build.eclass Log: Slight adjustment in SRC_URI for qtsoftware.com Revision Changes Path 1.39 eclass/qt4-build.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.e= class?rev=3D1.39&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.e= class?rev=3D1.39&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.e= class?r1=3D1.38&r2=3D1.39 Index: qt4-build.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- qt4-build.eclass 6 Jun 2009 22:43:27 -0000 1.38 +++ qt4-build.eclass 27 Jun 2009 12:37:32 -0000 1.39 @@ -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/0= 6/06 22:43:27 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.39 2009/0= 6/27 12:37:32 yngwin Exp $ =20 # @ECLASS: qt4-build.eclass # @MAINTAINER: @@ -58,7 +58,7 @@ S=3D${WORKDIR}/${MY_P} =20 HOMEPAGE=3D"http://www.qtsoftware.com/" -SRC_URI=3D"http://download.qtsoftware.com/qt/source/${MY_P}.tar.bz2" +SRC_URI=3D"http://get.qtsoftware.com/qt/source/${MY_P}.tar.bz2" =20 case "${PV}" in 4.4.?) SRC_URI=3D"${SRC_URI} mirror://gentoo/${MY_P}-headers.tar.bz2" ;= ; @@ -218,7 +218,7 @@ -e "s:QMAKE_CXXFLAGS_RELEASE.*=3D.*:QMAKE_CXXFLAGS_RELEASE=3D${CXXFLAG= S}:" \ -e "s:QMAKE_LFLAGS_RELEASE.*=3D.*:QMAKE_LFLAGS_RELEASE=3D${LDFLAGS}:" = \ -i "${S}"/mkspecs/common/g++.conf || die "sed ${S}/mkspecs/common/g++.= conf failed" -=09 + base_src_prepare } =20 @@ -299,7 +299,7 @@ -demosdir ${QTDEMOSDIR} -silent -fast $([[ ${PN} =3D=3D qt-xmlpatterns ]] || echo -no-exceptions) -reduce-relocations -nomake examples -nomake demos" -=09 + # Make eclass 4.5.{1,2} ready case "${MY_PV}" in 4.5.1 | 4.5.2) @@ -513,7 +513,7 @@ =20 # @FUNCTION: qt_use # @USAGE: < flag > [ feature ] [ enableval ] -# @DESCRIPTION:=09 +# @DESCRIPTION: # This will echo "${enableval}-${feature}" if is enabled, or # "-no-${feature} if the flag is disabled. If [feature] is not specified= # will be used for that. If [enableval] is not specified, it omits the @@ -605,7 +605,7 @@ =20 # @FUNCTION: qt_mkspecs_dir # @RETURN: the specs-directory w/o path -# @DESCRIPTION:=09 +# @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.