Gentoo Archives: gentoo-commits

From: "Timothy Redaelli (drizzt)" <drizzt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/gxemul: ChangeLog gxemul-0.4.6.2.ebuild
Date: Thu, 24 Jan 2008 20:55:57
Message-Id: E1JI974-0007z7-6X@stork.gentoo.org
1 drizzt 08/01/24 20:55:54
2
3 Modified: ChangeLog
4 Added: gxemul-0.4.6.2.ebuild
5 Log:
6 Version Bump
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.11 app-emulation/gxemul/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/gxemul/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/gxemul/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/gxemul/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/gxemul/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 22 Jul 2007 09:22:47 -0000 1.10
23 +++ ChangeLog 24 Jan 2008 20:55:53 -0000 1.11
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-emulation/gxemul
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/ChangeLog,v 1.10 2007/07/22 09:22:47 omp Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/ChangeLog,v 1.11 2008/01/24 20:55:53 drizzt Exp $
30 +
31 +*gxemul-0.4.6.2 (24 Jan 2008)
32 +
33 + 24 Jan 2008; Timothy Redaelli <drizzt@g.o> +gxemul-0.4.6.2.ebuild:
34 + Version Bump
35
36 22 Jul 2007; David Shakaryan <omp@g.o> gxemul-0.4.5.1.ebuild:
37 Remove virtual/x11 from dependencies.
38
39
40
41 1.1 app-emulation/gxemul/gxemul-0.4.6.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/gxemul/gxemul-0.4.6.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/gxemul/gxemul-0.4.6.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gxemul-0.4.6.2.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $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 $
51
52 inherit eutils toolchain-funcs
53
54 DESCRIPTION="A Machine Emulator, Mainly emulates MIPS, but supports other CPU types."
55 HOMEPAGE="http://gavare.se/gxemul/"
56 SRC_URI="http://gavare.se/gxemul/src/${P}.tar.gz"
57
58 LICENSE="BSD"
59 SLOT="0"
60 KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd"
61 IUSE="X"
62
63 RDEPEND="X? ( || ( ( x11-libs/libX11
64 x11-libs/libXaw
65 x11-libs/libXdmcp
66 )
67 virtual/x11 ) )"
68
69 DEPEND="${RDEPEND}
70 X? ( || ( x11-proto/xproto virtual/x11 ) )"
71
72 src_compile() {
73 tc-export CC
74 local myconf=""
75
76 use X || myconf="${myconf} --disable-x"
77
78 einfo "Configuring with: ${myconf}"
79 ./configure ${myconf} || die "configure failed"
80
81 emake || die "emake failed"
82 }
83
84 src_install() {
85 dobin gxemul || die "gxemul not found in ${S}"
86 doman man/gxemul.1
87 dodoc HISTORY LICENSE README RELEASE TODO
88 dohtml doc/*
89 }
90
91
92
93 --
94 gentoo-commits@l.g.o mailing list