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 1QMFBQ-0004S2-IK for garchives@archives.gentoo.org; Tue, 17 May 2011 07:59:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B6601C11F; Tue, 17 May 2011 07:59:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 05D471C11F for ; Tue, 17 May 2011 07:59:04 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73DBA1B4027 for ; Tue, 17 May 2011 07:59:04 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2279) id 104602004F; Tue, 17 May 2011 07:59:03 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: xorg-2.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: xorg-2.eclass X-VCS-Directories: eclass X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Message-Id: <20110517075903.104602004F@flycatcher.gentoo.org> Date: Tue, 17 May 2011 07:59:03 +0000 (UTC) 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: X-Archives-Hash: 52e035c429c345e96b639404ced825e6 mgorny 11/05/17 07:59:03 Modified: xorg-2.eclass Log: Add a http fallback URI for git. Revision Changes Path 1.45 eclass/xorg-2.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/xorg-2.ecla= ss?rev=3D1.45&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/xorg-2.ecla= ss?rev=3D1.45&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/xorg-2.ecla= ss?r1=3D1.44&r2=3D1.45 Index: xorg-2.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/xorg-2.eclass,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- xorg-2.eclass 14 May 2011 16:27:50 -0000 1.44 +++ xorg-2.eclass 17 May 2011 07:59:02 -0000 1.45 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.44 2011/05/1= 4 16:27:50 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.45 2011/05/1= 7 07:59:02 mgorny Exp $ # # @ECLASS: xorg-2.eclass # @MAINTAINER: @@ -90,7 +90,7 @@ : ${XORG_PACKAGE_NAME:=3D${PN}} =20 if [[ -n ${GIT_ECLASS} ]]; then - : ${EGIT_REPO_URI:=3D"git://anongit.freedesktop.org/git/xorg/${XORG_MOD= ULE}${XORG_PACKAGE_NAME}"} + : ${EGIT_REPO_URI:=3D"git://anongit.freedesktop.org/git/xorg/${XORG_MOD= ULE}${XORG_PACKAGE_NAME} http://anongit.freedesktop.org/git/xorg/${XORG_M= ODULE}${XORG_PACKAGE_NAME}"} elif [[ -n ${XORG_BASE_INDIVIDUAL_URI} ]]; then SRC_URI=3D"${XORG_BASE_INDIVIDUAL_URI}/${XORG_MODULE}${P}.tar.bz2" fi