* [gentoo-commits] gentoo-x86 commit in app-emulation/gxemul: ChangeLog gxemul-0.4.7.ebuild gxemul-0.4.5.1.ebuild
@ 2009-01-04 12:07 Raul Porcel (armin76)
0 siblings, 0 replies; only message in thread
From: Raul Porcel (armin76) @ 2009-01-04 12:07 UTC (permalink / raw
To: gentoo-commits
armin76 09/01/04 12:07:15
Modified: ChangeLog
Added: gxemul-0.4.7.ebuild
Removed: gxemul-0.4.5.1.ebuild
Log:
Version bump
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r7 i686)
Revision Changes Path
1.13 app-emulation/gxemul/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/gxemul/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/gxemul/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/gxemul/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/gxemul/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 21 Feb 2008 18:06:08 -0000 1.12
+++ ChangeLog 4 Jan 2009 12:07:15 -0000 1.13
@@ -1,6 +1,12 @@
# ChangeLog for app-emulation/gxemul
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/ChangeLog,v 1.12 2008/02/21 18:06:08 mr_bones_ Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/ChangeLog,v 1.13 2009/01/04 12:07:15 armin76 Exp $
+
+*gxemul-0.4.7 (04 Jan 2009)
+
+ 04 Jan 2009; Raúl Porcel <armin76@gentoo.org> -gxemul-0.4.5.1.ebuild,
+ +gxemul-0.4.7.ebuild:
+ Version bump
21 Feb 2008; Michael Sterrett <mr_bones_@gentoo.org>
gxemul-0.4.6.2.ebuild:
1.1 app-emulation/gxemul/gxemul-0.4.7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/gxemul/gxemul-0.4.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/gxemul/gxemul-0.4.7.ebuild?rev=1.1&content-type=text/plain
Index: gxemul-0.4.7.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/gxemul-0.4.7.ebuild,v 1.1 2009/01/04 12:07:15 armin76 Exp $
inherit eutils toolchain-funcs
DESCRIPTION="A Machine Emulator, Mainly emulates MIPS, but supports other CPU types."
HOMEPAGE="http://gavare.se/gxemul/"
SRC_URI="http://gavare.se/gxemul/src/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE="X"
RDEPEND="X? ( x11-libs/libX11
x11-libs/libXaw
x11-libs/libXdmcp )"
DEPEND="${RDEPEND}
X? ( x11-proto/xproto )"
src_compile() {
tc-export CC
local myconf=""
use X || myconf="${myconf} --disable-x"
einfo "Configuring with: ${myconf}"
./configure ${myconf} || die "configure failed"
emake || die "emake failed"
}
src_install() {
dobin gxemul || die "gxemul not found in ${S}"
doman man/gxemul.1
dodoc HISTORY LICENSE README RELEASE TODO
dohtml doc/*
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-01-04 12:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-04 12:07 [gentoo-commits] gentoo-x86 commit in app-emulation/gxemul: ChangeLog gxemul-0.4.7.ebuild gxemul-0.4.5.1.ebuild Raul Porcel (armin76)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox