[Lunar-commits] <moonbase> Nexuiz-Maps: rename to nexuiz-maps
Paul Bredbury
brebs at lunar-linux.org
Tue Oct 6 00:10:14 CEST 2009
commit 8f09df4a0dca7bf7bd0234411de7387be5daa282
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Tue Oct 6 05:10:14 2009 +0700
Nexuiz-Maps: rename to nexuiz-maps
To work with the renaming of Nexuiz to nexuiz.
Move from zbeta to games category.
---
games/nexuiz-maps/BUILD | 6 ++++++
games/nexuiz-maps/DEPENDS | 2 ++
games/nexuiz-maps/DETAILS | 17 +++++++++++++++++
games/nexuiz-maps/PRE_BUILD | 5 +++++
zbeta/Nexuiz-Maps/BUILD | 5 -----
zbeta/Nexuiz-Maps/DEPENDS | 2 --
zbeta/Nexuiz-Maps/DETAILS | 18 ------------------
zbeta/Nexuiz-Maps/PRE_BUILD | 5 -----
8 files changed, 30 insertions(+), 30 deletions(-)
diff --git a/games/nexuiz-maps/BUILD b/games/nexuiz-maps/BUILD
new file mode 100644
index 0000000..1ac27c3
--- /dev/null
+++ b/games/nexuiz-maps/BUILD
@@ -0,0 +1,6 @@
+(
+
+ prepare_install &&
+ cp -r * /usr/share/games/nexuiz/
+
+) > $C_FIFO 2>&1
diff --git a/games/nexuiz-maps/DEPENDS b/games/nexuiz-maps/DEPENDS
new file mode 100644
index 0000000..3cc8b64
--- /dev/null
+++ b/games/nexuiz-maps/DEPENDS
@@ -0,0 +1,2 @@
+depends nexuiz
+
diff --git a/games/nexuiz-maps/DETAILS b/games/nexuiz-maps/DETAILS
new file mode 100644
index 0000000..47966ab
--- /dev/null
+++ b/games/nexuiz-maps/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=nexuiz-maps
+ VERSION=r2
+ SOURCE=nexmappack_$VERSION.zip
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+ SOURCE_URL=$SFORGE_URL/nexuiz
+ SOURCE_VFY=sha1:9d6780822bd682346e74b83e72fafbad45b1ad38
+ WEB_SITE=http://nexuiz.com/
+ ENTERED=20050603
+ UPDATED=20091003
+ SHORT="a map pack for Nexuiz"
+
+cat << EOF
+This is a community map pack compiled by Strahlemann. It includes 35
+maps, and a campaign mode for the user to fight through. The map pack
+includes Quake3 communtiy maps, Nexuiz community maps, and some new
+maps from Nexuiz developers. Credit is given for all of the authors.
+EOF
diff --git a/games/nexuiz-maps/PRE_BUILD b/games/nexuiz-maps/PRE_BUILD
new file mode 100644
index 0000000..6051aa0
--- /dev/null
+++ b/games/nexuiz-maps/PRE_BUILD
@@ -0,0 +1,5 @@
+validate_source_dir $SOURCE_DIRECTORY &&
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY &&
+unpack $SOURCE
+
diff --git a/zbeta/Nexuiz-Maps/BUILD b/zbeta/Nexuiz-Maps/BUILD
deleted file mode 100644
index 020f531..0000000
--- a/zbeta/Nexuiz-Maps/BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-(
- prepare_install
- cp -r * /usr/share/games/Nexuiz/
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/Nexuiz-Maps/DEPENDS b/zbeta/Nexuiz-Maps/DEPENDS
deleted file mode 100644
index 2413865..0000000
--- a/zbeta/Nexuiz-Maps/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends Nexuiz
-
diff --git a/zbeta/Nexuiz-Maps/DETAILS b/zbeta/Nexuiz-Maps/DETAILS
deleted file mode 100644
index c825b60..0000000
--- a/zbeta/Nexuiz-Maps/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
- MODULE=Nexuiz-Maps
- VERSION=r2
- SOURCE=nexmappack_$VERSION.zip
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
- SOURCE_URL=$SFORGE_URL/nexuiz
- SOURCE_VFY=sha1:9d6780822bd682346e74b83e72fafbad45b1ad38
- WEB_SITE=http://nexuiz.com
- ENTERED=20050603
- UPDATED=20070530
- SHORT="a mappack for Nexuiz"
-
-cat << EOF
-This is a community map pack compiled by Strahlemann. It includes 35
-maps, and a campaign mode for the user to fight through. The map pack
-includes Quake3 communtiy maps, Nexuiz community maps, and some new
-maps from Nexuiz developers. Credit is given for all of the authors.
-To install it just unzip the file into your main Nexuiz directory.
-EOF
diff --git a/zbeta/Nexuiz-Maps/PRE_BUILD b/zbeta/Nexuiz-Maps/PRE_BUILD
deleted file mode 100644
index 6051aa0..0000000
--- a/zbeta/Nexuiz-Maps/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-validate_source_dir $SOURCE_DIRECTORY &&
-mk_source_dir $SOURCE_DIRECTORY &&
-cd $SOURCE_DIRECTORY &&
-unpack $SOURCE
-
More information about the Lunar-commits
mailing list