public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/softgun: softgun-0.21.ebuild ChangeLog
@ 2013-01-15  4:53 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2013-01-15  4:53 UTC (permalink / raw
  To: gentoo-commits

vapier      13/01/15 04:53:50

  Modified:             ChangeLog
  Added:                softgun-0.21.ebuild
  Log:
  Version bump #451894 by Agostino Sarubbo.
  
  (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)

Revision  Changes    Path
1.11                 app-emulation/softgun/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/softgun/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	12 Nov 2010 17:15:27 -0000	1.10
+++ ChangeLog	15 Jan 2013 04:53:50 -0000	1.11
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/softgun
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/softgun/ChangeLog,v 1.10 2010/11/12 17:15:27 maekke Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/softgun/ChangeLog,v 1.11 2013/01/15 04:53:50 vapier Exp $
+
+*softgun-0.21 (15 Jan 2013)
+
+  15 Jan 2013; Mike Frysinger <vapier@gentoo.org>
+  +files/softgun-0.21-make.patch, +softgun-0.21.ebuild:
+  Version bump #451894 by Agostino Sarubbo.
 
 *softgun-0.19 (12 Nov 2010)
 



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

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

Index: softgun-0.21.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/softgun/softgun-0.21.ebuild,v 1.1 2013/01/15 04:53:50 vapier Exp $

EAPI="4"

inherit toolchain-funcs eutils

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

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

src_prepare() {
	epatch "${FILESDIR}"/${PN}-0.21-make.patch
	sed -i \
		-e "/^CFLAGS/s:-O9.*-Werror:${CFLAGS}:" \
		config.mk || die
}

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:[~2013-01-15  4:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-15  4:53 [gentoo-commits] gentoo-x86 commit in app-emulation/softgun: softgun-0.21.ebuild ChangeLog Mike Frysinger (vapier)

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