[opengl-glib] Add DOAP file, don't link to SVN.



commit 305ec84b69c6f926230722093fcf93851fb8013f
Author: Tim Horton <hortont svn gnome org>
Date:   Tue Jun 2 20:40:57 2009 -0400

    Add DOAP file, don't link to SVN.
---
 README           |    2 --
 opengl-glib.doap |   25 +++++++++++++++++++++++++
 2 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/README b/README
index 86e199b..5489f68 100644
--- a/README
+++ b/README
@@ -2,8 +2,6 @@
 
 Introspection data and annotations for OpenGL and GLUT.
 
-SVN: svn://svn.gnome.org/svn/opengl-glib
-
 Dependencies (Ubuntu package name):
    * gobject-introspection (gobject-introspection)
    * gir-repository (gobject-introspection-repository)
diff --git a/opengl-glib.doap b/opengl-glib.doap
new file mode 100644
index 0000000..40adb55
--- /dev/null
+++ b/opengl-glib.doap
@@ -0,0 +1,25 @@
+<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#";
+         xmlns:foaf="http://xmlns.com/foaf/0.1/";
+         xmlns:gnome="http://api.gnome.org/doap-extensions#";
+         xmlns="http://usefulinc.com/ns/doap#";>
+
+  <name xml:lang="en">opengl-glib</name>
+  <shortdesc xml:lang="en">Introspection data for OpenGL.</shortdesc>
+  <homepage rdf:resource="http://live.gnome.org/Seed"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Robert Carr</foaf:name>
+      <foaf:mbox rdf:resource="mailto:racarr svn gnome org" />
+      <gnome:userid>racarr</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Tim Horton</foaf:name>
+      <foaf:mbox rdf:resource="mailto:hortont svn gnome org" />
+      <gnome:userid>hortont</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]