Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/api:master commit in: files/overlays/
Date: Tue, 24 Jun 2014 23:47:32
Message-Id: 1403653457.095b4f280dc89c74527f1774bf839b518c5495be.sping@gentoo
1 commit: 095b4f280dc89c74527f1774bf839b518c5495be
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 24 23:44:16 2014 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 24 23:44:17 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=095b4f28
7
8 Flip overlay "toolchain" to Git (bugs #513436, #513182)
9
10 $ svn log -r HEAD svn://overlays.gentoo.org/proj/toolchain/
11 ------------------------------------------------------------------------
12 r828 | vapier | 2014-06-15 04:15:45 +0200 (So, 15 Jun 2014) | 4 lines
13
14 all content has been migrated to git
15
16 http://git.overlays.gentoo.org/gitweb/?p=proj/toolchain.git
17
18 ------------------------------------------------------------------------
19
20 ---
21 files/overlays/repositories.xml | 9 ++++++---
22 1 file changed, 6 insertions(+), 3 deletions(-)
23
24 diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
25 index b055e16..cb1fbfe 100644
26 --- a/files/overlays/repositories.xml
27 +++ b/files/overlays/repositories.xml
28 @@ -5104,12 +5104,15 @@ FIN
29 <name>toolchain</name>
30 <description><![CDATA[Toolchain ebuilds that are unsuitable for the tree. Snapshots,
31 unstable versions, etc...]]></description>
32 - <homepage>http://overlays.gentoo.org/proj/toolchain/wiki</homepage>
33 + <homepage>http://git.overlays.gentoo.org/gitweb/?p=proj/toolchain.git;a=summary</homepage>
34 <owner type="project">
35 <email>toolchain@g.o</email>
36 </owner>
37 - <source type="svn">svn://overlays.gentoo.org/proj/toolchain</source>
38 - <feed>http://overlays.gentoo.org/proj/toolchain/timeline</feed>
39 + <source type="git">git://git.overlays.gentoo.org/proj/toolchain.git</source>
40 + <source type="git">https://git.overlays.gentoo.org/gitroot/proj/toolchain.git</source>
41 + <source type="git">git+ssh://git@×××××××××××××××××××.org/proj/toolchain.git</source>
42 + <feed>http://git.overlays.gentoo.org/gitweb/?p=proj/toolchain.git;a=atom</feed>
43 + <feed>http://git.overlays.gentoo.org/gitweb/?p=proj/toolchain.git;a=rss</feed>
44 </repo>
45 <repo quality="experimental" status="official">
46 <name>trapni</name>