commit: bea33d72c74dd7d8942be83965666f7fb53b7a0b Author: Anton <anton <AT> picapica <DOT> im> AuthorDate: Sat Aug 7 15:31:51 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Aug 7 16:11:39 2021 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=bea33d72
repositories: Add rnp overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/418 Signed-off-by: Michał Górny <mgorny <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 6daacb9..4f36844 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -3453,6 +3453,18 @@ <source type="git">[email protected]:pkulev/riru.git</source> <feed>https://github.com/pkulev/riru/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>rnp</name> + <description lang="en">High performance C++ OpenPGP library, fully compliant to RFC 4880</description> + <homepage>https://www.rnpgp.org/</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Anton Sviridenko</name> + </owner> + <source type="git">https://github.com/rnpgp/gentoo-rnp.git</source> + <source type="git">git+ssh://[email protected]/rnpgp/gentoo-rnp.git</source> + <feed>https://github.com/rnpgp/gentoo-rnp/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>robert7k</name> <description lang="en">personal overlay of robert7k</description>
