commit: 6b20cb43f7388d42605883eabd3e841377798232 Author: nic <nic <AT> boet <DOT> cc> AuthorDate: Sun Dec 16 20:36:32 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Dec 26 11:51:04 2018 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=6b20cb43
repositories: Add oubliette-overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/182 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 a3ec509..3fadae6 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -3364,6 +3364,18 @@ </owner> <source type="git">https://github.com/pavlix/gentoo-openwrt</source> </repo> + <repo quality="experimental" status="unofficial"> + <name>oubliette</name> + <description lang="en">personal overlay of forgotten ebuilds</description> + <homepage>https://github.com/nabbi/oubliette-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>nic</name> + </owner> + <source type="git">https://github.com/nabbi/oubliette-overlay.git</source> + <source type="git">git+ssh://[email protected]/nabbi/oubliette-overlay.git</source> + <feed>https://github.com/nabbi/oubliette-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>palemoon</name> <description lang="en">Unofficial Gentoo overlay for the Pale Moon (http://www.palemoon.org/) web browser.</description>
