commit: 64baf326b351215021c6d26b149282014de7d33f Author: Andreas Thalhammer <andreas.thalhammer <AT> linux <DOT> com> AuthorDate: Mon Feb 15 07:06:36 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Feb 15 10:55:17 2021 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=64baf326
repositories: Add escpr2 Bug: https://bugs.gentoo.org/662364 Closes: https://github.com/gentoo/api-gentoo-org/pull/371 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 ec53230..0974ffd 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -5683,5 +5683,16 @@ <source type="git">ssh://[email protected]:~robertgzr/portage</source> <feed>https://git.sr.ht/~robertgzr/portage/log/rss.xml</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>escpr2</name> + <description lang="en">EPSON ESCPR2 inkjet printer repository</description> + <homepage>https://gitlab.com/at.gentoo.repo/epson-inkjet-printer-escpr2</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Andreas Thalhammer</name> + </owner> + <source type="git">https://gitlab.com/at.gentoo.repo/epson-inkjet-printer-escpr2.git</source> + <feed>https://gitlab.com/at.gentoo.repo/epson-inkjet-printer-escpr2/commits/master.atom</feed> + </repo> <!-- vim:se et sw=2 ts=2 sts=2 :--> </repositories>
