commit: 8374b86bdc7b938d4b470c3a6fa10cb8cb6c309f Author: James SETKEH Griffis <setkeh <AT> gmail <DOT> com> AuthorDate: Thu May 14 22:43:48 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri May 15 07:09:21 2020 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=8374b86b
repositories: Add setkeh-overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/278 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 897500f..b0fbcd1 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4213,6 +4213,18 @@ <source type="git">git://github.com/vonavi/seeds.git</source> <feed>ttps://github.com/vonavi/seeds/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>setkeh</name> + <description lang="en">setkeh maintained ebuilds</description> + <homepage>https://github.com/setkeh/Portage-Overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>James (setkeh) Griffis</name> + </owner> + <source type="git">https://github.com/setkeh/Portage-Overlay.git</source> + <source type="git">git+ssh://[email protected]:setkeh/Portage-Overlay.git</source> + <feed>https://github.com/setkeh/Portage-Overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>sevcsik</name> <description lang="en">Mainly cryptocurrency/blockchain related ebuilds</description>
