aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Parmer <maxp@trystero.is>2016-03-20 17:01:18 -0700
committerMax Parmer <maxp@trystero.is>2016-03-20 17:01:18 -0700
commit2b23a59318d6d4571d99ac06522964f3742b31b9 (patch)
treef315d12d9e1e08dc4c18a11c55303e044cd077f9
parent2854d4c8e883482095ca84cbc5b05219e3c9a597 (diff)
downloadprofanity-2b23a59318d6d4571d99ac06522964f3742b31b9.tar.gz
profanity-2b23a59318d6d4571d99ac06522964f3742b31b9.tar.xz
Moves to repository.xml
-rw-r--r--Documentation/layman.xml10
-rw-r--r--repository.xml15
2 files changed, 15 insertions, 10 deletions
diff --git a/Documentation/layman.xml b/Documentation/layman.xml
deleted file mode 100644
index 085f2b4..0000000
--- a/Documentation/layman.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<layman>
- <overlay type="git" src="https://github.com/maxrp/profanity-overlay.git" contact="https://github.com/maxrp" status="unofficial" name="profanity-overlay">
- <link>
- https://github.com/maxrp/profanity-overlay
- </link>
- <description>
- A Portage overlay for Profanity (https://profanity.im) and libstrophe (http://strophe.im/libstrophe/).
- </description>
- </overlay>
-</layman>
diff --git a/repository.xml b/repository.xml
new file mode 100644
index 0000000..9ce139d
--- /dev/null
+++ b/repository.xml
@@ -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>profanity-overlay</name>
+ <description lang="en">A Portage overlay for Profanity and libstrophe.</description>
+ <homepage>https://github.com/maxrp/profanity-overlay</homepage>
+ <owner>
+ <email>maxp@trystero.is</email>
+ <name>Max R.D. Parmer</name>
+ </owner>
+ <source type="git">https://github.com/maxrp/profanity-overlay.git</source>
+ <feed>https://github.com/maxrp/profanity-overlay/commits/master.atom</feed>
+ </repo>
+</repositories>