diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-06-25 13:43:37 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-06-25 13:43:37 +0000 |
commit | 5255431edef949a97ffd8bac89791bf03722254b (patch) | |
tree | d34349ebaf6fd4c719633c3043e2e9a610c7ca9e /games-action/parsec | |
parent | x11-misc/shared-mime-info: fix typo (diff) | |
download | gentoo-2-5255431edef949a97ffd8bac89791bf03722254b.tar.gz gentoo-2-5255431edef949a97ffd8bac89791bf03722254b.tar.bz2 gentoo-2-5255431edef949a97ffd8bac89791bf03722254b.zip |
Update SRC_URI, bug #229383
(Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 x86_64)
Diffstat (limited to 'games-action/parsec')
-rw-r--r-- | games-action/parsec/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/parsec/parsec-0197.ebuild | 24 |
2 files changed, 18 insertions, 13 deletions
diff --git a/games-action/parsec/ChangeLog b/games-action/parsec/ChangeLog index 7499436aeb42..7b79cbded4f9 100644 --- a/games-action/parsec/ChangeLog +++ b/games-action/parsec/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/parsec -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/parsec/ChangeLog,v 1.13 2007/04/11 18:20:25 nyhm Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/parsec/ChangeLog,v 1.14 2008/06/25 13:43:37 nyhm Exp $ + + 25 Jun 2008; Tristan Heaven <nyhm@gentoo.org> parsec-0197.ebuild: + Update SRC_URI, bug #229383 11 Apr 2007; Tristan Heaven <nyhm@gentoo.org> -files/parsec, parsec-0197.ebuild: diff --git a/games-action/parsec/parsec-0197.ebuild b/games-action/parsec/parsec-0197.ebuild index d26b8ad03cf9..c78b73bd2a6f 100644 --- a/games-action/parsec/parsec-0197.ebuild +++ b/games-action/parsec/parsec-0197.ebuild @@ -1,14 +1,13 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/parsec/parsec-0197.ebuild,v 1.14 2007/04/11 18:20:25 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/parsec/parsec-0197.ebuild,v 1.15 2008/06/25 13:43:37 nyhm Exp $ inherit games DESCRIPTION="Parsec - there is no safe distance" HOMEPAGE="http://openparsec.sourceforge.net/" -SRC_URI="http://public.www.planetmirror.com/pub/parsec/${PV}/parsec_lan_build${PV}.tar.gz - ftp://ftp.planetmirror.com/pub/parsec/${PV}/parsec_lan_build${PV}.tar.gz - http://ftp.webmonster.de/pub/parsec/parsec_lan_build${PV}.tar.gz" +SRC_URI="ftp://ftp.planetmirror.com/pub/parsec/${PV}/parsec_lan_build${PV}.tar.gz + ftp://ftp.linuxforum.hu/Games/parsec/parsec_lan_build${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -16,12 +15,15 @@ KEYWORDS="amd64 x86" IUSE="" RESTRICT="mirror strip" -RDEPEND="virtual/opengl - virtual/glut - virtual/glu - media-libs/openal - =x11-libs/gtk+-1.2* - x86? ( sys-libs/lib-compat ) +RDEPEND="sys-libs/glibc + virtual/opengl + x86? ( + sys-libs/lib-compat + virtual/glu + virtual/glut + media-libs/openal + =x11-libs/gtk+-1.2* + ) amd64? ( app-emulation/emul-linux-x86-xlibs app-emulation/emul-linux-x86-gtklibs |