Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] data/api:master commit in: files/overlays/
Date: Wed, 28 Jul 2021 17:36:23
Message-Id: 1627493747.140627ef301d2355934ea1e3812538252009844b.mgorny@gentoo
1 commit: 140627ef301d2355934ea1e3812538252009844b
2 Author: Francesco Palumbo <phranz <AT> subfc <DOT> net>
3 AuthorDate: Wed Jul 28 17:19:20 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 28 17:35:47 2021 +0000
6 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=140627ef
7
8 repositories: add cdlp
9
10 Closes: https://bugs.gentoo.org/804900
11 Closes: https://github.com/gentoo/api-gentoo-org/pull/412
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 files/overlays/repositories.xml | 10 ++++++++++
15 1 file changed, 10 insertions(+)
16
17 diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
18 index 7fc9f02..c90768c 100644
19 --- a/files/overlays/repositories.xml
20 +++ b/files/overlays/repositories.xml
21 @@ -749,6 +749,16 @@
22 <source type="git">git+ssh://git@××××××××.org/Case_Of/gentoo-overlay.git</source>
23 <feed>https://framagit.org/Case_Of/gentoo-overlay/commits/master?format=atom</feed>
24 </repo>
25 + <repo quality="experimental" status="unofficial">
26 + <name>cdlp</name>
27 + <description>Random/Custom ebuilds, no-(dbus,systemd,pam,polkit,elogind ...) stuff</description>
28 + <homepage>https://codeberg.org/phranz/cdlp</homepage>
29 + <owner type="person">
30 + <email>phranz@×××××.net</email>
31 + <name>Francesco Palumbo</name>
32 + </owner>
33 + <source type="git">https://codeberg.org/phranz/cdlp.git</source>
34 + </repo>
35 <repo quality="experimental" status="unofficial">
36 <name>ceamac</name>
37 <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>