summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2016-01-29 10:55:20 -0500
committerMichael Sterrett <mr_bones_@gentoo.org>2016-01-29 10:56:14 -0500
commita19182dcf3551517130ac1043a3de5a725bc0088 (patch)
tree895134523d8048dc21f57f900f560a4abb47e89c /games-strategy
parentprofiles: games-simulation/fgrun is gone (diff)
downloadgentoo-a19182dcf3551517130ac1043a3de5a725bc0088.tar.gz
gentoo-a19182dcf3551517130ac1043a3de5a725bc0088.tar.bz2
gentoo-a19182dcf3551517130ac1043a3de5a725bc0088.zip
games-strategy/xbattle: games-strategy/xbattle is gone
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/xbattle/Manifest1
-rw-r--r--games-strategy/xbattle/metadata.xml30
-rw-r--r--games-strategy/xbattle/xbattle-5.4.1.ebuild56
3 files changed, 0 insertions, 87 deletions
diff --git a/games-strategy/xbattle/Manifest b/games-strategy/xbattle/Manifest
deleted file mode 100644
index 85e394a57099..000000000000
--- a/games-strategy/xbattle/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xbattle-5.4.1.tar.gz 128982 SHA256 9de38df361c87d0fdc65e13cf2fa3bb28dc22a8d04cc94f2f08e6cd9457ee180 SHA512 2cb04e4aa84e5ce34ab28493ac0521f23ef0cede490cb19e8bde3593070afe5d3666cf1edaed68a9edf94769ce9b3756cfea6025baff4a9c73f073024bd243c6 WHIRLPOOL a28b1b43faa75297933e88dff1db5b0e5d5547642af07a6013554212b6136e8854260f29f1313164f25fb574f6d16680dbb4b52231ae99fc35cad40c3f64f191
diff --git a/games-strategy/xbattle/metadata.xml b/games-strategy/xbattle/metadata.xml
deleted file mode 100644
index 287233f1698d..000000000000
--- a/games-strategy/xbattle/metadata.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
-<email>mr_bones_@gentoo.org</email>
-<name>Michael Sterrett</name>
-</maintainer>
-<maintainer type="project">
-<email>games@gentoo.org</email>
-<name>Gentoo Games Project</name>
-</maintainer>
-<longdescription>
-From the HOMEPAGE:
-XBattle is a concurrent multi-player arcade/strategy game that captures
-the dynamics of a wide range of military situations through numerous
-options. The game board is a matrix of game cells which can be occupied
-by troops of various colors, with troop strength indicated by the size of
-colored markers within a cell. Troops are commanded by clicking the mouse
-near the edge of an occupied cell in the direction that movement is to take
-place. XBattle is concurrent, so that commands are given continuously by
-all players without waiting for turns. A command will be acknowledged by
-the appearance of a command vector, and thereafter, in each update cycle,
-a certain proportion of the troops will move from the source cell to the
-destination cell. In this way, troops can be slowly redistributed via
-supply lines which steadily deliver troops to their endpoints. Troops
-of different colors engage in battle whenever they come to occupy the
-same cell. A wide variety of options are available for configuring troop
-movement, distribution, and production.
-</longdescription>
-</pkgmetadata>
diff --git a/games-strategy/xbattle/xbattle-5.4.1.ebuild b/games-strategy/xbattle/xbattle-5.4.1.ebuild
deleted file mode 100644
index 25b405599bfd..000000000000
--- a/games-strategy/xbattle/xbattle-5.4.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit games
-
-DESCRIPTION="A multi-player game of strategy and coordination"
-HOMEPAGE="http://www.cgl.uwaterloo.ca/~jdsteele/xbattle.html"
-SRC_URI="ftp://cns-ftp.bu.edu/pub/xbattle/${P}.tar.gz"
-
-LICENSE="xbattle"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libXext
- x11-libs/libX11
- !games-strategy/xbattleai"
-DEPEND="${RDEPEND}
- x11-proto/xproto
- app-text/rman
- x11-misc/imake"
-
-src_prepare() {
- sed -i \
- -e "s:/export/home/lesher/:${GAMES_DATADIR}/${PN}/:" Imakefile || die
-}
-
-src_configure() {
- xmkmf || die
-}
-
-src_compile() {
- emake \
- CDEBUGFLAGS="${CFLAGS}" \
- LOCAL_LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
- dogamesbin xbattle
- newgamesbin tutorial1 xbattle-tutorial1
- newgamesbin tutorial2 xbattle-tutorial2
- dodir "${GAMES_DATADIR}/${PN}"
- cp -r xbas/ xbos/ xbts/ "${D}${GAMES_DATADIR}/${PN}/" || die
- newman xbattle.man xbattle.6
- dodoc README xbattle.dot
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
- elog 'You may be interested by these tutorials:'
- elog ' xbattle-tutorial1'
- elog ' xbattle-tutorial2'
-}