diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-06 23:22:20 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-06 23:22:20 +0000 |
commit | 578dd6763c7dbc40261c3b0f12a9ef9ff514c40d (patch) | |
tree | 6bb896c448ca4294665045f3d657a20a6a5683fc /games-rpg | |
parent | Removed useless patch (diff) | |
download | historical-578dd6763c7dbc40261c3b0f12a9ef9ff514c40d.tar.gz historical-578dd6763c7dbc40261c3b0f12a9ef9ff514c40d.tar.bz2 historical-578dd6763c7dbc40261c3b0f12a9ef9ff514c40d.zip |
requires oggvorbis; tidy
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/adonthell/ChangeLog | 6 | ||||
-rw-r--r-- | games-rpg/adonthell/Manifest | 4 | ||||
-rw-r--r-- | games-rpg/adonthell/adonthell-0.3.3-r1.ebuild | 12 |
3 files changed, 12 insertions, 10 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/Manifest b/games-rpg/adonthell/Manifest index d63d7ca00bc0..d566187bdcff 100644 --- a/games-rpg/adonthell/Manifest +++ b/games-rpg/adonthell/Manifest @@ -1,5 +1,5 @@ -MD5 fe35185e18bed95ec0b7ab23479166c3 adonthell-0.3.3-r1.ebuild 967 -MD5 d8cf1b5d3dcb517f274a9acb30456314 ChangeLog 943 +MD5 0b1d8697c0474b87a2567f82a99cf3e7 ChangeLog 1056 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 fd32e71c82fb5e73e8b11f081054c3a1 adonthell-0.3.3-r1.ebuild 907 MD5 6211b46f79a2bbaea936f30e64a83713 files/0.3.3-configure.in.patch 528 MD5 e944f3812b6938f625c3a2bba14b3b35 files/digest-adonthell-0.3.3-r1 72 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() { |