commit: ec3cb4558089002377b877185848898fa4faa59b Author: Jochen Klein <qgp1024 <AT> gmail <DOT> com> AuthorDate: Thu Oct 4 10:24:37 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Oct 4 17:17:06 2018 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=ec3cb455
repositories: Add qgp overlay Signed-off-by: Jochen Klein <qgp1024 <AT> gmail.com> Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> Closes: https://github.com/gentoo/api-gentoo-org/pull/161 files/overlays/repositories.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 2ee7112..ff8dea2 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -3660,6 +3660,19 @@ <feed>https://cgit.gentoo.org/proj/kvm-tools.git/atom/</feed> <!-- <feed>https://cgit.gentoo.org/proj/kvm-tools.git/rss/</feed> --> </repo> + <repo quality="experimental" status="unofficial"> + <name>qgp</name> + <description lang="en">qgp overlay (mostly computing and HEP)</description> + <homepage>https://github.com/qgp/gentoo-qgp</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Jochen Klein</name> + </owner> + <source type="git">https://github.com/qgp/gentoo-qgp.git</source> + <source type="git">git://github.com/qgp/gentoo-qgp.git</source> + <source type="git">git+ssh://[email protected]:qgp/gentoo-qgp.git</source> + <feed>https://github.com/qgp/gentoo-qgp/commits/master.atom</feed> + </repo> <repo quality="experimental" status="official"> <name>qt</name> <description>Official testing overlay for Qt and related packages, provided
