1
0
mirror of https://github.com/bsedin/gentoo-repo.git synced 2024-09-20 20:30:28 +00:00

Add repositories.xml

This commit is contained in:
Sergey 2018-02-15 14:24:31 +03:00
parent 5879f04519
commit 2a3ea49b5a

15
repositories.xml Normal file
View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE repositories SYSTEM "/dtd/repositories.dtd">
<repositories xmlns="" version="1.0">
<repo quality="experimental" status="unofficial">
<name><![CDATA[kressh-overlay]]></name>
<description lang="en"><![CDATA[kressh Overlay]]></description>
<homepage>http://github.com/kressh/overlay</homepage>
<owner type="person">
<email>kr3ssh@gmail.com</email>
<name><![CDATA[Sergey Besedin]]></name>
</owner>
<source type="git">git://github.com/kressh/overlay.git</source>
<feed>http://github.com/kressh/overlay/commits/master.atom</feed>
</repo>
</repositories>