Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog toolchain.eclass
Date: Tue, 10 Feb 2015 00:34:13
Message-Id: 20150210003408.56577116B6@oystercatcher.gentoo.org
1 blueness 15/02/10 00:34:08
2
3 Modified: ChangeLog toolchain.eclass
4 Log:
5 Add my devspace to the gentoo_urls for toolchain.eclass
6
7 Revision Changes Path
8 1.1525 eclass/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1525&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1525&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1524&r2=1.1525
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
17 retrieving revision 1.1524
18 retrieving revision 1.1525
19 diff -u -r1.1524 -r1.1525
20 --- ChangeLog 9 Feb 2015 12:53:37 -0000 1.1524
21 +++ ChangeLog 10 Feb 2015 00:34:08 -0000 1.1525
22 @@ -1,6 +1,9 @@
23 # ChangeLog for eclass directory
24 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1524 2015/02/09 12:53:37 haubi Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1525 2015/02/10 00:34:08 blueness Exp $
27 +
28 + 10 Feb 2015; Anthony G. Basile <blueness@g.o> toolchain.eclass:
29 + Add my devspace to the gentoo_urls for toolchain.eclass
30
31 09 Feb 2015; Michael Haubenwallner <haubi@g.o>
32 +ELT-patches/aixrtl/2.0.0-fpic-c, +ELT-patches/aixrtl/2.0.0-fpic-cxx:
33
34
35
36 1.651 eclass/toolchain.eclass
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.651&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.651&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?r1=1.650&r2=1.651
41
42 Index: toolchain.eclass
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v
45 retrieving revision 1.650
46 retrieving revision 1.651
47 diff -u -r1.650 -r1.651
48 --- toolchain.eclass 9 Feb 2015 20:05:07 -0000 1.650
49 +++ toolchain.eclass 10 Feb 2015 00:34:08 -0000 1.651
50 @@ -1,6 +1,6 @@
51 # Copyright 1999-2015 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.650 2015/02/09 20:05:07 vapier Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.651 2015/02/10 00:34:08 blueness Exp $
55
56 # Maintainer: Toolchain Ninjas <toolchain@g.o>
57
58 @@ -242,7 +242,8 @@
59
60 gentoo_urls() {
61 local devspace="HTTP~vapier/dist/URI HTTP~rhill/dist/URI
62 - HTTP~halcy0n/patches/URI HTTP~zorry/patches/gcc/URI"
63 + HTTP~halcy0n/patches/URI HTTP~zorry/patches/gcc/URI
64 + HTTP~blueness/dist/URI"
65 devspace=${devspace//HTTP/http:\/\/dev.gentoo.org\/}
66 echo mirror://gentoo/$1 ${devspace//URI/$1}
67 }