summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2013-08-11 01:42:24 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2013-08-11 01:42:24 +0000
commitce410897144da3e49f3f6cc7bb7703978c51f2b0 (patch)
tree2c7d640a2fe6b8a62dc428ecdce452017c336cbe /games-strategy/boswars
parentBump (diff)
downloadgentoo-2-ce410897144da3e49f3f6cc7bb7703978c51f2b0.tar.gz
gentoo-2-ce410897144da3e49f3f6cc7bb7703978c51f2b0.tar.bz2
gentoo-2-ce410897144da3e49f3f6cc7bb7703978c51f2b0.zip
old
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-strategy/boswars')
-rw-r--r--games-strategy/boswars/ChangeLog5
-rw-r--r--games-strategy/boswars/boswars-2.7.ebuild59
2 files changed, 4 insertions, 60 deletions
diff --git a/games-strategy/boswars/ChangeLog b/games-strategy/boswars/ChangeLog
index c904f2f9ed3b..24ceca8611de 100644
--- a/games-strategy/boswars/ChangeLog
+++ b/games-strategy/boswars/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/boswars
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/boswars/ChangeLog,v 1.22 2013/07/29 21:28:56 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/boswars/ChangeLog,v 1.23 2013/08/11 01:42:24 mr_bones_ Exp $
+
+ 11 Aug 2013; Michael Sterrett <mr_bones_@gentoo.org> -boswars-2.7.ebuild:
+ old
*boswars-2.7-r1 (29 Jul 2013)
diff --git a/games-strategy/boswars/boswars-2.7.ebuild b/games-strategy/boswars/boswars-2.7.ebuild
deleted file mode 100644
index 3f5d1667ab72..000000000000
--- a/games-strategy/boswars/boswars-2.7.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/boswars/boswars-2.7.ebuild,v 1.1 2013/06/24 16:11:50 mr_bones_ Exp $
-
-EAPI=2
-inherit eutils scons-utils games
-
-DESCRIPTION="Futuristic real-time strategy game"
-HOMEPAGE="http://www.boswars.org/"
-SRC_URI="http://www.boswars.org/dist/releases/${P}-src.tar.gz
- mirror://gentoo/bos.png"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="dev-lang/lua
- media-libs/libsdl[audio,video]
- media-libs/libpng:0
- media-libs/libvorbis
- media-libs/libtheora
- media-libs/libogg
- virtual/opengl
- x11-libs/libX11"
-
-S=${WORKDIR}/${P}-src
-
-src_prepare() {
- rm -f doc/{README-SDL.txt,guichan-copyright.txt}
- epatch \
- "${FILESDIR}"/${P}-gentoo.patch \
- "${FILESDIR}"/${P}-scons-blows.patch
- sed -i \
- -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \
- engine/include/stratagus.h \
- || die
- sed -i \
- -e "/-O2/s:-O2.*math:${CXXFLAGS} -Wall:" \
- SConstruct \
- || die
-}
-
-src_compile() {
- escons || die
-}
-
-src_install() {
- newgamesbin build/${PN}-release ${PN} || die
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r campaigns graphics intro languages maps patches scripts sounds units \
- || die
- newicon "${DISTDIR}"/bos.png ${PN}.png
- make_desktop_entry ${PN} "Bos Wars"
- # COPYRIGHT.txt is referenced by the html
- dodoc CHANGELOG COPYRIGHT.txt README.txt
- dohtml -r doc/*
- prepgamesdirs
-}