summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-02-10 00:46:32 +0000
committerAnthony G. Basile <blueness@gentoo.org>2015-02-10 00:46:32 +0000
commit287646ba1e7c08fbb110f321c1cb92d32c693a56 (patch)
tree8068d535292b30fdccbc51277abcdece3aeb8d3f /eclass
parentAdd my devspace to the gentoo_urls for toolchain.eclass (diff)
downloadhistorical-287646ba1e7c08fbb110f321c1cb92d32c693a56.tar.gz
historical-287646ba1e7c08fbb110f321c1cb92d32c693a56.tar.bz2
historical-287646ba1e7c08fbb110f321c1cb92d32c693a56.zip
Remove halcy0n from the gentoo_urls for toolchain.eclass, per his instructions.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog6
-rw-r--r--eclass/toolchain.eclass5
2 files changed, 7 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index b55db246559e..a1473d1c0e9f 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for eclass directory
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1525 2015/02/10 00:34:08 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1526 2015/02/10 00:46:32 blueness Exp $
+
+ 10 Feb 2015; Anthony G. Basile <blueness@gentoo.org> toolchain.eclass:
+ Remove halcy0n from the gentoo_urls for toolchain.eclass, per his
+ instructions.
10 Feb 2015; Anthony G. Basile <blueness@gentoo.org> toolchain.eclass:
Add my devspace to the gentoo_urls for toolchain.eclass
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index bc3877637b9a..6b4aa4519937 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.651 2015/02/10 00:34:08 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.652 2015/02/10 00:46:32 blueness Exp $
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
@@ -242,8 +242,7 @@ S=$(
gentoo_urls() {
local devspace="HTTP~vapier/dist/URI HTTP~rhill/dist/URI
- HTTP~halcy0n/patches/URI HTTP~zorry/patches/gcc/URI
- HTTP~blueness/dist/URI"
+ HTTP~zorry/patches/gcc/URI HTTP~blueness/dist/URI"
devspace=${devspace//HTTP/http:\/\/dev.gentoo.org\/}
echo mirror://gentoo/$1 ${devspace//URI/$1}
}