Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 103583 | Differences between
and this patch

Collapse All | Expand All

(-)slashem-0.0.760.ebuild (-9 / +8 lines)
Lines 1-12 Link Here
1
# Copyright 1999-2006 Gentoo Foundation
1
# Copyright 1999-2005 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/games-roguelike/slashem/slashem-0.0.760.ebuild,v 1.6 2006/06/09 01:23:15 wolf31o2 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/games-roguelike/slashem/slashem-0.0.760.ebuild,v 1.5 2005/07/09 23:04:31 vapier Exp $
4
4
5
inherit eutils flag-o-matic games
5
inherit eutils flag-o-matic games
6
6
7
SE_VER="0.0.7E6"
7
SE_VER="0.0.7E7"
8
SE_FIXVER="${SE_VER}F3"
8
SE_FIXVER="${SE_VER}F2"
9
SE_PN="se007e6f3.tar.gz"
9
SE_PN="se007e7f2.tar.gz"
10
SE_CONF="conf12s.tar.gz"
10
SE_CONF="conf12s.tar.gz"
11
11
12
DESCRIPTION="Super Lotsa Added Stuff Hack - Extended Magic. A Nethack Variant."
12
DESCRIPTION="Super Lotsa Added Stuff Hack - Extended Magic. A Nethack Variant."
Lines 17-33 Link Here
17
17
18
LICENSE="nethack"
18
LICENSE="nethack"
19
SLOT="0"
19
SLOT="0"
20
KEYWORDS="amd64 ppc x86"
20
KEYWORDS="~amd64 ~ppc ~x86"
21
IUSE="X gnome sdl opengl"
21
IUSE="X gnome sdl opengl"
22
22
23
#	qt? ( =x11-libs/qt-2* ) this version has overflow bugs #79720
23
#	qt? ( =x11-libs/qt-2* ) this version has overflow bugs #79720
24
RDEPEND=">=sys-libs/ncurses-5.2-r5
24
RDEPEND=">=sys-libs/ncurses-5.2-r5
25
	X? ( virtual/x11 )
25
	X? ( virtual/x11 )
26
	gnome? ( >=gnome-base/gnome-libs-1.4.1.4-r2 )
26
	gnome? ( >=gnome-base/gnome-libs-1.4.1.4-r2 )
27
	opengl? ( virtual/opengl )
27
	sdl? ( media-libs/libsdl
28
	sdl? ( media-libs/libsdl )"
28
		opengl? ( virtual/opengl ) )"
29
DEPEND="${RDEPEND}
29
DEPEND="${RDEPEND}
30
	sys-devel/bc
31
	dev-util/yacc"
30
	dev-util/yacc"
32
31
33
HACKDIR=${GAMES_STATEDIR}/${PN}
32
HACKDIR=${GAMES_STATEDIR}/${PN}

Return to bug 103583