commit: 1b9a02ba9d5f38983453b4439ba997e10e60fc54 Author: Martin Wohlert <martin <AT> b-root-force <DOT> de> AuthorDate: Wed Apr 3 09:07:15 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Sun Apr 14 14:58:13 2024 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=1b9a02ba
repositories: add gentoofreak Closes: https://github.com/gentoo/api-gentoo-org/pull/661 Signed-off-by: Florian Schmaus <flow <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 e2f8938..bca1d6c 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -1674,6 +1674,18 @@ <source type="git">git+ssh://[email protected]/gentoobr/overlay.git</source> <feed>https://github.com/gentoobr/overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>gentoofreak</name> + <description lang="en">Overlay containing newer upstream versions of different packages</description> + <homepage>https://github.com/GeNTooFReaK/gentoo-repo</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Martin Wohlert</name> + </owner> + <source type="git">https://github.com/GeNTooFReaK/gentoo-repo.git</source> + <source type="git">git+ssh://[email protected]:GeNTooFReaK/gentoo-repo.git</source> + <feed>https://github.com/GeNTooFReaK/gentoo-repo/commits/main.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>gentooplusplus</name> <description lang="en">Personal overlay especially for lightweight software</description>
