Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/xbattle/
Date: Fri, 29 Jan 2016 15:56:32
Message-Id: 1454082974.a19182dcf3551517130ac1043a3de5a725bc0088.mr_bones_@gentoo
1 commit: a19182dcf3551517130ac1043a3de5a725bc0088
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 29 15:55:20 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 29 15:56:14 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a19182dc
7
8 games-strategy/xbattle: games-strategy/xbattle is gone
9
10 games-strategy/xbattle/Manifest | 1 -
11 games-strategy/xbattle/metadata.xml | 30 ----------------
12 games-strategy/xbattle/xbattle-5.4.1.ebuild | 56 -----------------------------
13 3 files changed, 87 deletions(-)
14
15 diff --git a/games-strategy/xbattle/Manifest b/games-strategy/xbattle/Manifest
16 deleted file mode 100644
17 index 85e394a..0000000
18 --- a/games-strategy/xbattle/Manifest
19 +++ /dev/null
20 @@ -1 +0,0 @@
21 -DIST xbattle-5.4.1.tar.gz 128982 SHA256 9de38df361c87d0fdc65e13cf2fa3bb28dc22a8d04cc94f2f08e6cd9457ee180 SHA512 2cb04e4aa84e5ce34ab28493ac0521f23ef0cede490cb19e8bde3593070afe5d3666cf1edaed68a9edf94769ce9b3756cfea6025baff4a9c73f073024bd243c6 WHIRLPOOL a28b1b43faa75297933e88dff1db5b0e5d5547642af07a6013554212b6136e8854260f29f1313164f25fb574f6d16680dbb4b52231ae99fc35cad40c3f64f191
22
23 diff --git a/games-strategy/xbattle/metadata.xml b/games-strategy/xbattle/metadata.xml
24 deleted file mode 100644
25 index 287233f..0000000
26 --- a/games-strategy/xbattle/metadata.xml
27 +++ /dev/null
28 @@ -1,30 +0,0 @@
29 -<?xml version="1.0" encoding="UTF-8"?>
30 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
31 -<pkgmetadata>
32 -<maintainer type="person">
33 -<email>mr_bones_@g.o</email>
34 -<name>Michael Sterrett</name>
35 -</maintainer>
36 -<maintainer type="project">
37 -<email>games@g.o</email>
38 -<name>Gentoo Games Project</name>
39 -</maintainer>
40 -<longdescription>
41 -From the HOMEPAGE:
42 -XBattle is a concurrent multi-player arcade/strategy game that captures
43 -the dynamics of a wide range of military situations through numerous
44 -options. The game board is a matrix of game cells which can be occupied
45 -by troops of various colors, with troop strength indicated by the size of
46 -colored markers within a cell. Troops are commanded by clicking the mouse
47 -near the edge of an occupied cell in the direction that movement is to take
48 -place. XBattle is concurrent, so that commands are given continuously by
49 -all players without waiting for turns. A command will be acknowledged by
50 -the appearance of a command vector, and thereafter, in each update cycle,
51 -a certain proportion of the troops will move from the source cell to the
52 -destination cell. In this way, troops can be slowly redistributed via
53 -supply lines which steadily deliver troops to their endpoints. Troops
54 -of different colors engage in battle whenever they come to occupy the
55 -same cell. A wide variety of options are available for configuring troop
56 -movement, distribution, and production.
57 -</longdescription>
58 -</pkgmetadata>
59
60 diff --git a/games-strategy/xbattle/xbattle-5.4.1.ebuild b/games-strategy/xbattle/xbattle-5.4.1.ebuild
61 deleted file mode 100644
62 index 25b4055..0000000
63 --- a/games-strategy/xbattle/xbattle-5.4.1.ebuild
64 +++ /dev/null
65 @@ -1,56 +0,0 @@
66 -# Copyright 1999-2015 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -# $Id$
69 -
70 -EAPI=5
71 -inherit games
72 -
73 -DESCRIPTION="A multi-player game of strategy and coordination"
74 -HOMEPAGE="http://www.cgl.uwaterloo.ca/~jdsteele/xbattle.html"
75 -SRC_URI="ftp://cns-ftp.bu.edu/pub/xbattle/${P}.tar.gz"
76 -
77 -LICENSE="xbattle"
78 -SLOT="0"
79 -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86"
80 -IUSE=""
81 -
82 -RDEPEND="x11-libs/libXext
83 - x11-libs/libX11
84 - !games-strategy/xbattleai"
85 -DEPEND="${RDEPEND}
86 - x11-proto/xproto
87 - app-text/rman
88 - x11-misc/imake"
89 -
90 -src_prepare() {
91 - sed -i \
92 - -e "s:/export/home/lesher/:${GAMES_DATADIR}/${PN}/:" Imakefile || die
93 -}
94 -
95 -src_configure() {
96 - xmkmf || die
97 -}
98 -
99 -src_compile() {
100 - emake \
101 - CDEBUGFLAGS="${CFLAGS}" \
102 - LOCAL_LDFLAGS="${LDFLAGS}"
103 -}
104 -
105 -src_install() {
106 - dogamesbin xbattle
107 - newgamesbin tutorial1 xbattle-tutorial1
108 - newgamesbin tutorial2 xbattle-tutorial2
109 - dodir "${GAMES_DATADIR}/${PN}"
110 - cp -r xbas/ xbos/ xbts/ "${D}${GAMES_DATADIR}/${PN}/" || die
111 - newman xbattle.man xbattle.6
112 - dodoc README xbattle.dot
113 - prepgamesdirs
114 -}
115 -
116 -pkg_postinst() {
117 - games_pkg_postinst
118 - elog 'You may be interested by these tutorials:'
119 - elog ' xbattle-tutorial1'
120 - elog ' xbattle-tutorial2'
121 -}