public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/gxemul: ChangeLog gxemul-0.6.0.ebuild
@ 2010-09-20 21:00 Jeroen Roovers (jer)
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2010-09-20 21:00 UTC (permalink / raw
  To: gentoo-commits

jer         10/09/20 21:00:38

  Modified:             ChangeLog
  Added:                gxemul-0.6.0.ebuild
  Log:
  Version bump. Respect LDFLAGS (bug #336342). New HOMEPAGE and SRC_URI. Do not install LICENSE.
  
  (Portage version: 2.2_rc84/cvs/Linux i686)

Revision  Changes    Path
1.15                 app-emulation/gxemul/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/gxemul/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/gxemul/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/gxemul/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/gxemul/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	25 Oct 2009 20:20:53 -0000	1.14
+++ ChangeLog	20 Sep 2010 21:00:38 -0000	1.15
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/gxemul
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/ChangeLog,v 1.14 2009/10/25 20:20:53 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/ChangeLog,v 1.15 2010/09/20 21:00:38 jer Exp $
+
+*gxemul-0.6.0 (20 Sep 2010)
+
+  20 Sep 2010; Jeroen Roovers <jer@gentoo.org> +gxemul-0.6.0.ebuild:
+  Version bump. Respect LDFLAGS (bug #336342). New HOMEPAGE and SRC_URI. Do
+  not install LICENSE.
 
   25 Oct 2009; Torsten Veller <tove@gentoo.org> metadata.xml:
   Remove drizzt from metadata.xml (#149111)



1.1                  app-emulation/gxemul/gxemul-0.6.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/gxemul/gxemul-0.6.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/gxemul/gxemul-0.6.0.ebuild?rev=1.1&content-type=text/plain

Index: gxemul-0.6.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxemul/gxemul-0.6.0.ebuild,v 1.1 2010/09/20 21:00:38 jer Exp $

EAPI="2"

inherit eutils toolchain-funcs

DESCRIPTION="A Machine Emulator, Mainly emulates MIPS, but supports other CPU types."
HOMEPAGE="http://gxemul.sourceforge.net/"
SRC_URI="mirror://sourceforge/project/gxemul/GXemul/${PV}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE="X"

RDEPEND="X? ( x11-libs/libX11 )"

DEPEND="${RDEPEND}
	X? ( x11-proto/xproto )"

src_prepare() {
	sed -i configure -e 's|-O3||g' || die "sed configure"
}

src_configure() {
	tc-export CC CXX

	# no autotools
	./configure $(use X || echo --disable-x) || die "configure failed"
}

src_install() {
	dobin gxemul || die
	doman man/gxemul.1
	dodoc HISTORY README RELEASE TODO
	dohtml doc/*
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-09-20 21:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-20 21:00 [gentoo-commits] gentoo-x86 commit in app-emulation/gxemul: ChangeLog gxemul-0.6.0.ebuild Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox