Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] data/api:master commit in: files/overlays/
Date: Wed, 12 Feb 2020 18:32:58
Message-Id: 1581532368.ff955e51b258d32f348d41c137fa180c8ec3ac7e.mgorny@gentoo
1 commit: ff955e51b258d32f348d41c137fa180c8ec3ac7e
2 Author: Tiago Macedo <tftfmacedo <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 12 18:16:19 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 12 18:32:48 2020 +0000
6 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=ff955e51
7
8 repositories: add back the tmacedo overlay
9
10 Closes: https://github.com/gentoo/api-gentoo-org/pull/249
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 files/overlays/repositories.xml | 11 +++++++++++
14 1 file changed, 11 insertions(+)
15
16 diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
17 index e53cd22..15a50ca 100644
18 --- a/files/overlays/repositories.xml
19 +++ b/files/overlays/repositories.xml
20 @@ -4546,6 +4546,17 @@
21 <source type="git">git://github.com/timboudreau/gentoo.git</source>
22 <source type="git">git@××××××.com:timboudreau/gentoo.git</source>
23 <feed>https://github.com/timboudreau/gentoo/commits/master.atom</feed>
24 + </repo>
25 + <repo quality="experimental" status="unofficial">
26 + <name>tmacedo</name>
27 + <description>User Overlay</description>
28 + <homepage>https://github.com/tmacedo/portage</homepage>
29 + <owner type="person">
30 + <email>tftfmacedo@×××××.com</email>
31 + <name>Tiago Macedo</name>
32 + </owner>
33 + <source type="git">git://github.com/tmacedo/portage.git</source>
34 + <feed>https://github.com/tmacedo/portage/commits/master.atom</feed>
35 </repo>
36 <repo quality="experimental" status="unofficial">
37 <name>tocaro</name>