summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-12-06 23:22:20 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-12-06 23:22:20 +0000
commit0afc886d5b9f414e46294e1cb12401145d6d805a (patch)
tree5a12914b8e419ec5b4c1b80bd73cc6315e9ce140 /games-rpg
parentRemoved useless patch (Manifest recommit) (diff)
downloadgentoo-2-0afc886d5b9f414e46294e1cb12401145d6d805a.tar.gz
gentoo-2-0afc886d5b9f414e46294e1cb12401145d6d805a.tar.bz2
gentoo-2-0afc886d5b9f414e46294e1cb12401145d6d805a.zip
requires oggvorbis; tidy
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/adonthell/ChangeLog6
-rw-r--r--games-rpg/adonthell/adonthell-0.3.3-r1.ebuild12
2 files changed, 10 insertions, 8 deletions
diff --git a/games-rpg/adonthell/ChangeLog b/games-rpg/adonthell/ChangeLog
index c57166b2e023..bdf1d163aa26 100644
--- a/games-rpg/adonthell/ChangeLog
+++ b/games-rpg/adonthell/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-rpg/adonthell
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/adonthell/ChangeLog,v 1.4 2004/06/24 23:14:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/adonthell/ChangeLog,v 1.5 2004/12/06 23:22:20 mr_bones_ Exp $
+
+ 06 Dec 2004; Michael Sterrett <mr_bones_@gentoo.org>
+ adonthell-0.3.3-r1.ebuild:
+ requires oggvorbis; tidy
11 Feb 2004; David Holm <dholm@gentoo.org> adonthell-0.3.3-r1.ebuild:
Added to ~ppc.
diff --git a/games-rpg/adonthell/adonthell-0.3.3-r1.ebuild b/games-rpg/adonthell/adonthell-0.3.3-r1.ebuild
index a1311ad9c577..f6ca61aed8f7 100644
--- a/games-rpg/adonthell/adonthell-0.3.3-r1.ebuild
+++ b/games-rpg/adonthell/adonthell-0.3.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/adonthell/adonthell-0.3.3-r1.ebuild,v 1.7 2004/06/24 23:14:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/adonthell/adonthell-0.3.3-r1.ebuild,v 1.8 2004/12/06 23:22:20 mr_bones_ Exp $
inherit games
@@ -11,24 +11,22 @@ SRC_URI="http://savannah.nongnu.org/download/adonthell/${PN}-src-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc ~amd64"
-IUSE="oggvorbis gtk nls doc"
+IUSE="nls doc"
DEPEND="dev-lang/python
media-libs/libsdl
- oggvorbis? ( media-libs/libvorbis
- media-libs/libogg )
+ media-libs/libvorbis
+ media-libs/libogg
sys-libs/zlib
- gtk? ( =x11-libs/gtk+-1* )
doc? ( app-doc/doxygen )"
src_compile() {
egamesconf \
$(use_enable nls) \
$(use_enable doc) \
- --with-gnu-ld \
|| die
touch doc/items/{footer,header}.html
- emake || die
+ emake || die "emake failed"
}
src_install() {