commit: 1dff0efc34838a5d99b44a7d30868bbb5f4ced72 Author: Dallen Wilson <dwjwilson <AT> lavabit <DOT> com> AuthorDate: Wed Jan 23 17:36:23 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Feb 2 21:52:50 2019 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=1dff0efc
repositories: Add trolltoo overlay. Closes: https://github.com/gentoo/api-gentoo-org/pull/190 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 3d767b8..97187c2 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -4934,6 +4934,18 @@ </owner> <source type="git">https://github.com/fat0troll/trollerlay.git</source> </repo> + <repo quality="experimental" status="unofficial"> + <name>trolltoo</name> + <description lang="en">An ebuild overlay for Gentoo.</description> + <homepage>https://github.com/dallenwilson/trolltoo</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>Dallen Wilson</name> + </owner> + <source type="git">https://github.com/dallenwilson/trolltoo.git</source> + <source type="git">git+ssh://[email protected]/dallenwilson/trolltoo.git</source> + <feed>https://github.com/dallenwilson/trolltoo/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>tryton</name> <description>Tryton</description>
