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-fps/industri: industri-1.01.ebuild ChangeLog
Date: Wed, 30 Jan 2008 17:31:52
Message-Id: E1JKGl7-0005th-IM@stork.gentoo.org
1 nyhm 08/01/30 17:30:01
2
3 Modified: industri-1.01.ebuild ChangeLog
4 Log:
5 Depend on virtual/opengl and not media-libs/mesa
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.15 games-fps/industri/industri-1.01.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/industri/industri-1.01.ebuild?rev=1.15&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/industri/industri-1.01.ebuild?rev=1.15&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/industri/industri-1.01.ebuild?r1=1.14&r2=1.15
14
15 Index: industri-1.01.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-fps/industri/industri-1.01.ebuild,v
18 retrieving revision 1.14
19 retrieving revision 1.15
20 diff -u -r1.14 -r1.15
21 --- industri-1.01.ebuild 2 Jul 2007 17:28:03 -0000 1.14
22 +++ industri-1.01.ebuild 30 Jan 2008 17:30:00 -0000 1.15
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-fps/industri/industri-1.01.ebuild,v 1.14 2007/07/02 17:28:03 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-fps/industri/industri-1.01.ebuild,v 1.15 2008/01/30 17:30:00 nyhm Exp $
29
30 inherit eutils toolchain-funcs games
31
32 @@ -15,7 +15,6 @@
33 IUSE="cdinstall"
34
35 RDEPEND="virtual/opengl
36 - media-libs/mesa
37 x11-libs/libXxf86dga
38 x11-libs/libXext
39 x11-libs/libX11
40 @@ -64,12 +63,12 @@
41 newgamesbin linux/release*/bin/industri.run industri || die
42 dogamesbin "${FILESDIR}"/industri.pretty || die
43 insinto /usr/share/icons
44 - doins industri.ico quake.ico
45 + doins industri.ico quake.ico || die
46 dodoc linux/README
47 - cd "${WORKDIR}"/industri
48 - dodoc *.txt && rm *.txt
49 - insinto "${GAMES_DATADIR}"/quake1/industri
50 - doins *
51 + cd "${WORKDIR}"/${PN}
52 + dodoc *.txt
53 + insinto "${GAMES_DATADIR}"/quake1/${PN}
54 + doins *.pak *.cfg || die
55 prepgamesdirs
56 }
57
58
59
60
61 1.10 games-fps/industri/ChangeLog
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/industri/ChangeLog?rev=1.10&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/industri/ChangeLog?rev=1.10&content-type=text/plain
65 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/industri/ChangeLog?r1=1.9&r2=1.10
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/games-fps/industri/ChangeLog,v
70 retrieving revision 1.9
71 retrieving revision 1.10
72 diff -u -r1.9 -r1.10
73 --- ChangeLog 2 Jul 2007 17:28:03 -0000 1.9
74 +++ ChangeLog 30 Jan 2008 17:30:00 -0000 1.10
75 @@ -1,6 +1,9 @@
76 # ChangeLog for games-fps/industri
77 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/games-fps/industri/ChangeLog,v 1.9 2007/07/02 17:28:03 nyhm Exp $
79 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
80 +# $Header: /var/cvsroot/gentoo-x86/games-fps/industri/ChangeLog,v 1.10 2008/01/30 17:30:00 nyhm Exp $
81 +
82 + 30 Jan 2008; Tristan Heaven <nyhm@g.o> industri-1.01.ebuild:
83 + Depend on virtual/opengl and not media-libs/mesa
84
85 02 Jul 2007; Tristan Heaven <nyhm@g.o>
86 +files/industri-1.01-exec-stack.patch, industri-1.01.ebuild:
87
88
89
90 --
91 gentoo-commits@l.g.o mailing list