commit: 997efeab7ef84055e48123356ce06b31cd882d11 Author: Esteban López Rodríguez <gnu_stallman <AT> protonmail <DOT> ch> AuthorDate: Sat Aug 8 15:15:21 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Aug 9 11:17:43 2020 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=997efeab
repositories: Add elopez-r-overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/294 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 fcae6d8..493acff 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -1430,6 +1430,18 @@ <source type="git">git://github.com/pimvullers/elementary.git</source> <feed>https://github.com/pimvullers/elementary/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>elopez-r-overlay</name> + <description>My Gentoo overlay for Ebuilds</description> + <homepage>https://gitlab.com/libre_hackerman/elopez-r-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Esteban López Rodríguez</name> + </owner> + <source type="git">https://gitlab.com/libre_hackerman/elopez-r-overlay.git</source> + <source type="git">git+ssh://[email protected]:libre_hackerman/elopez-r-overlay.git</source> + <feed>https://gitlab.com/libre_hackerman/elopez-r-overlay/-/commits/master.atom</feed> + </repo> <repo quality="experimental" status="official"> <name>emacs</name> <description>Provide Emacs and XEmacs related ebuilds which are
