commit: 1e43b9acef60cfa9ccdce37e2228d11654f4f3d0 Author: Jesse Harris <zigford <AT> gmail <DOT> com> AuthorDate: Sat Sep 7 17:02:23 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Sep 7 12:45:53 2019 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=1e43b9ac
repositories: Add snapd repo from zigford Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> Closes: https://github.com/gentoo/api-gentoo-org/pull/216 files/overlays/repositories.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 182e417..9c9acf5 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4186,6 +4186,17 @@ <source type="git">https://github.com/trofi/slyfox-gentoo</source> <feed>https://github.com/trofi/slyfox-gentoo/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>snapd</name> + <description lang="en">ebuilds for canaonicals snapd</description> + <homepage>https://github.com/zigford/snapd</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Jesse Harris</name> + </owner> + <source type="git">https://github.com/zigford/snapd.git</source> + <feed>https://github.com/zigford/snapd/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>soft</name> <description>Soft's personal overlay for miscellaneous ebuilds</description>
