commit: a411aac2b3f49c382f8d089e10d67eb852277e9d Author: 0xd34df00d <0xd34df00d <AT> gmail <DOT> com> AuthorDate: Sat Oct 3 19:45:37 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Oct 3 20:55:42 2020 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=a411aac2
repositories: Add leechcraft overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/301 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 3751817..802b716 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2639,6 +2639,18 @@ <source type="git">https://github.com/laurentb/gentoo-overlay.git</source> <feed>https://github.com/feeds/laurentb/commits/gentoo-overlay/master</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>leechcraft</name> + <description>Overlay with LeechCraft ebuilds</description> + <homepage>https://github.com/0xd34df00d/leechcraft-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Georg Rudoy</name> + </owner> + <source type="git">https://github.com/0xd34df00d/leechcraft-overlay.git</source> + <source type="git">git://github.com/0xd34df00d/leechcraft-overlay.git</source> + <feed>https://github.com/0xd34df00d/leechcraft-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="official"> <name>leio</name> <description>Mart Raudsepp developer overlay</description>
