commit: f43cbdcf101d277b9595c50478ec901a0aea765e Author: Alexander "Ace" Olofsson <ace <AT> haxalot <DOT> com> AuthorDate: Wed Feb 1 20:01:06 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Feb 1 21:05:55 2017 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=f43cbdcf
repositories: Add ace overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/34 files/overlays/repositories.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index acd715b..10a2ebd 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -108,6 +108,19 @@ FIN <source type="git">git://github.com/faust/portage.git</source> </repo> <repo quality="experimental" status="unofficial"> + <name>ace</name> + <description lang="en">Personal overlay with ebuilds that were missing at one point or another</description> + <homepage>https://github.com/ace13/overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Alexander Olofsson</name> + </owner> + <source type="git">https://github.com/ace13/overlay.git</source> + <source type="git">git://github.com/ace13/overlay.git</source> + <source type="git">[email protected]:ace13/overlay.git</source> + <feed>https://github.com/ace13/overlay/commits/master.atom</feed> + </repo> + <repo quality="experimental" status="unofficial"> <name>activehome</name> <description lang="en"><![CDATA[Gentoo overlay for ebuilds related to 'hand-made' Active Home construction]]></description> <description lang="ru"><![CDATA[Оверлей для ebuild'ов связанных созданием самодельного умного дома]]></description>
