From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6805D1381F3 for ; Mon, 14 Oct 2013 17:24:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F4018E0B27; Mon, 14 Oct 2013 17:24:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D5B4E0B27 for ; Mon, 14 Oct 2013 17:24:39 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7325D33EFD2 for ; Mon, 14 Oct 2013 17:24:38 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2307) id 983062004C; Mon, 14 Oct 2013 17:24:36 +0000 (UTC) From: "Davide Pesavento (pesa)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pesa@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog qt4-build.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog qt4-build.eclass X-VCS-Directories: eclass X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131014172436.983062004C@flycatcher.gentoo.org> Date: Mon, 14 Oct 2013 17:24:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 121e6b4f-cddb-4588-8909-b72349de30eb X-Archives-Hash: bc9591d77877bf32aad1743d2e88ce13 pesa 13/10/14 17:24:36 Modified: ChangeLog qt4-build.eclass Log: Switch to git-r3.eclass Revision Changes Path 1.1023 eclass/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1023&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1023&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1022&r2=1.1023 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v retrieving revision 1.1022 retrieving revision 1.1023 diff -u -r1.1022 -r1.1023 --- ChangeLog 14 Oct 2013 13:32:33 -0000 1.1022 +++ ChangeLog 14 Oct 2013 17:24:36 -0000 1.1023 @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1022 2013/10/14 13:32:33 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1023 2013/10/14 17:24:36 pesa Exp $ + + 14 Oct 2013; Davide Pesavento qt4-build.eclass: + Switch to git-r3.eclass 14 Oct 2013; Michał Górny git-r3.eclass: Add missing "die" calls as reported by Nikoli. 1.151 eclass/qt4-build.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build.eclass?rev=1.151&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build.eclass?rev=1.151&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build.eclass?r1=1.150&r2=1.151 Index: qt4-build.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v retrieving revision 1.150 retrieving revision 1.151 diff -u -r1.150 -r1.151 --- qt4-build.eclass 13 Aug 2013 10:17:54 -0000 1.150 +++ qt4-build.eclass 14 Oct 2013 17:24:36 -0000 1.151 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.150 2013/08/13 10:17:54 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.151 2013/10/14 17:24:36 pesa Exp $ # @ECLASS: qt4-build.eclass # @MAINTAINER: @@ -18,7 +18,7 @@ if [[ ${PV} == *9999* ]]; then QT4_BUILD_TYPE="live" - inherit git-2 + inherit git-r3 else QT4_BUILD_TYPE="release" fi @@ -31,8 +31,10 @@ case ${QT4_BUILD_TYPE} in live) - EGIT_REPO_URI="git://gitorious.org/qt/qt.git - https://git.gitorious.org/qt/qt.git" + EGIT_REPO_URI=( + "git://gitorious.org/qt/qt.git" + "https://git.gitorious.org/qt/qt.git" + ) EGIT_BRANCH=${PV%.9999} ;; release) @@ -120,7 +122,7 @@ case ${QT4_BUILD_TYPE} in live) - git-2_src_unpack + git-r3_src_unpack ;; release) local tarball="${MY_P}.tar.gz" target= targets=