Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: toolchain.eclass
Date: Sun, 27 Jun 2010 03:54:43
Message-Id: 20100627035436.D3B842CF88@corvid.gentoo.org
1 dirtyepic 10/06/27 03:54:36
2
3 Modified: toolchain.eclass
4 Log:
5 Add my distdir.
6
7 Revision Changes Path
8 1.431 eclass/toolchain.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.431&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.431&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?r1=1.430&r2=1.431
13
14 Index: toolchain.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v
17 retrieving revision 1.430
18 retrieving revision 1.431
19 diff -u -r1.430 -r1.431
20 --- toolchain.eclass 20 Jun 2010 05:04:01 -0000 1.430
21 +++ toolchain.eclass 27 Jun 2010 03:54:36 -0000 1.431
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2008 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.430 2010/06/20 05:04:01 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.431 2010/06/27 03:54:36 dirtyepic Exp $
27 #
28 # Maintainer: Toolchain Ninjas <toolchain@g.o>
29
30 @@ -290,7 +290,7 @@
31 #
32 gentoo_urls() {
33 local devspace="HTTP~lv/GCC/URI HTTP~eradicator/gcc/URI HTTP~vapier/dist/URI
34 - HTTP~halcy0n/patches/URI HTTP~zorry/patches/gcc/URI"
35 + HTTP~halcy0n/patches/URI HTTP~zorry/patches/gcc/URI HTTP~dirtyepic/dist/URI"
36 devspace=${devspace//HTTP/http:\/\/dev.gentoo.org\/}
37 echo mirror://gentoo/$1 ${devspace//URI/$1}
38 }