diff options
author | Damian Dudycz <damiandudycz@yahoo.com> | 2024-07-23 13:42:24 +0000 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-11-12 12:05:43 +0100 |
commit | 5cb6144e3760ff2169e69098b8108fc4e9749ba2 (patch) | |
tree | 5ba3a548b395d931a7bd211c45e00990843856e4 | |
parent | overlays: KBrown-pub: remove git.softwarelibre.mx feed (diff) | |
download | api-5cb6144e3760ff2169e69098b8108fc4e9749ba2.tar.gz api-5cb6144e3760ff2169e69098b8108fc4e9749ba2.tar.bz2 api-5cb6144e3760ff2169e69098b8108fc4e9749ba2.zip |
repositories: add ps3
Closes: https://github.com/gentoo/api-gentoo-org/pull/684
Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rw-r--r-- | files/overlays/repositories.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 7b8a671..f8f90e9 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -3421,6 +3421,18 @@ <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>damiandudycz@yahoo.com</email> + <name>Damian Dudycz</name> + </owner> + <source type="git">https://github.com/damiandudycz/ps3-gentoo-overlay.git</source> + <source type="git">git+ssh://git@github.com/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> <homepage>https://github.com/ZeroPointEnergy/gentoo-pyfa-overlay</homepage> |