Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/mosml: mosml-2.01-r1.ebuild ChangeLog
Date: Sat, 30 May 2009 02:11:26
Message-Id: E1MAE2d-0002GA-Qu@stork.gentoo.org
1 darkside 09/05/30 02:11:23
2
3 Modified: mosml-2.01-r1.ebuild ChangeLog
4 Log:
5 (non maintainer commit) Fix by Victor Ostorga to no longer pre-strip files, bug 240215
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-lang/mosml/mosml-2.01-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mosml/mosml-2.01-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mosml/mosml-2.01-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mosml/mosml-2.01-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: mosml-2.01-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mosml/mosml-2.01-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- mosml-2.01-r1.ebuild 6 Jun 2008 01:26:53 -0000 1.1
22 +++ mosml-2.01-r1.ebuild 30 May 2009 02:11:23 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mosml/mosml-2.01-r1.ebuild,v 1.1 2008/06/06 01:26:53 darkside Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mosml/mosml-2.01-r1.ebuild,v 1.2 2009/05/30 02:11:23 darkside Exp $
29
30 inherit eutils
31
32 @@ -18,6 +18,10 @@
33 unpack ${A}
34 cd "${S}"
35 epatch "${FILESDIR}/${P}-malloc.patch" #154859
36 +
37 + #Fixing pre-stripped files
38 + sed -i -e "/STRIP/d" mosmlyac/Makefile || die "sed Makefile failed"
39 + sed -i -e "/STRIP/d" runtime/Makefile || die "sed Makefile failed"
40 }
41
42 src_compile() {
43
44
45
46 1.10 dev-lang/mosml/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mosml/ChangeLog?rev=1.10&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mosml/ChangeLog?rev=1.10&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mosml/ChangeLog?r1=1.9&r2=1.10
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mosml/ChangeLog,v
55 retrieving revision 1.9
56 retrieving revision 1.10
57 diff -u -r1.9 -r1.10
58 --- ChangeLog 6 Jun 2008 01:26:53 -0000 1.9
59 +++ ChangeLog 30 May 2009 02:11:23 -0000 1.10
60 @@ -1,6 +1,10 @@
61 # ChangeLog for dev-lang/mosml
62 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mosml/ChangeLog,v 1.9 2008/06/06 01:26:53 darkside Exp $
64 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mosml/ChangeLog,v 1.10 2009/05/30 02:11:23 darkside Exp $
66 +
67 + 30 May 2009; Jeremy Olexa <darkside@g.o> mosml-2.01-r1.ebuild:
68 + (non maintainer commit) Fix by Victor Ostorga to no longer pre-strip files,
69 + bug 240215
70
71 *mosml-2.01-r1 (06 Jun 2008)