commit: 94dde31df2722d1520dc95bd6ac1856a4e182290 Author: Huang Rui <vowstar <AT> gmail <DOT> com> AuthorDate: Wed Oct 23 11:44:41 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Oct 23 12:16:52 2019 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=94dde31d
repositories: Add vowstar overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/224 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> files/overlays/repositories.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index d1e8a9b..d496134 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4863,6 +4863,18 @@ <source type="git">git://github.com/nE0sIghT/vortex-overlay.git</source> <feed>https://github.com/nE0sIghT/vortex-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>vowstar</name> + <description lang="en">Ebuilds from vowstar's git</description> + <homepage>https://github.com/vowstar/vowstar-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + </owner> + <source type="git">https://github.com/vowstar/vowstar-overlay.git</source> + <source type="git">git://github.com/vowstar/vowstar-overlay.git</source> + <source type="git">[email protected]:vowstar/vowstar-overlay.git</source> + <feed>https://github.com/vowstar/vowstar-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="official"> <name>voyageur</name> <description>Voyageur's random ebuilds stuff</description>
