commit: 5cb6144e3760ff2169e69098b8108fc4e9749ba2 Author: Damian Dudycz <damiandudycz <AT> yahoo <DOT> com> AuthorDate: Tue Jul 23 13:42:24 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Tue Nov 12 11:05:43 2024 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=5cb6144e
repositories: add ps3 Closes: https://github.com/gentoo/api-gentoo-org/pull/684 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 7b8a671a..f8f90e94 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -3420,6 +3420,18 @@ <source type="git">git+ssh://[email protected]/Pross/pross-overlay.git</source> <feed>https://github.com/Pross/pross-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>ps3</name> + <description lang="en">Ebuilds for Gentoo on the PlayStation 3.</description> + <homepage>https://github.com/damiandudycz/ps3</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Damian Dudycz</name> + </owner> + <source type="git">https://github.com/damiandudycz/ps3-gentoo-overlay.git</source> + <source type="git">git+ssh://[email protected]/damiandudycz/ps3-gentoo-overlay.git</source> + <feed>https://github.com/damiandudycz/ps3-gentoo-overlay/commits/main.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>pyfa</name> <description lang="en">Newest versions of Pyfa (Python fitting assistant for EVE Online)</description>
