public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/softgun: ChangeLog softgun-0.16.ebuild softgun-0.08.ebuild softgun-0.09.ebuild softgun-0.07.ebuild
@ 2009-01-03 16:31 Raul Porcel (armin76)
  0 siblings, 0 replies; only message in thread
From: Raul Porcel (armin76) @ 2009-01-03 16:31 UTC (permalink / raw
  To: gentoo-commits

armin76     09/01/03 16:31:31

  Modified:             ChangeLog
  Added:                softgun-0.16.ebuild
  Removed:              softgun-0.08.ebuild softgun-0.09.ebuild
                        softgun-0.07.ebuild
  Log:
  Version bump wrt #142241
  (Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r7 i686)

Revision  Changes    Path
1.8                  app-emulation/softgun/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/softgun/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/softgun/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/softgun/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/softgun/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	25 Jan 2007 22:53:19 -0000	1.7
+++ ChangeLog	3 Jan 2009 16:31:31 -0000	1.8
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/softgun
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/softgun/ChangeLog,v 1.7 2007/01/25 22:53:19 genone Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/softgun/ChangeLog,v 1.8 2009/01/03 16:31:31 armin76 Exp $
+
+*softgun-0.16 (03 Jan 2009)
+
+  03 Jan 2009; Raúl Porcel <armin76@gentoo.org> -softgun-0.07.ebuild,
+  -softgun-0.08.ebuild, -softgun-0.09.ebuild, +softgun-0.16.ebuild:
+  Version bump wrt #142241
 
   25 Jan 2007; Marius Mauch <genone@gentoo.org> softgun-0.07.ebuild,
   softgun-0.08.ebuild, softgun-0.09.ebuild, softgun-0.11.ebuild:



1.1                  app-emulation/softgun/softgun-0.16.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/softgun/softgun-0.16.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/softgun/softgun-0.16.ebuild?rev=1.1&content-type=text/plain

Index: softgun-0.16.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/softgun/softgun-0.16.ebuild,v 1.1 2009/01/03 16:31:31 armin76 Exp $

inherit toolchain-funcs

DESCRIPTION="ARM software emulator"
HOMEPAGE="http://softgun.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~ppc"
IUSE=""

src_unpack() {
	unpack ${A}
	cd "${S}"
	sed -i \
		-e "/^CFLAGS/s:-O9.*-fomit-frame-pointer:${CFLAGS}:" \
		config.mk || die "sed config.mk failed"
}

src_compile() {
	emake CC="$(tc-getCC)"
}

src_install() {
	dodir /usr/bin
	emake install prefix="${D}/usr"
	dodoc README configs/*.sg
}






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

only message in thread, other threads:[~2009-01-03 16:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-03 16:31 [gentoo-commits] gentoo-x86 commit in app-emulation/softgun: ChangeLog softgun-0.16.ebuild softgun-0.08.ebuild softgun-0.09.ebuild softgun-0.07.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