[Lunar-commits] <moonbase> nil-cvs: removed from moonbase
Duncan Gibson
engelsman at lunar-linux.org
Mon Jul 6 20:46:52 CEST 2009
commit c3faf9a874bb47264280e853087880bf7936cf5f
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date: Mon Jul 6 20:46:52 2009 +0200
nil-cvs: removed from moonbase
source url/repo has been unavailable for 2+ years (see BugReport 247)
---
zbeta/nil-cvs/BUILD | 16 ----------------
zbeta/nil-cvs/DEPENDS | 3 ---
zbeta/nil-cvs/DETAILS | 13 -------------
zbeta/nil-cvs/nil | 5 -----
4 files changed, 0 insertions(+), 37 deletions(-)
diff --git a/zbeta/nil-cvs/BUILD b/zbeta/nil-cvs/BUILD
deleted file mode 100644
index 124e618..0000000
--- a/zbeta/nil-cvs/BUILD
+++ /dev/null
@@ -1,16 +0,0 @@
-(
-
- # Tidy up CVS entries
- cp -a data/ data-clean/ &&
- find data-clean/ -depth -type d -name CVS -exec rm -rf '{}' \; &&
-
- make &&
- prepare_install &&
-
- mkdir -p /usr/share/games/nil &&
- mkdir -p /usr/share/games/nil/bin &&
- cp -a data-clean/ /usr/share/games/nil/data/ &&
- install --mode=0755 src/nil /usr/share/games/nil/bin/ &&
- install --mode=0755 $SCRIPT_DIRECTORY/nil /usr/games/
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/nil-cvs/DEPENDS b/zbeta/nil-cvs/DEPENDS
deleted file mode 100644
index dc8fc01..0000000
--- a/zbeta/nil-cvs/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends SDL_mixer
-depends SDL_ttf
-depends SDL_image
diff --git a/zbeta/nil-cvs/DETAILS b/zbeta/nil-cvs/DETAILS
deleted file mode 100644
index 1853fd2..0000000
--- a/zbeta/nil-cvs/DETAILS
+++ /dev/null
@@ -1,13 +0,0 @@
- MODULE=nil-cvs
- VERSION=beta
- SOURCE=$MODULE-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/nil
-SOURCE_URL=cvs://:pserver:anonymous@cvs.sourceforge.net:/cvsroot/nil:nil
- WEB_SITE=http://nil.sourceforge.net/
- ENTERED=20040501
- UPDATED=$(date -u +%Y%m%d)
- SHORT="NiL isn't Liero - Realtime worms-like game"
-cat << EOF
-NiL is a multiplayer worm game a little like quake, except it's 2d and a little
-like worms except it's realtime.
-EOF
diff --git a/zbeta/nil-cvs/nil b/zbeta/nil-cvs/nil
deleted file mode 100755
index de68b10..0000000
--- a/zbeta/nil-cvs/nil
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-#
-
-cd /usr/share/games/nil/bin
-./nil $*
More information about the Lunar-commits
mailing list