commit: 8f46298381d270fae8baa301c56434c506443564 Author: seirra blake <github <AT> sarifria <DOT> x10 <DOT> bz> AuthorDate: Fri Aug 10 17:37:15 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Aug 10 18:37:47 2018 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=8f462983
repositories: Add prototype99 overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/154 files/overlays/repositories.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 5b2adae..afb7ac8 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -3728,6 +3728,18 @@ <source type="git">https://github.com/Pross/pross-overlay.git</source> <feed>https://github.com/Pross/pross-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>prototype99</name> + <description lang="en">assorted ebuilds designed to solve bugs, or bring new features</description> + <homepage>https://github.com/prototype99/prototype99</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Seirra Blake</name> + </owner> + <source type="git">https://github.com/prototype99/prototype99.git</source> + <source type="git">git+ssh://[email protected]/prototype99/prototype99.git</source> + <feed>https://github.com/prototype99/prototype99/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>psix-overlay</name> <description lang="en">zabuldon's personal overlay</description>
