[libgames-support] Remove everything



commit 4ee2576652f11f6563dd3060ce57dc8786d198e0
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Aug 15 21:16:01 2016 +0200

    Remove everything
    
    This repo is dead. Long live this repo.

 COPYING                                 |  674 -------------------------------
 COPYING.LESSER                          |  165 --------
 Makefile.am                             |   18 -
 NEWS                                    |   50 ---
 README                                  |    3 +-
 autogen.sh                              |   47 ---
 configure.ac                            |   53 ---
 games/Makefile.am                       |   49 ---
 games/config.vapi                       |    2 -
 games/gridframe.vala                    |  169 --------
 games/scores/category.vala              |   54 ---
 games/scores/context.vala               |  358 ----------------
 games/scores/dialog.vala                |  335 ---------------
 games/scores/directory-importer.vala    |   91 -----
 games/scores/history-file-importer.vala |   85 ----
 games/scores/importer.vala              |   89 ----
 games/scores/score.vala                 |   48 ---
 git.mk                                  |  350 ----------------
 libgames-support-1.0.pc.in              |   11 -
 libgames-support.doap                   |    4 +-
 po/LINGUAS                              |   34 --
 po/Makevars                             |   78 ----
 po/POTFILES.in                          |    1 -
 po/POTFILES.skip                        |    1 -
 po/bg.po                                |   69 ----
 po/ca.po                                |   71 ----
 po/cs.po                                |   92 -----
 po/da.po                                |   89 ----
 po/de.po                                |   90 ----
 po/el.po                                |   89 ----
 po/eo.po                                |   89 ----
 po/es.po                                |   92 -----
 po/eu.po                                |   89 ----
 po/fi.po                                |   90 ----
 po/fr.po                                |   88 ----
 po/fur.po                               |   89 ----
 po/gl.po                                |   88 ----
 po/he.po                                |   91 -----
 po/hu.po                                |   92 -----
 po/id.po                                |   88 ----
 po/it.po                                |   89 ----
 po/ko.po                                |   86 ----
 po/lt.po                                |   93 -----
 po/lv.po                                |   93 -----
 po/nb.po                                |   70 ----
 po/oc.po                                |   89 ----
 po/pl.po                                |   95 -----
 po/pt.po                                |   93 -----
 po/pt_BR.po                             |   90 ----
 po/ru.po                                |   92 -----
 po/sk.po                                |   92 -----
 po/sl.po                                |   99 -----
 po/sr.po                                |   95 -----
 po/sr latin po                          |   95 -----
 po/sv.po                                |   90 ----
 po/tr.po                                |   91 -----
 po/uk.po                                |   90 ----
 po/zh_TW.po                             |   71 ----
 style-checker                           |  198 ---------
 tests/Makefile.am                       |   26 --
 tests/test-scores.vala                  |  289 -------------
 61 files changed, 3 insertions(+), 6288 deletions(-)
---
diff --git a/README b/README
index 9f00431..f9cb18b 100644
--- a/README
+++ b/README
@@ -1,2 +1 @@
-libgames-support is a small library intended for internal use by GNOME Games,
-but it may be used by others.
+This repo has moved to https://git.gnome.org/browse/libgnome-games-support
diff --git a/libgames-support.doap b/libgames-support.doap
index a4f518f..7a34197 100644
--- a/libgames-support.doap
+++ b/libgames-support.doap
@@ -4,11 +4,11 @@
          xmlns:gnome="http://api.gnome.org/doap-extensions#";
          xmlns="http://usefulinc.com/ns/doap#";>
 
-  <name xml:lang="en">libgames-support</name>
+  <name xml:lang="en">libgnome-games-support</name>
   <shortdesc xml:lang="en">Code shared between GNOME games.</shortdesc>
   <description>A dumping ground for code that's useful to share between different GNOME games.</description>
   <homepage rdf:resource="https://wiki.gnome.org/Apps/Games"; />
-  <download-page rdf:resource="http://download.gnome.org/sources/libgames-support/"; />
+  <download-page rdf:resource="https://download.gnome.org/sources/libgnome-games-support/"; />
   <programming-language>Vala</programming-language>
 
   <maintainer>


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