diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-01-22 04:09:39 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-01-22 04:09:39 +0000 |
commit | 1caad0d6549b0d87cc01bfdf7024448e66c38510 (patch) | |
tree | 15662a02d25c10cb8472f49a176d818039ad7e5f /games-strategy/boswars | |
parent | Bump to 1.4.11 (diff) | |
download | gentoo-2-1caad0d6549b0d87cc01bfdf7024448e66c38510.tar.gz gentoo-2-1caad0d6549b0d87cc01bfdf7024448e66c38510.tar.bz2 gentoo-2-1caad0d6549b0d87cc01bfdf7024448e66c38510.zip |
Add virtual/opengl dep, bug #206422
(Portage version: 2.1.4)
Diffstat (limited to 'games-strategy/boswars')
-rw-r--r-- | games-strategy/boswars/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/boswars/boswars-2.4.1.ebuild | 14 |
2 files changed, 11 insertions, 10 deletions
diff --git a/games-strategy/boswars/ChangeLog b/games-strategy/boswars/ChangeLog index 08d11faa28a8..4e31edbbc794 100644 --- a/games-strategy/boswars/ChangeLog +++ b/games-strategy/boswars/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/boswars -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/boswars/ChangeLog,v 1.4 2007/09/10 04:32:15 mr_bones_ Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/boswars/ChangeLog,v 1.5 2008/01/22 04:09:39 nyhm Exp $ + + 22 Jan 2008; Tristan Heaven <nyhm@gentoo.org> boswars-2.4.1.ebuild: + Add virtual/opengl dep, bug #206422 *boswars-2.4.1 (10 Sep 2007) diff --git a/games-strategy/boswars/boswars-2.4.1.ebuild b/games-strategy/boswars/boswars-2.4.1.ebuild index 2b7dc777ca67..dd7459816b98 100644 --- a/games-strategy/boswars/boswars-2.4.1.ebuild +++ b/games-strategy/boswars/boswars-2.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/boswars/boswars-2.4.1.ebuild,v 1.1 2007/09/10 04:32:15 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/boswars/boswars-2.4.1.ebuild,v 1.2 2008/01/22 04:09:39 nyhm Exp $ inherit eutils games @@ -20,6 +20,7 @@ RDEPEND="dev-lang/lua media-libs/libvorbis media-libs/libtheora media-libs/libogg + virtual/opengl x11-libs/libX11" DEPEND="${RDEPEND} dev-util/scons" @@ -29,8 +30,7 @@ S=${WORKDIR}/${P}-src src_unpack() { unpack ${A/bos.png} cd "${S}" - rm doc/README-SDL.txt - rm doc/guichan-copyright.txt + rm -f doc/{README-SDL.txt,guichan-copyright.txt} epatch "${FILESDIR}"/${P}-gentoo.patch sed -i \ -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \ @@ -44,14 +44,12 @@ src_compile() { src_install() { dogamesbin ${PN} || die "dogamesbin failed" - dodoc CHANGELOG COPYRIGHT.txt README.txt - dohtml -r doc/* insinto "${GAMES_DATADIR}"/${PN} doins -r campaigns graphics languages maps scripts sounds units video \ || die "doins failed" - doicon "${DISTDIR}"/bos.png make_desktop_entry ${PN} "Bos Wars" bos.png - + dodoc CHANGELOG COPYRIGHT.txt README.txt + dohtml -r doc/* prepgamesdirs } |