Author: roam-guest Date: 2010-09-05 10:33:59 +0000 (Sun, 05 Sep 2010) New Revision: 11364
Modified: mrconfig/.mrconfig Log: Try a bit harder to keep the .mrconfig file sorted alphabetically. Modified: mrconfig/.mrconfig =================================================================== --- mrconfig/.mrconfig 2010-09-04 17:05:23 UTC (rev 11363) +++ mrconfig/.mrconfig 2010-09-05 10:33:59 UTC (rev 11364) @@ -31,6 +31,9 @@ [crystalspace] checkout = git clone git://git.debian.org/git/pkg-games/crystalspace.git +[cytadela] +checkout = git clone git://git.debian.org/git/pkg-games/cytadela.git + [deutex] checkout = git clone git://git.debian.org/git/pkg-games/deutex.git @@ -64,6 +67,9 @@ [gargoyle-free] checkout = git clone git://git.debian.org/git/pkg-games/gargoyle-free.git +[gnelib] +checkout = git clone git://git.debian.org/git/pkg-games/gnelib.git + [gnurobbo] checkout = git clone git://git.debian.org/git/pkg-games/gnurobbo.git @@ -73,6 +79,12 @@ [gtkatlantic] checkout = git clone git://git.debian.org/git/pkg-games/gtkatlantic.git +[gweled] +checkout = git clone git://git.debian.org/git/pkg-games/gweled.git + +[hawknl] +checkout = git clone git://git.debian.org/git/pkg-games/hawknl.git + [ioquake3] checkout = git clone git://git.debian.org/git/pkg-games/ioquake3.git @@ -88,6 +100,9 @@ [libsfml] checkout = git clone git://git.debian.org/git/pkg-games/libsfml.git +[libxcurses] +checkout = git clone git://git.debian.org/git/pkg-games/libxcurses.git + [mednafen] checkout = git clone git://git.debian.org/git/pkg-games/mednafen.git @@ -118,6 +133,12 @@ [prboom] checkout = git clone git://git.debian.org/git/pkg-games/prboom.git +[pysolfc] +checkout = git clone git://git.debian.org/git/pkg-games/pysolfc.git + +[pysolfc-cardsets] +checkout = git clone git://git.debian.org/git/pkg-games/pysolfc-cardsets.git + [quake3] checkout = git clone git://git.debian.org/git/pkg-games/quake3.git @@ -142,6 +163,9 @@ [warsow] checkout = git clone git://git.debian.org/git/pkg-games/warsow.git +[wesnoth] +checkout = git clone git://git.debian.org/git/pkg-games/wesnoth.git + [wormux] checkout = git clone git://git.debian.org/git/pkg-games/wormux.git @@ -151,39 +175,15 @@ [xgalaga] checkout = git clone git://git.debian.org/git/pkg-games/xgalaga.git +[xmris] +checkout = git clone git://git.debian.org/git/pkg-games/xmris.git + [xteddy] checkout = git clone git://git.debian.org/git/pkg-games/xteddy.git [xwelltris] checkout = git clone git://git.debian.org/git/pkg-games/xwelltris.git -[xmris] -checkout = git clone git://git.debian.org/git/pkg-games/xmris.git - -[hawknl] -checkout = git clone git://git.debian.org/git/pkg-games/hawknl.git - -[gnelib] -checkout = git clone git://git.debian.org/git/pkg-games/gnelib.git - -[gweled] -checkout = git clone git://git.debian.org/git/pkg-games/gweled.git - -[wesnoth] -checkout = git clone git://git.debian.org/git/pkg-games/wesnoth.git - # Commented out because we may not want this by default. #[non-free] #checkout = svn co svn+ssh://svn.debian.org/svn/pkg-games/non-free/packages/trunk non-free - -[cytadela] -checkout = git clone git://git.debian.org/git/pkg-games/cytadela.git - -[pysolfc] -checkout = git clone git://git.debian.org/git/pkg-games/pysolfc.git - -[pysolfc-cardsets] -checkout = git clone git://git.debian.org/git/pkg-games/pysolfc-cardsets.git - -[libxcurses] -checkout = git clone git://git.debian.org/git/pkg-games/libxcurses.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

