Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/api:master commit in: files/overlays/
Date: Sat, 31 Jan 2015 22:22:29
Message-Id: 1422742934.7ed846ecbab05c02f3a0b3940146f6b36739bfbd.mgorny@gentoo
1 commit: 7ed846ecbab05c02f3a0b3940146f6b36739bfbd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 31 22:22:14 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 31 22:22:14 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=7ed846ec
7
8 Add soft overlay
9
10 ---
11 files/overlays/repositories.xml | 10 ++++++++++
12 1 file changed, 10 insertions(+)
13
14 diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
15 index c3ad2f1..d8eb746 100644
16 --- a/files/overlays/repositories.xml
17 +++ b/files/overlays/repositories.xml
18 @@ -4979,6 +4979,16 @@ FIN
19 <source type="git">https://github.com/soehest/gentoo.git</source>
20 </repo>
21 <repo quality="experimental" status="unofficial">
22 + <name>soft</name>
23 + <description>Soft's personal overlay for miscellaneous ebuilds</description>
24 + <homepage>https://bitbucket.org/Soft/overlay</homepage>
25 + <owner type="person">
26 + <email>samuel.lauren@×××.fi</email>
27 + <name>Samuel Laurén</name>
28 + </owner>
29 + <source type="mercurial">https://bitbucket.org/Soft/overlay</source>
30 + </repo>
31 + <repo quality="experimental" status="unofficial">
32 <name>soor-overlay</name>
33 <description><![CDATA[Gentoo ebuild overlay with misc stuff that I find
34 interesting.]]></description>