summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-02-17 18:23:30 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-02-17 18:23:30 +0000
commit4fd35b231f30e068ba1030a8df32eb60a10dd06f (patch)
tree034f6c12e5d219d307c35645e47ce70bd80c65b4 /games-action/descent1-maps
parentMarking 0.9.13 stable on x86. (diff)
downloadhistorical-4fd35b231f30e068ba1030a8df32eb60a10dd06f.tar.gz
historical-4fd35b231f30e068ba1030a8df32eb60a10dd06f.tar.bz2
historical-4fd35b231f30e068ba1030a8df32eb60a10dd06f.zip
moved from games-fps (bug #41779)
Diffstat (limited to 'games-action/descent1-maps')
-rw-r--r--games-action/descent1-maps/ChangeLog10
-rw-r--r--games-action/descent1-maps/Manifest4
-rw-r--r--games-action/descent1-maps/descent1-maps-1.0.ebuild38
-rw-r--r--games-action/descent1-maps/files/digest-descent1-maps-1.01
-rw-r--r--games-action/descent1-maps/metadata.xml12
5 files changed, 65 insertions, 0 deletions
diff --git a/games-action/descent1-maps/ChangeLog b/games-action/descent1-maps/ChangeLog
new file mode 100644
index 000000000000..51e998287cc1
--- /dev/null
+++ b/games-action/descent1-maps/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for games-fps/descent1-maps
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/descent1-maps/ChangeLog,v 1.1 2004/02/17 18:23:30 mr_bones_ Exp $
+
+*descent1-maps-1.0 (19 Jan 2004)
+
+ 19 Jan 2004; Jeremy Maitin-Shepard <jbms@gentoo.org>
+ descent1-maps-1.0.ebuild, metadata.xml:
+ Initial import.
+
diff --git a/games-action/descent1-maps/Manifest b/games-action/descent1-maps/Manifest
new file mode 100644
index 000000000000..d42fe469853e
--- /dev/null
+++ b/games-action/descent1-maps/Manifest
@@ -0,0 +1,4 @@
+MD5 24145b3df7614b838bc45a7035f66225 descent1-maps-1.0.ebuild 740
+MD5 a0e73e5d78daf465cf2d6fe7882128d1 ChangeLog 376
+MD5 9ff97a899ab69f912a5e08972642e35f metadata.xml 364
+MD5 9f31e00c2eaa7bc81aee308cafd24a70 files/digest-descent1-maps-1.0 69
diff --git a/games-action/descent1-maps/descent1-maps-1.0.ebuild b/games-action/descent1-maps/descent1-maps-1.0.ebuild
new file mode 100644
index 000000000000..b5284633619e
--- /dev/null
+++ b/games-action/descent1-maps/descent1-maps-1.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/descent1-maps/descent1-maps-1.0.ebuild,v 1.1 2004/02/17 18:23:30 mr_bones_ Exp $
+
+inherit games
+
+DESCRIPTION="Descent 1 third-party multiplayer maps"
+HOMEPAGE="http://d1x.warpcore.org"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="x86"
+DEPEND="games-action/d1x"
+
+S="${WORKDIR}/${P}"
+
+src_install () {
+
+ local dir="${GAMES_DATADIR}/d1x"
+ cd "${S}" || die
+
+ # Install map data
+
+ dodir "${dir}"
+
+ insinto "${dir}"
+ for x in *.rdl *.msn; do
+ doins "${x}" || die
+ done
+
+ # Install documentation
+ for x in *.txt; do
+ dodoc "${x}" || die
+ done
+
+ prepgamesdirs
+}
diff --git a/games-action/descent1-maps/files/digest-descent1-maps-1.0 b/games-action/descent1-maps/files/digest-descent1-maps-1.0
new file mode 100644
index 000000000000..f1ff1239bcb9
--- /dev/null
+++ b/games-action/descent1-maps/files/digest-descent1-maps-1.0
@@ -0,0 +1 @@
+MD5 b2b884b683e99d25def1e04ee3c4e43d descent1-maps-1.0.tar.bz2 22811
diff --git a/games-action/descent1-maps/metadata.xml b/games-action/descent1-maps/metadata.xml
new file mode 100644
index 000000000000..93805bcd0524
--- /dev/null
+++ b/games-action/descent1-maps/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>jbms@gentoo.org</email>
+ <name>Jeremy Maitin-Shepard</name>
+</maintainer>
+<longdescription>
+This package includes two popular multiplayer maps, Minerva and NYSA.
+</longdescription>
+</pkgmetadata>