Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/blassic: blassic-0.10.0.ebuild ChangeLog
Date: Wed, 17 Dec 2008 22:32:17
Message-Id: E1LD4wB-0003uK-VN@stork.gentoo.org
1 mr_bones_ 08/12/17 22:32:15
2
3 Modified: blassic-0.10.0.ebuild ChangeLog
4 Log:
5 add patch to enable building with gcc43 submitted by Yaroslav Gorbunov via bug #250832
6 (Portage version: 2.1.4.5)
7
8 Revision Changes Path
9 1.11 dev-lang/blassic/blassic-0.10.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/blassic/blassic-0.10.0.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/blassic/blassic-0.10.0.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/blassic/blassic-0.10.0.ebuild?r1=1.10&r2=1.11
14
15 Index: blassic-0.10.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/blassic/blassic-0.10.0.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- blassic-0.10.0.ebuild 11 Jan 2008 21:51:54 -0000 1.10
22 +++ blassic-0.10.0.ebuild 17 Dec 2008 22:32:15 -0000 1.11
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/blassic/blassic-0.10.0.ebuild,v 1.10 2008/01/11 21:51:54 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/blassic/blassic-0.10.0.ebuild,v 1.11 2008/12/17 22:32:15 mr_bones_ Exp $
28
29 DESCRIPTION="classic Basic interpreter"
30 HOMEPAGE="http://blassic.org"
31 @@ -17,6 +17,12 @@
32 DEPEND="${RDEPEND}
33 X? ( x11-proto/xproto )"
34
35 +src_unpack() {
36 + unpack ${A}
37 + cd "${S}"
38 + epatch "${FILESDIR}"/${P}-gcc43.patch
39 +}
40 +
41 src_compile() {
42 econf \
43 --disable-dependency-tracking \
44
45
46
47 1.25 dev-lang/blassic/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/blassic/ChangeLog?rev=1.25&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/blassic/ChangeLog?rev=1.25&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/blassic/ChangeLog?r1=1.24&r2=1.25
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-lang/blassic/ChangeLog,v
56 retrieving revision 1.24
57 retrieving revision 1.25
58 diff -u -r1.24 -r1.25
59 --- ChangeLog 11 Jan 2008 21:51:54 -0000 1.24
60 +++ ChangeLog 17 Dec 2008 22:32:15 -0000 1.25
61 @@ -1,6 +1,11 @@
62 # ChangeLog for dev-lang/blassic
63 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/blassic/ChangeLog,v 1.24 2008/01/11 21:51:54 grobian Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/blassic/ChangeLog,v 1.25 2008/12/17 22:32:15 mr_bones_ Exp $
66 +
67 + 17 Dec 2008; Michael Sterrett <mr_bones_@g.o>
68 + +files/blassic-0.10.0-gcc43.patch, blassic-0.10.0.ebuild:
69 + add patch to enable building with gcc43 submitted by Yaroslav Gorbunov via bug
70 + #250832
71
72 11 Jan 2008; Fabian Groffen <grobian@g.o> blassic-0.10.0.ebuild:
73 Dropped ppc-macos keyword, see you in prefix