commit: 140627ef301d2355934ea1e3812538252009844b Author: Francesco Palumbo <phranz <AT> subfc <DOT> net> AuthorDate: Wed Jul 28 17:19:20 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Jul 28 17:35:47 2021 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=140627ef
repositories: add cdlp Closes: https://bugs.gentoo.org/804900 Closes: https://github.com/gentoo/api-gentoo-org/pull/412 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> files/overlays/repositories.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 7fc9f02..c90768c 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -749,6 +749,16 @@ <source type="git">git+ssh://[email protected]/Case_Of/gentoo-overlay.git</source> <feed>https://framagit.org/Case_Of/gentoo-overlay/commits/master?format=atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>cdlp</name> + <description>Random/Custom ebuilds, no-(dbus,systemd,pam,polkit,elogind ...) stuff</description> + <homepage>https://codeberg.org/phranz/cdlp</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Francesco Palumbo</name> + </owner> + <source type="git">https://codeberg.org/phranz/cdlp.git</source> + </repo> <repo quality="experimental" status="unofficial"> <name>ceamac</name> <description lang="en">This is a small Gentoo overlay with ebuilds that I could not find elsewhere or that I had to modify for some reason.</description>
