commit: 082b1abf205d714e5743089b7b69801e188a398b Author: Matt Smith <matt <AT> offtopica <DOT> uk> AuthorDate: Sun Jun 7 12:53:35 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jun 7 15:30:48 2020 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=082b1abf
repositories: Add gentoo-monero overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/282 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> files/overlays/repositories.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 4b4d4ed..2ba6aea 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -3062,6 +3062,19 @@ </owner> <source type="git">git://github.com/vincentdephily/moltonel-ebuilds.git</source> </repo> + <repo quality="experimental" status="unofficial"> + <name>monero</name> + <description lang="en">Ebuilds for the Monero cryptocurrency and + related software.</description> + <homepage>https://github.com/gentoo-monero/gentoo-monero</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Matt Smith</name> + </owner> + <source type="git">https://github.com/gentoo-monero/gentoo-monero.git</source> + <source type="git">git+ssh://[email protected]/gentoo-monero/gentoo-monero.git</source> + <feed>https://github.com/gentoo-monero/gentoo-monero/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>mooyooma</name> <description lang="en">mooyooma's personal overlay</description>
