public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/battalion/
Date: Sun, 19 Nov 2017 15:51:32 +0000 (UTC)	[thread overview]
Message-ID: <1511106681.7ea0d7d4006465528f1945491be783a022beddd6.soap@gentoo> (raw)

commit:     7ea0d7d4006465528f1945491be783a022beddd6
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 19 15:50:33 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 15:51:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ea0d7d4

games-action/battalion: Remove old

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 games-action/battalion/battalion-1.4b.ebuild | 69 ----------------------------
 1 file changed, 69 deletions(-)

diff --git a/games-action/battalion/battalion-1.4b.ebuild b/games-action/battalion/battalion-1.4b.ebuild
deleted file mode 100644
index 0ded9a00d39..00000000000
--- a/games-action/battalion/battalion-1.4b.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="Be a rampaging monster and destroy the city"
-HOMEPAGE="http://evlweb.eecs.uic.edu/aej/AndyBattalion.html"
-SRC_URI="http://evlweb.eecs.uic.edu/aej/BATTALION/${PN}${PV}.tar.bz2"
-
-LICENSE="battalion HPND"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="virtual/opengl
-	virtual/glu
-	x11-libs/libX11"
-RDEPEND=${DEPEND}
-
-S=${WORKDIR}/${PN}${PV}
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-warning.patch
-	# Modify data paths
-	sed -i \
-		-e "s:SOUNDS/:${GAMES_DATADIR}/${PN}/SOUNDS/:" \
-		-e "s:MUSIC/:${GAMES_DATADIR}/${PN}/MUSIC/:" \
-		audio.c || die
-	sed -i \
-		-e "s:DATA/:${GAMES_DATADIR}/${PN}/DATA/:" \
-		-e "s:/usr/tmp:${GAMES_STATEDIR}:" \
-		battalion.c || die
-	sed -i \
-		-e "s:TEXTURES/:${GAMES_DATADIR}/${PN}/TEXTURES/:" \
-		graphics.c || die
-
-	# Modify Makefile and add CFLAGS
-	sed -i \
-		-e "s:-O2:${CFLAGS}:" \
-		-e "/^CC/d" \
-		Makefile || die
-	# Only .raw sound files are used on Linux. The .au files are not needed.
-	rm -f {SOUNDS,MUSIC}/*.au
-}
-
-src_compile() {
-	emake LIBFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-	dogamesbin battalion
-	insinto "${GAMES_DATADIR}"/${PN}
-	doins -r DATA MUSIC SOUNDS TEXTURES
-	dodoc README
-
-	dodir "${GAMES_STATEDIR}"
-	touch "${D}${GAMES_STATEDIR}"/battalion_hiscore
-	fperms 660 "${GAMES_STATEDIR}"/battalion_hiscore
-
-	prepgamesdirs
-}
-
-pkg_postinst() {
-	games_pkg_postinst
-	elog "Sound and music are not enabled by default."
-	elog "Use the S and M keys to enable them in-game, or start the game with"
-	elog "the -s and -m switches: battalion -s -m"
-}


             reply	other threads:[~2017-11-19 15:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-19 15:51 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-09-13  1:39 [gentoo-commits] repo/gentoo:master commit in: games-action/battalion/ Ionen Wolkens
2021-09-13  1:39 Ionen Wolkens
2021-09-13  1:51 Ionen Wolkens

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1511106681.7ea0d7d4006465528f1945491be783a022beddd6.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox