summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-31 06:57:03 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-31 06:57:03 +0000
commit4d6c856acbd4536632c51d76d2026e57d600e2e4 (patch)
tree14b928219e51ad6c5af99fdf5167734f2dc8c65a /dev-games
parentdon't rdepend on nasm; depend on sed >= 4 (Manifest recommit) (diff)
downloadgentoo-2-4d6c856acbd4536632c51d76d2026e57d600e2e4.tar.gz
gentoo-2-4d6c856acbd4536632c51d76d2026e57d600e2e4.tar.bz2
gentoo-2-4d6c856acbd4536632c51d76d2026e57d600e2e4.zip
don't rdepend on nasm
Diffstat (limited to 'dev-games')
-rw-r--r--dev-games/crystalspace-cvs/ChangeLog8
-rw-r--r--dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild10
-rw-r--r--dev-games/crystalspace/ChangeLog8
-rw-r--r--dev-games/crystalspace/crystalspace-20030413-r1.ebuild12
4 files changed, 25 insertions, 13 deletions
diff --git a/dev-games/crystalspace-cvs/ChangeLog b/dev-games/crystalspace-cvs/ChangeLog
index 044e84fa05ce..63438ea1e957 100644
--- a/dev-games/crystalspace-cvs/ChangeLog
+++ b/dev-games/crystalspace-cvs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-games/crystalspace-cvs
-# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace-cvs/ChangeLog,v 1.3 2003/12/10 05:32:55 mr_bones_ Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace-cvs/ChangeLog,v 1.4 2004/03/31 06:55:30 mr_bones_ Exp $
+
+ 30 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org>
+ crystalspace-cvs-0.97.ebuild:
+ don't rdepend on nasm
09 Dec 2003; Michael Sterrett <mr_bones_@gentoo.org>
crystalspace-cvs-0.97.ebuild:
diff --git a/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild b/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild
index b0bce6c2c244..a39886bb9e65 100644
--- a/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild
+++ b/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild,v 1.9 2004/02/20 07:44:01 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild,v 1.10 2004/03/31 06:55:30 mr_bones_ Exp $
inherit cvs
ECVS_SERVER="cvs.sourceforge.net:/cvsroot/crystal"
@@ -16,7 +16,7 @@ SLOT="0"
LICENSE="LGPL-2"
KEYWORDS="~x86 ~ppc"
-DEPEND=">=media-libs/libpng-1.2.1
+RDEPEND=">=media-libs/libpng-1.2.1
>=media-libs/jpeg-6b
mng? ( media-libs/libmng )
mikmod? ( media-libs/libmikmod )
@@ -24,12 +24,14 @@ DEPEND=">=media-libs/libpng-1.2.1
freetype? ( >=media-libs/freetype-2.0 )
openal? ( media-libs/openal )
zlib? ( sys-libs/zlib )
- oggvorbis? ( >=media-libs/libogg-1.0
+ oggvorbis? (
+ >=media-libs/libogg-1.0
>=media-libs/libvorbis-1.0 )
- x86? ( dev-lang/nasm )
dev-games/ode
>=dev-lang/perl-5.6.1
!dev-games/crystalspace"
+DEPEND="${RDEPEND}
+ x86? ( dev-lang/nasm )"
CRYSTAL_PREFIX=/opt/crystal
diff --git a/dev-games/crystalspace/ChangeLog b/dev-games/crystalspace/ChangeLog
index b95144c4234d..d086516f9d14 100644
--- a/dev-games/crystalspace/ChangeLog
+++ b/dev-games/crystalspace/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-games/crystalspace
-# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.2 2003/07/26 07:38:07 vapier Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.3 2004/03/31 06:54:36 mr_bones_ Exp $
+
+ 30 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org>
+ crystalspace-20030413-r1.ebuild:
+ don't rdepend on nasm
*crystalspace-20030413-r1 (17 Apr 2003)
diff --git a/dev-games/crystalspace/crystalspace-20030413-r1.ebuild b/dev-games/crystalspace/crystalspace-20030413-r1.ebuild
index 1cd59f0a81cd..fa663f155aba 100644
--- a/dev-games/crystalspace/crystalspace-20030413-r1.ebuild
+++ b/dev-games/crystalspace/crystalspace-20030413-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-20030413-r1.ebuild,v 1.11 2004/02/20 07:44:01 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-20030413-r1.ebuild,v 1.12 2004/03/31 06:54:36 mr_bones_ Exp $
DESCRIPTION="portable 3D Game Development Kit written in C++"
SRC_URI="mirror://gentoo/distfiles/${P}.tar.gz"
@@ -11,7 +11,7 @@ LICENSE="LGPL-2"
KEYWORDS="x86 ppc"
IUSE="oggvorbis mikmod openal truetype 3ds mng"
-DEPEND=">=media-libs/libpng-1.2.1
+RDEPEND=">=media-libs/libpng-1.2.1
>=media-libs/jpeg-6b
mng? ( media-libs/libmng )
mikmod? ( media-libs/libmikmod )
@@ -19,14 +19,16 @@ DEPEND=">=media-libs/libpng-1.2.1
truetype? ( >=media-libs/freetype-2.0 )
openal? ( media-libs/openal )
zlib? ( sys-libs/zlib )
- oggvorbis? ( >=media-libs/libogg-1.0
+ oggvorbis? (
+ >=media-libs/libogg-1.0
>=media-libs/libvorbis-1.0 )
- x86? ( dev-lang/nasm )
dev-games/ode
>=dev-lang/perl-5.6.1
!dev-games/crystalspace-cvs"
+DEPEND="${RDEPEND}
+ x86? ( dev-lang/nasm )"
-S=${WORKDIR}/CS
+S="${WORKDIR}/CS"
CRYSTAL_PREFIX=/opt/crystal