commit: 8870914c263565b335a8515fb549c7e858f63515 Author: bekcpear <i <AT> bitbili <DOT> net> AuthorDate: Wed Dec 30 10:02:56 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Dec 30 11:03:16 2020 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=8870914c
repositories: Add ryans Closes: https://github.com/gentoo/api-gentoo-org/pull/351 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 ea3c9de..34bbbe0 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4124,6 +4124,18 @@ <source type="git">[email protected]:gentoo/gentoo-rust.git</source> <feed>https://github.com/gentoo/gentoo-rust/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>ryans</name> + <description lang="en">Personal ebuild repository.</description> + <homepage>https://github.com/bekcpear/ryans-repos</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Ryan Qian</name> + </owner> + <source type="git">https://github.com/bekcpear/ryans-repos.git</source> + <source type="git">[email protected]:bekcpear/ryans-repos.git</source> + <feed>https://github.com/bekcpear/ryans-repos/commits/main.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>sabayon</name> <description>Sabayon ebuilds that could be upstreamed to
