commit: c8d3fa0b716b2916e83c2661610e257b4d90b6f2 Author: Manea Marius <maneamarius <AT> gmail <DOT> com> AuthorDate: Wed Jan 17 04:16:13 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jan 19 21:38:04 2018 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=c8d3fa0b
repositories: Add gentoo-crypto Closes: https://github.com/gentoo/api-gentoo-org/pull/98 files/overlays/repositories.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index ad57db1..d459d94 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -1806,6 +1806,19 @@ FIN <feed>https://cgit.gentoo.org/repo/gentoo.git/atom/</feed> </repo> <repo quality="experimental" status="unofficial"> + <name>gentoo-crypto</name> + <description>Gentoo overlay for cryptocurrencies</description> + <homepage>https://github.com/gentoo-crypto/gentoo-crypto-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Marius Manea</name> + </owner> + <source type="git">https://github.com/gentoo-crypto/gentoo-crypto-overlay.git</source> + <source type="git">git://github.com/gentoo-crypto/gentoo-crypto-overlay.git</source> + <source type="git">[email protected]:gentoo-crypto/gentoo-crypto-overlay.git</source> + <feed>https://github.com/gentoo-crypto/gentoo-crypto-overlay/commits/master.atom</feed> + </repo> + <repo quality="experimental" status="unofficial"> <name>gentoo-gpu</name> <description lang="en">Bleeding-edge GPU support for Gentoo - OpenCL, GLVND, Vulkan</description> <homepage>https://github.com/sjnewbury/gentoo-gpu</homepage>
