commit: 9726eddb959cbd043abdd845848d2307962b9d9c Author: Andrius Štikonas <andrius <AT> stikonas <DOT> eu> AuthorDate: Sun Jan 17 23:26:31 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jan 18 08:06:51 2021 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=9726eddb
repositories: Add gentoo-bootstrap overlay. Closes: https://github.com/gentoo/api-gentoo-org/pull/357 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> files/overlays/repositories.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index aa29bcd..4153313 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -1890,6 +1890,17 @@ <source type="git">git+ssh://[email protected]/repo/gentoo.git</source> <feed>https://cgit.gentoo.org/repo/gentoo.git/atom/</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>gentoo-bootstrap</name> + <description lang="en">Overlay providing packages to bootstrap OpenJDK and Rust</description> + <homepage>https://gitlab.com/stikonas/gentoo-bootstrap</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Andrius Štikonas</name> + </owner> + <source type="git">https://gitlab.com/stikonas/gentoo-bootstrap.git</source> + <source type="git">git+ssh://[email protected]:stikonas/gentoo-bootstrap.git</source> + </repo> <repo quality="experimental" status="unofficial"> <name>gentoo-clang</name> <description lang="en">Gentoo overlay providing patches to build entire system with clang</description>
