Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/descent3: descent3-1.4.0b-r1.ebuild ChangeLog
Date: Thu, 13 Sep 2007 00:51:49
Message-Id: E1IVcon-00084s-M3@stork.gentoo.org
1 wolf31o2 07/09/13 00:44:29
2
3 Modified: descent3-1.4.0b-r1.ebuild ChangeLog
4 Log:
5 Changed linking of lib-compat-loki libsmpeg to be used on both amd64 and x86, instead of just x86. Closing bug #191610.
6 (Portage version: 2.1.3.7)
7
8 Revision Changes Path
9 1.12 games-action/descent3/descent3-1.4.0b-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild?r1=1.11&r2=1.12
14
15 Index: descent3-1.4.0b-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- descent3-1.4.0b-r1.ebuild 12 Mar 2007 13:16:23 -0000 1.11
22 +++ descent3-1.4.0b-r1.ebuild 13 Sep 2007 00:44:29 -0000 1.12
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.11 2007/03/12 13:16:23 genone Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.12 2007/09/13 00:44:29 wolf31o2 Exp $
28
29 inherit eutils multilib games
30
31 @@ -91,11 +91,8 @@
32 # we run touch on ${D} so as to make sure portage doesnt do any such thing
33 find "${Ddir}" -exec touch '{}' \
34
35 - if use amd64
36 - then
37 - dosym /usr/$(get_libdir)/loki_libsmpeg-0.4.so.0 \
38 - "${dir}"/libsmpeg-0.4.so.0 || die "failed compatibility symlink"
39 - fi
40 + dosym /usr/$(get_libdir)/loki_libsmpeg-0.4.so.0 \
41 + "${dir}"/libsmpeg-0.4.so.0 || die "failed compatibility symlink"
42
43 games_make_wrapper descent3 ./descent3.dynamic "${dir}" "${dir}"
44 newicon ${CDROM_ROOT}/icon.xpm ${PN}.xpm
45
46
47
48 1.24 games-action/descent3/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/descent3/ChangeLog?rev=1.24&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/descent3/ChangeLog?rev=1.24&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/descent3/ChangeLog?r1=1.23&r2=1.24
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v
57 retrieving revision 1.23
58 retrieving revision 1.24
59 diff -u -r1.23 -r1.24
60 --- ChangeLog 12 Mar 2007 13:16:23 -0000 1.23
61 +++ ChangeLog 13 Sep 2007 00:44:29 -0000 1.24
62 @@ -1,6 +1,11 @@
63 # ChangeLog for games-action/descent3
64 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.23 2007/03/12 13:16:23 genone Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.24 2007/09/13 00:44:29 wolf31o2 Exp $
67 +
68 + 13 Sep 2007; Chris Gianelloni <wolf31o2@g.o>
69 + descent3-1.4.0b-r1.ebuild:
70 + Changed linking of lib-compat-loki libsmpeg to be used on both amd64 and
71 + x86, instead of just x86. Closing bug #191610.
72
73 12 Mar 2007; Marius Mauch <genone@g.o> descent3-1.4.0b-r1.ebuild:
74 Replacing einfo with elog
75
76
77
78 --
79 gentoo-commits@g.o mailing list