commit: 96193a8f792d6a872c5ce46b4eaf8b45a39de116 Author: Luigi 'Comio' Mantellini <luigi.mantellini <AT> gmail <DOT> com> AuthorDate: Tue Oct 15 15:28:30 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Oct 15 15:35:18 2019 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=96193a8f
repositories: Add plex-overlay entry Closes: https://github.com/gentoo/api-gentoo-org/pull/223 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> files/overlays/repositories.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 1713a43..d1e8a9b 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -5247,5 +5247,16 @@ <source type="git">[email protected]:MalakymR/mkr-overlay.git</source> <feed>https://github.com/MalakymR/mkr-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>plex-overlay</name> + <description lang="en">Personal overlay of comio containing Plex related ebuilds</description> + <homepage>https://github.com/comio/plex-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Luigi Mantellini</name> + </owner> + <source type="git">https://github.com/comio/plex-overlay.git</source> + <feed>https://github.com/comio/plex-overlay/commits/master.atom</feed> + </repo> <!-- vim:se et sw=2 ts=2 sts=2 :--> </repositories>
