diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-04-29 13:27:42 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-04-29 13:27:42 +0000 |
commit | eaf1b5dce566756ca6727214bbfcbbc69867c0aa (patch) | |
tree | ee6f5d156e0653c1aae1a554803b141663ea64d8 | |
parent | games-strategy/freeciv: update the ebuild (diff) | |
download | genstef-eaf1b5dce566756ca6727214bbfcbbc69867c0aa.tar.gz genstef-eaf1b5dce566756ca6727214bbfcbbc69867c0aa.tar.bz2 genstef-eaf1b5dce566756ca6727214bbfcbbc69867c0aa.zip |
remove dupe
svn path=/; revision=106
-rw-r--r-- | games-strategy/bos/bos-2.0.1.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/games-strategy/bos/bos-2.0.1.ebuild b/games-strategy/bos/bos-2.0.1.ebuild deleted file mode 100644 index 219758f..0000000 --- a/games-strategy/bos/bos-2.0.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/bos/bos-1.1.ebuild,v 1.4 2006/09/28 21:34:13 nyhm Exp $ - -inherit eutils games - -MY_P=${PN}_${PV//./_} -DESCRIPTION="Invasion - Battle of Survival is a real-time strategy game using the Stratagus game engine" -HOMEPAGE="http://bos.seul.org/" -SRC_URI="http://bos.seul.org/files/${MY_P}.tar.gz - http://dev.gentoo.org/~genstef/files/bos.png" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -RDEPEND="=games-engines/stratagus-2.2*" - -S=${WORKDIR}/data.bos - -src_install() { - dodir "${GAMES_BINDIR}" - echo "${GAMES_BINDIR}/stratagus -d \"${GAMES_DATADIR}\"/${PN} \$*" >> "${D}${GAMES_BINDIR}/${PN}" - insinto "${GAMES_DATADIR}/${PN}" - - dodoc CHANGELOG README.txt - rm CHANGELOG README.txt COPYRIGHT.txt LICENSE.txt - - doins -r * || die "doins failed" - - doicon "${DISTDIR}"/bos.png - make_desktop_entry ${PN} "Invasion - Battle of Survival" - prepgamesdirs -} |