commit: 7cfe6f7c4f5b3c0923f6f1e35dc5029a864a08ac Author: Petre Rodan <petre.rodan <AT> subdimension <DOT> ro> AuthorDate: Sun Jan 7 17:32:13 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 12 12:04:58 2024 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=7cfe6f7c
repositories: add peec Add peec overlay to repositories.xml "peec" stands for Peter`s Exquisite Ebuild Collection, aka the personal overlay of Petre Rodan. Signed-off-by: Petre Rodan <petre.rodan <AT> subdimension.ro> Closes: https://github.com/gentoo/api-gentoo-org/pull/644 Signed-off-by: Sam James <sam <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 97ebd8d..51679fb 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2998,6 +2998,18 @@ <source type="git">[email protected]:pdilung/gentoo-overlay.git</source> <feed>https://github.com/pdilung/gentoo-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>peec</name> + <description lang="en">Personal Gentoo overlay of Petre Rodan</description> + <homepage>https://github.com/rodan/overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Petre Rodan</name> + </owner> + <source type="git">https://github.com/rodan/overlay.git</source> + <source type="git">git+ssh://[email protected]/rodan/overlay.git</source> + <feed>https://github.com/rodan/overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="official"> <name>pentoo</name> <description>The overlay contains new or updated security tools.</description>
