commit: 7c950c403417354e35792bf833c078db9cb96635 Author: Samuel Holland <samuel <AT> sholland <DOT> org> AuthorDate: Wed Nov 11 04:06:43 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Nov 11 08:40:20 2020 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=7c950c40
repositories: Add smaeul overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/332 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 6275aee..259e97e 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4422,6 +4422,18 @@ <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>smaeul</name> + <description lang="en">Personal overlay, mainly packages patched for musl compatibility</description> + <homepage>https://github.com/smaeul/portage-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Samuel Holland</name> + </owner> + <source type="git">https://github.com/smaeul/portage-overlay.git</source> + <source type="git">git+ssh://[email protected]/smaeul/portage-overlay.git</source> + <feed>https://github.com/smaeul/portage-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>snapd</name> <description lang="en">ebuilds for canaonicals snapd</description>
