About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
drizzt 08/01/24 20:55:54 Modified: ChangeLog Added: gxemul-0.4.6.2.ebuild Log: Version Bump (Portage version: 2.1.4_rc14) Revision Changes Path 1.11 app-emulation/gxemul/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/gxemul/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/gxemul/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/gxemul/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/gxemul/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 22 Jul 2007 09:22:47 -0000 1.10 +++ ChangeLog 24 Jan 2008 20:55:53 -0000 1.11 @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/gxemul -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/ChangeLog,v 1.10 2007/07/22 09:22:47 omp Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/ChangeLog,v 1.11 2008/01/24 20:55:53 drizzt Exp $ + +*gxemul-0.4.6.2 (24 Jan 2008) + + 24 Jan 2008; Timothy Redaelli <drizzt@g.o> +gxemul-0.4.6.2.ebuild: + Version Bump 22 Jul 2007; David Shakaryan <omp@g.o> gxemul-0.4.5.1.ebuild: Remove virtual/x11 from dependencies. 1.1 app-emulation/gxemul/gxemul-0.4.6.2.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/gxemul/gxemul-0.4.6.2.ebuild?rev=1.1&view=markup 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 Index: gxemul-0.4.6.2.ebuild =================================================================== # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $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 $ 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 ) virtual/x11 ) )" DEPEND="${RDEPEND} X? ( || ( x11-proto/xproto virtual/x11 ) )" 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/* } -- gentoo-commits@g.o mailing list
Updated Jul 05, 2011
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.