commit: 9862934a1356ffe3b170fa0ef91507bce1632f0a Author: Rafael Lorandi <coolparadox <AT> gmail <DOT> com> AuthorDate: Thu Jan 16 05:26:50 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Jan 16 05:53:45 2020 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=9862934a
repositories: Add ethereum overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/243 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 3f658e9..c8bcfbf 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -1420,6 +1420,18 @@ <feed>https://cgit.gentoo.org/user/eroen.git/atom/</feed> <!-- <feed>https://cgit.gentoo.org/user/eroen.git/rss/</feed> --> </repo> + <repo quality="experimental" status="unofficial"> + <name>ethereum</name> + <description lang="en">The Ethereum blockchain-based distributed computing platform</description> + <homepage>https://github.com/coolparadox/ethereum-gentoo-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Rafael Lorandi</name> + </owner> + <source type="git">https://github.com/coolparadox/ethereum-gentoo-overlay.git</source> + <source type="git">[email protected]:coolparadox/ethereum-gentoo-overlay.git</source> + <feed>https://github.com/coolparadox/ethereum-gentoo-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>eugene-bright</name> <description lang="en">The personal overlay of Eugene Bright</description>
