Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/gxemul: gxemul-0.4.6.2.ebuild ChangeLog
Date: Thu, 21 Feb 2008 18:06:13
Message-Id: E1JSFo9-0001gV-8J@stork.gentoo.org
1 mr_bones_ 08/02/21 18:06:09
2
3 Modified: gxemul-0.4.6.2.ebuild ChangeLog
4 Log:
5 fix deps - virtual/x11 is no more
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 app-emulation/gxemul/gxemul-0.4.6.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/gxemul/gxemul-0.4.6.2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/gxemul/gxemul-0.4.6.2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/gxemul/gxemul-0.4.6.2.ebuild?r1=1.1&r2=1.2
14
15 Index: gxemul-0.4.6.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emulation/gxemul/gxemul-0.4.6.2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gxemul-0.4.6.2.ebuild 24 Jan 2008 20:55:53 -0000 1.1
22 +++ gxemul-0.4.6.2.ebuild 21 Feb 2008 18:06:08 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/gxemul-0.4.6.2.ebuild,v 1.1 2008/01/24 20:55:53 drizzt Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/gxemul-0.4.6.2.ebuild,v 1.2 2008/02/21 18:06:08 mr_bones_ Exp $
28
29 inherit eutils toolchain-funcs
30
31 @@ -13,14 +13,12 @@
32 KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd"
33 IUSE="X"
34
35 -RDEPEND="X? ( || ( ( x11-libs/libX11
36 - x11-libs/libXaw
37 - x11-libs/libXdmcp
38 - )
39 - virtual/x11 ) )"
40 +RDEPEND="X? ( x11-libs/libX11
41 + x11-libs/libXaw
42 + x11-libs/libXdmcp )"
43
44 DEPEND="${RDEPEND}
45 - X? ( || ( x11-proto/xproto virtual/x11 ) )"
46 + X? ( x11-proto/xproto )"
47
48 src_compile() {
49 tc-export CC
50
51
52
53 1.12 app-emulation/gxemul/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/gxemul/ChangeLog?rev=1.12&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/gxemul/ChangeLog?rev=1.12&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/gxemul/ChangeLog?r1=1.11&r2=1.12
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/app-emulation/gxemul/ChangeLog,v
62 retrieving revision 1.11
63 retrieving revision 1.12
64 diff -u -r1.11 -r1.12
65 --- ChangeLog 24 Jan 2008 20:55:53 -0000 1.11
66 +++ ChangeLog 21 Feb 2008 18:06:08 -0000 1.12
67 @@ -1,6 +1,10 @@
68 # ChangeLog for app-emulation/gxemul
69 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/ChangeLog,v 1.11 2008/01/24 20:55:53 drizzt Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/ChangeLog,v 1.12 2008/02/21 18:06:08 mr_bones_ Exp $
72 +
73 + 21 Feb 2008; Michael Sterrett <mr_bones_@g.o>
74 + gxemul-0.4.6.2.ebuild:
75 + fix deps - virtual/x11 is no more
76
77 *gxemul-0.4.6.2 (24 Jan 2008)
78
79
80
81
82 --
83 gentoo-commits@l.g.o mailing list