commit:     a297252a08a248e5402e6c2337879840c09bb02a
Author:     Pavlos Ratis <dastergon <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 22 11:05:28 2014 +0000
Commit:     Pavlos Ratis <dastergon <AT> gentoo <DOT> org>
CommitDate: Sun Jun 22 11:05:28 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=a297252a

repositories.xml: add Github entry template

---
 files/overlays/repositories.xml | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 87f7408..4cd17f1 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -2,7 +2,8 @@
 <!DOCTYPE repositories SYSTEM "/dtd/repositories.dtd">
 <repositories xmlns="" version="1.0">
 <!--
-TEMPLATE TO COPY'N'PASTE UNOFFICIAL REPOSITORIES
+SYN
+* TEMPLATE TO COPY'N'PASTE UNOFFICIAL REPOSITORIES
   <repo quality="experimental" status="unofficial">
     <name>XXXXXX</name>
     <description lang="en">XXXXXX</description>
@@ -14,6 +15,21 @@ TEMPLATE TO COPY'N'PASTE UNOFFICIAL REPOSITORIES
     <source type="git">XXXXXX</source>
     <feed>XXXXXXXXX</feed>
   </repo>
+
+* GITHUB TEMPLATE
+  <repo quality="experimental" status="unofficial">
+    <name>XXXXX</name>
+    <description lang="en">XXXXXX</description>
+    <homepage>https://github.com/XXXX/xxxx</homepage>
+    <owner type="person">
+      <email>[email protected]</email>
+      <name>XXXXX</name>
+    </owner>
+    <source type="git">https://github.com/XXXX/xxxx.git</source>
+    <source type="git">git://github.com/XXXX/xxxx.git</source>
+    <source type="git">[email protected]:XXXX/xxxx.git</source>
+    <feed>https://github.com/XXXX/xxxx/commits/master.atom</feed>
+  </repo>
 FIN
 -->
   <repo quality="experimental" status="official">

Reply via email to