summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-12-11 06:51:14 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-12-11 06:51:14 +0000
commit3f5d3fd08081a4ee4f72cb0d0cdf4a33bec6255d (patch)
tree0ac42aee0af8857fede0cd442af7ed3581faddd4 /games-roguelike/ivan/ivan-0.50.ebuild
parentAdded 2.8.2 tracker ebuild (diff)
downloadhistorical-3f5d3fd08081a4ee4f72cb0d0cdf4a33bec6255d.tar.gz
historical-3f5d3fd08081a4ee4f72cb0d0cdf4a33bec6255d.tar.bz2
historical-3f5d3fd08081a4ee4f72cb0d0cdf4a33bec6255d.zip
version bump; clean older version (not gcc-3.4 happy - bug #69416)
Diffstat (limited to 'games-roguelike/ivan/ivan-0.50.ebuild')
-rw-r--r--games-roguelike/ivan/ivan-0.50.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/games-roguelike/ivan/ivan-0.50.ebuild b/games-roguelike/ivan/ivan-0.50.ebuild
new file mode 100644
index 000000000000..65cd0a8cbab5
--- /dev/null
+++ b/games-roguelike/ivan/ivan-0.50.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/ivan/ivan-0.50.ebuild,v 1.1 2004/12/11 06:51:14 mr_bones_ Exp $
+
+inherit games
+
+DESCRIPTION="Rogue-like game with SDL graphics"
+HOMEPAGE="http://ivan.sourceforge.net/"
+SRC_URI="mirror://sourceforge/ivan/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 ~ppc"
+IUSE=""
+
+DEPEND=">=media-libs/libsdl-1.2.0"
+
+src_install() {
+ egamesinstall || die
+ dodoc AUTHORS ChangeLog LICENSING NEWS README
+ prepgamesdirs
+ fperms g+w "${GAMES_STATEDIR}/ivan/Bones"
+}