diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-07-20 05:15:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-07-20 05:15:41 +0000 |
commit | ef1ba425b4a5a7260f569a39dc53ff37c20ec95f (patch) | |
tree | 1d6535acc499b19b4b3bb68f613455367b08aa5c /dev-games | |
parent | move ode (diff) | |
download | gentoo-2-ef1ba425b4a5a7260f569a39dc53ff37c20ec95f.tar.gz gentoo-2-ef1ba425b4a5a7260f569a39dc53ff37c20ec95f.tar.bz2 gentoo-2-ef1ba425b4a5a7260f569a39dc53ff37c20ec95f.zip |
ode is in dev-games
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/crystalspace-cvs/Manifest | 2 | ||||
-rw-r--r-- | dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild | 4 | ||||
-rw-r--r-- | dev-games/crystalspace/Manifest | 2 | ||||
-rw-r--r-- | dev-games/crystalspace/crystalspace-20030413-r1.ebuild | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/dev-games/crystalspace-cvs/Manifest b/dev-games/crystalspace-cvs/Manifest index 0912930f49a6..2af8e322ad9b 100644 --- a/dev-games/crystalspace-cvs/Manifest +++ b/dev-games/crystalspace-cvs/Manifest @@ -1,3 +1,3 @@ MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-crystalspace-cvs-0.97 0 MD5 b0021dce569bbd0519783e2185679fe8 ChangeLog 407 -MD5 d38bd5a80cce2455761ee6a251bb2f3a crystalspace-cvs-0.97.ebuild 1244 +MD5 924aefed5bdd7f89895ff3c8b6c3c2cd crystalspace-cvs-0.97.ebuild 1245 diff --git a/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild b/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild index 69207e3178eb..b6b8e0ba8774 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-2003 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.3 2003/07/18 23:17:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild,v 1.4 2003/07/20 05:15:38 vapier Exp $ inherit cvs ECVS_SERVER="cvs.sourceforge.net:/cvsroot/crystal" @@ -27,7 +27,7 @@ DEPEND=">=media-libs/libpng-1.2.1 oggvorbis? ( >=media-libs/libogg-1.0 >=media-libs/libvorbis-1.0 ) x86? ( dev-lang/nasm ) - dev-libs/ode + dev-games/ode >=dev-lang/perl-5.6.1 !dev-libs/crystalspace" diff --git a/dev-games/crystalspace/Manifest b/dev-games/crystalspace/Manifest index 3b180eb08696..7f2cdf65b73b 100644 --- a/dev-games/crystalspace/Manifest +++ b/dev-games/crystalspace/Manifest @@ -1,3 +1,3 @@ MD5 d90edc320c9f4398c1e5c528569f8706 files/digest-crystalspace-20030413-r1 75 -MD5 8ecf3ab1bc2e64a3bce6b811d4f6529a crystalspace-20030413-r1.ebuild 1199 +MD5 629497b3499a8a743ec59cc3cb53765b crystalspace-20030413-r1.ebuild 1363 MD5 5c9ca746b4bfe5a42837881bbe892039 ChangeLog 787 diff --git a/dev-games/crystalspace/crystalspace-20030413-r1.ebuild b/dev-games/crystalspace/crystalspace-20030413-r1.ebuild index c78df37e6239..fbd86fb480ce 100644 --- a/dev-games/crystalspace/crystalspace-20030413-r1.ebuild +++ b/dev-games/crystalspace/crystalspace-20030413-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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.5 2003/07/20 03:18:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-20030413-r1.ebuild,v 1.6 2003/07/20 05:15:27 vapier Exp $ DESCRIPTION="portable 3D Game Development Kit written in C++" SRC_URI="mirror://gentoo/distfiles/${P}.tar.gz" @@ -22,7 +22,7 @@ DEPEND=">=media-libs/libpng-1.2.1 oggvorbis? ( >=media-libs/libogg-1.0 >=media-libs/libvorbis-1.0 ) x86? ( dev-lang/nasm ) - dev-libs/ode + dev-games/ode >=dev-lang/perl-5.6.1 !dev-libs/crystalspace-cvs" |