Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/softgun: softgun-0.22.ebuild ChangeLog
Date: Tue, 30 Apr 2013 03:24:38
Message-Id: 20130430032433.37D3C2171E@flycatcher.gentoo.org
1 vapier 13/04/30 03:24:33
2
3 Modified: ChangeLog
4 Added: softgun-0.22.ebuild
5 Log:
6 Version bump #467870 by Agostino Sarubbo.
7
8 (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
9
10 Revision Changes Path
11 1.12 app-emulation/softgun/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/softgun/ChangeLog?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/softgun/ChangeLog?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/softgun/ChangeLog?r1=1.11&r2=1.12
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/softgun/ChangeLog,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- ChangeLog 15 Jan 2013 04:53:50 -0000 1.11
24 +++ ChangeLog 30 Apr 2013 03:24:33 -0000 1.12
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-emulation/softgun
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/softgun/ChangeLog,v 1.11 2013/01/15 04:53:50 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/softgun/ChangeLog,v 1.12 2013/04/30 03:24:33 vapier Exp $
30 +
31 +*softgun-0.22 (30 Apr 2013)
32 +
33 + 30 Apr 2013; Mike Frysinger <vapier@g.o>
34 + +files/softgun-0.22-make.patch, +softgun-0.22.ebuild:
35 + Version bump #467870 by Agostino Sarubbo.
36
37 *softgun-0.21 (15 Jan 2013)
38
39
40
41
42 1.1 app-emulation/softgun/softgun-0.22.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/softgun/softgun-0.22.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/softgun/softgun-0.22.ebuild?rev=1.1&content-type=text/plain
46
47 Index: softgun-0.22.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-emulation/softgun/softgun-0.22.ebuild,v 1.1 2013/04/30 03:24:33 vapier Exp $
52
53 EAPI="4"
54
55 inherit toolchain-funcs eutils
56
57 DESCRIPTION="ARM software emulator"
58 HOMEPAGE="http://softgun.sourceforge.net/"
59 SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~x86"
64 IUSE=""
65
66 src_prepare() {
67 epatch "${FILESDIR}"/${PN}-0.22-make.patch
68 }
69
70 src_compile() {
71 emake CC="$(tc-getCC)"
72 }
73
74 src_install() {
75 dodir /usr/bin
76 emake install prefix="${D}/usr"
77 dodoc README configs/*.sg
78 }