Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/parsec: ChangeLog parsec-0197.ebuild
Date: Wed, 25 Jun 2008 13:43:44
Message-Id: E1KBVHe-000677-6y@stork.gentoo.org
1 nyhm 08/06/25 13:43:38
2
3 Modified: ChangeLog parsec-0197.ebuild
4 Log:
5 Update SRC_URI, bug #229383
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 x86_64)
7
8 Revision Changes Path
9 1.14 games-action/parsec/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/parsec/ChangeLog?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/parsec/ChangeLog?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/parsec/ChangeLog?r1=1.13&r2=1.14
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-action/parsec/ChangeLog,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- ChangeLog 11 Apr 2007 18:20:25 -0000 1.13
22 +++ ChangeLog 25 Jun 2008 13:43:37 -0000 1.14
23 @@ -1,6 +1,9 @@
24 # ChangeLog for games-action/parsec
25 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-action/parsec/ChangeLog,v 1.13 2007/04/11 18:20:25 nyhm Exp $
27 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/parsec/ChangeLog,v 1.14 2008/06/25 13:43:37 nyhm Exp $
29 +
30 + 25 Jun 2008; Tristan Heaven <nyhm@g.o> parsec-0197.ebuild:
31 + Update SRC_URI, bug #229383
32
33 11 Apr 2007; Tristan Heaven <nyhm@g.o> -files/parsec,
34 parsec-0197.ebuild:
35
36
37
38 1.15 games-action/parsec/parsec-0197.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/parsec/parsec-0197.ebuild?rev=1.15&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/parsec/parsec-0197.ebuild?rev=1.15&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/parsec/parsec-0197.ebuild?r1=1.14&r2=1.15
43
44 Index: parsec-0197.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/games-action/parsec/parsec-0197.ebuild,v
47 retrieving revision 1.14
48 retrieving revision 1.15
49 diff -u -r1.14 -r1.15
50 --- parsec-0197.ebuild 11 Apr 2007 18:20:25 -0000 1.14
51 +++ parsec-0197.ebuild 25 Jun 2008 13:43:37 -0000 1.15
52 @@ -1,14 +1,13 @@
53 -# Copyright 1999-2007 Gentoo Foundation
54 +# Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/games-action/parsec/parsec-0197.ebuild,v 1.14 2007/04/11 18:20:25 nyhm Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/games-action/parsec/parsec-0197.ebuild,v 1.15 2008/06/25 13:43:37 nyhm Exp $
58
59 inherit games
60
61 DESCRIPTION="Parsec - there is no safe distance"
62 HOMEPAGE="http://openparsec.sourceforge.net/"
63 -SRC_URI="http://public.www.planetmirror.com/pub/parsec/${PV}/parsec_lan_build${PV}.tar.gz
64 - ftp://ftp.planetmirror.com/pub/parsec/${PV}/parsec_lan_build${PV}.tar.gz
65 - http://ftp.webmonster.de/pub/parsec/parsec_lan_build${PV}.tar.gz"
66 +SRC_URI="ftp://ftp.planetmirror.com/pub/parsec/${PV}/parsec_lan_build${PV}.tar.gz
67 + ftp://ftp.linuxforum.hu/Games/parsec/parsec_lan_build${PV}.tar.gz"
68
69 LICENSE="GPL-2"
70 SLOT="0"
71 @@ -16,12 +15,15 @@
72 IUSE=""
73 RESTRICT="mirror strip"
74
75 -RDEPEND="virtual/opengl
76 - virtual/glut
77 - virtual/glu
78 - media-libs/openal
79 - =x11-libs/gtk+-1.2*
80 - x86? ( sys-libs/lib-compat )
81 +RDEPEND="sys-libs/glibc
82 + virtual/opengl
83 + x86? (
84 + sys-libs/lib-compat
85 + virtual/glu
86 + virtual/glut
87 + media-libs/openal
88 + =x11-libs/gtk+-1.2*
89 + )
90 amd64? (
91 app-emulation/emul-linux-x86-xlibs
92 app-emulation/emul-linux-x86-gtklibs
93
94
95
96 --
97 gentoo-commits@l.g.o mailing list