commit: f69343bcc2e247f3f553b5a35929d017d24ba132 Author: r7l <30982145+r7l <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Tue May 9 11:58:31 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Tue Jun 13 09:53:04 2023 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=f69343bc
repositories.xml: Add php-overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/601 Signed-off-by: Florian Schmaus <flow <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 e8535e2..226830c 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2972,6 +2972,18 @@ <source type="git">git+ssh://[email protected]/pholthau/pholthaus-overlay.git</source> <feed>https://github.com/pholthau/pholthaus-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>php-overlay</name> + <description lang="en">Unofficial PHP Overlay for Gentoo Linux</description> + <homepage>https://github.com/gentoo-php-overlay/php-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>php-overlay</name> + </owner> + <source type="git">https://github.com/gentoo-php-overlay/php-overlay.git</source> + <source type="git">git+ssh://[email protected]/gentoo-php-overlay/php-overlay.git</source> + <feed>https://github.com/gentoo-php-overlay/php-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>pica-pica</name> <description lang="en">Pica Pica ebuilds</description>
