commit: b3179de86ea383d082b41d3a747d90a75568689f Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> AuthorDate: Tue Oct 25 20:14:46 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Mon Feb 27 13:25:31 2023 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=b3179de8
repositories: Add hep-forge Closes: https://github.com/gentoo/api-gentoo-org/pull/553 Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de> 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 3f50922..33144fe 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -1900,6 +1900,18 @@ <source type="git">git+ssh://[email protected]/gentoo-haskell/gentoo-haskell.git</source> <feed>https://github.com/gentoo-haskell/gentoo-haskell/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>hep-forge</name> + <description lang="en">Inofficial HEPForge ebuilds</description> + <homepage>https://gitlab.com/APN-Pucky/gentoo-hep-forge</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Alexander Puck Neuwirth</name> + </owner> + <source type="git">https://gitlab.com/APN-Pucky/gentoo-hep-forge.git</source> + <source type="git">git+ssh://[email protected]/APN-Pucky/gentoo-hep-forge.git</source> + <feed>https://gitlab.com/APN-Pucky/gentoo-hep-forge/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>hering-overlay</name> <description lang="en">Richard Hering's gentoo overlay</description>
