commit: 3f05ed62baa3928b8eb0113d5f781ad56484674a Author: Tom Gillespie <tgbugs <AT> gmail <DOT> com> AuthorDate: Tue Jul 24 02:51:16 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Jul 24 07:08:16 2018 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=3f05ed62
repositories: Add tgbugs-overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/150 files/overlays/repositories.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 7d97010..ce94fa7 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4802,6 +4802,19 @@ FIN </owner> <source type="git">https://github.com/Tux1c/tf201-overlay</source> </repo> + <repo quality="experimental" status="unofficial"> + <name>tgbugs-overlay</name> + <description>tgbugs portage overlay for custom ebuilds</description> + <homepage>https://github.com/tgbugs/tgbugs-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Tom Gillespie</name> + </owner> + <source type="git">https://github.com/tgbugs/tgbugs-overlay.git</source> + <source type="git">git://github.com/tgbugs/tgbugs-overlay.git</source> + <source type="git">[email protected]:tgbugs/tgbugs-overlay.git</source> + <feed>https://github.com/tgbugs/tgbugs-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>thabairne</name> <description lang="en">ntnn's Overlay</description>
