summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-09-24 06:42:49 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-09-24 06:42:49 +0000
commit1bdfb114c686a8fd12acda3fd817f6891685af11 (patch)
tree266cda5aad521626547703f44c5239adf49657aa /dev-games/clanlib/clanlib-0.7.8-r1.ebuild
parenthppa stable for security #65085 (diff)
downloadhistorical-1bdfb114c686a8fd12acda3fd817f6891685af11.tar.gz
historical-1bdfb114c686a8fd12acda3fd817f6891685af11.tar.bz2
historical-1bdfb114c686a8fd12acda3fd817f6891685af11.zip
update SRC_URI; media-libs/hermes isn't needed for 0.7
Diffstat (limited to 'dev-games/clanlib/clanlib-0.7.8-r1.ebuild')
-rw-r--r--dev-games/clanlib/clanlib-0.7.8-r1.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-games/clanlib/clanlib-0.7.8-r1.ebuild b/dev-games/clanlib/clanlib-0.7.8-r1.ebuild
index f39c6369f383..9ab90ef23357 100644
--- a/dev-games/clanlib/clanlib-0.7.8-r1.ebuild
+++ b/dev-games/clanlib/clanlib-0.7.8-r1.ebuild
@@ -1,19 +1,19 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.7.8-r1.ebuild,v 1.1 2004/08/15 08:51:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.7.8-r1.ebuild,v 1.2 2004/09/24 06:42:49 mr_bones_ Exp $
inherit flag-o-matic eutils
DESCRIPTION="multi-platform game development library"
HOMEPAGE="http://www.clanlib.org/"
-SRC_URI="http://www.clanlib.org/~sphair/download/ClanLib-${PV}-1.tar.bz2"
+SRC_URI="http://www.clanlib.org/download/files/ClanLib-${PV}-1.tar.bz2"
LICENSE="LGPL-2"
SLOT="0.7"
KEYWORDS="x86 ppc sparc alpha amd64"
IUSE="opengl X sdl oggvorbis doc mikmod clanVoice clanJavaScript ipv6"
-RDEPEND=">=media-libs/hermes-1.3.2
+DEPEND="virtual/libc
media-libs/libpng
media-libs/jpeg
opengl? ( virtual/opengl )
@@ -21,8 +21,6 @@ RDEPEND=">=media-libs/hermes-1.3.2
X? ( virtual/x11 )
mikmod? ( >=media-libs/libmikmod-3.1.9 )
oggvorbis? ( media-libs/libvorbis )"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
S="${WORKDIR}/ClanLib-${PV}"