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:46:37
Message-Id: 20150210004632.81B6D116B9@oystercatcher.gentoo.org
1 blueness 15/02/10 00:46:32
2
3 Modified: ChangeLog toolchain.eclass
4 Log:
5 Remove halcy0n from the gentoo_urls for toolchain.eclass, per his instructions.
6
7 Revision Changes Path
8 1.1526 eclass/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1526&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1526&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1525&r2=1.1526
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
17 retrieving revision 1.1525
18 retrieving revision 1.1526
19 diff -u -r1.1525 -r1.1526
20 --- ChangeLog 10 Feb 2015 00:34:08 -0000 1.1525
21 +++ ChangeLog 10 Feb 2015 00:46:32 -0000 1.1526
22 @@ -1,6 +1,10 @@
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.1525 2015/02/10 00:34:08 blueness Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1526 2015/02/10 00:46:32 blueness Exp $
27 +
28 + 10 Feb 2015; Anthony G. Basile <blueness@g.o> toolchain.eclass:
29 + Remove halcy0n from the gentoo_urls for toolchain.eclass, per his
30 + instructions.
31
32 10 Feb 2015; Anthony G. Basile <blueness@g.o> toolchain.eclass:
33 Add my devspace to the gentoo_urls for toolchain.eclass
34
35
36
37 1.652 eclass/toolchain.eclass
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.652&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.652&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?r1=1.651&r2=1.652
42
43 Index: toolchain.eclass
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v
46 retrieving revision 1.651
47 retrieving revision 1.652
48 diff -u -r1.651 -r1.652
49 --- toolchain.eclass 10 Feb 2015 00:34:08 -0000 1.651
50 +++ toolchain.eclass 10 Feb 2015 00:46:32 -0000 1.652
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2015 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.651 2015/02/10 00:34:08 blueness Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.652 2015/02/10 00:46:32 blueness Exp $
56
57 # Maintainer: Toolchain Ninjas <toolchain@g.o>
58
59 @@ -242,8 +242,7 @@
60
61 gentoo_urls() {
62 local devspace="HTTP~vapier/dist/URI HTTP~rhill/dist/URI
63 - HTTP~halcy0n/patches/URI HTTP~zorry/patches/gcc/URI
64 - HTTP~blueness/dist/URI"
65 + HTTP~zorry/patches/gcc/URI HTTP~blueness/dist/URI"
66 devspace=${devspace//HTTP/http:\/\/dev.gentoo.org\/}
67 echo mirror://gentoo/$1 ${devspace//URI/$1}
68 }