commit: 55549c98982f39e5f643af9a5753f37775a9a5e5 Author: molese <molese <AT> protonmail <DOT> com> AuthorDate: Wed Jul 21 08:06:16 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Jul 21 08:35:28 2021 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=55549c98
repositories: Add molese Closes: https://github.com/gentoo/api-gentoo-org/pull/411 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 1297c39..7fc9f02 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2589,6 +2589,18 @@ <source type="git">https://github.com/Xiami2012/moexiami-ovl-sync.git</source> <source type="git">git+ssh://[email protected]/Xiami2012/moexiami-ovl-sync.git</source> </repo> + <repo quality="experimental" status="unofficial"> + <name>molese</name> + <description lang="en">molese's Portage Overlay for Gentoo Linux providing ebuilds for various packages</description> + <homepage>https://github.com/m0lese/portage-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>molese</name> + </owner> + <source type="git">https://github.com/m0lese/portage-overlay.git</source> + <source type="git">git+ssh://[email protected]/m0lese/portage-overlay.git</source> + <feed>https://github.com/m0lese/portage-overlay/commits/prime.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>moltonel</name> <description lang="en">Vincent de Phily's private overlay</description>
