commit: ec6a146c18eedfd462196fe9cf94d2574512ea15 Author: Andreas Zuber <zuber <AT> puzzle <DOT> ch> AuthorDate: Tue May 14 07:04:02 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue May 14 13:08:45 2019 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=ec6a146c
repositories: add pyfa Closes: https://github.com/gentoo/api-gentoo-org/pull/203 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 7daa66a..11c3c4e 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -3725,6 +3725,18 @@ <source type="git">git+ssh://[email protected]/prototype99/prototype99.git</source> <feed>https://github.com/prototype99/prototype99/commits/master.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> + <owner type="person"> + <email>[email protected]</email> + <name>Andreas Zuber</name> + </owner> + <source type="git">https://github.com/ZeroPointEnergy/gentoo-pyfa-overlay.git</source> + <source type="git">git+ssh://[email protected]/ZeroPointEnergy/gentoo-pyfa-overlay.git</source> + <feed>https://github.com/ZeroPointEnergy/gentoo-pyfa-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="official"> <name>python</name> <description lang="en">Python project repository</description>
