Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ghc: ghc-7.8.3.ebuild ChangeLog
Date: Wed, 30 Jul 2014 13:20:20
Message-Id: 20140730132017.25DA72004E@flycatcher.gentoo.org
1 slyfox 14/07/30 13:20:17
2
3 Modified: ghc-7.8.3.ebuild ChangeLog
4 Log:
5 Fix pax-marking command for final ghc binary.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
8
9 Revision Changes Path
10 1.4 dev-lang/ghc/ghc-7.8.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?r1=1.3&r2=1.4
15
16 Index: ghc-7.8.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ghc-7.8.3.ebuild 30 Jul 2014 11:47:32 -0000 1.3
23 +++ ghc-7.8.3.ebuild 30 Jul 2014 13:20:16 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.3 2014/07/30 11:47:32 slyfox Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.4 2014/07/30 13:20:16 slyfox Exp $
29
30 EAPI=5
31
32 @@ -528,7 +528,7 @@
33 # ghci uses mmap with rwx protection at it implements dynamic
34 # linking on it's own (bug #299709)
35 # so mark resulting binary
36 - pax-mark -m "${ED}/usr/$(get_libdir)/${GHC_P}/ghc"
37 + pax-mark -m "${ED}/usr/$(get_libdir)/${GHC_P}/bin/ghc"
38
39 if [[ ! -f "${S}/VERSION" ]]; then
40 echo "${GHC_PV}" > "${S}/VERSION" \
41
42
43
44 1.261 dev-lang/ghc/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.261&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.261&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.260&r2=1.261
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
53 retrieving revision 1.260
54 retrieving revision 1.261
55 diff -u -r1.260 -r1.261
56 --- ChangeLog 30 Jul 2014 11:47:32 -0000 1.260
57 +++ ChangeLog 30 Jul 2014 13:20:16 -0000 1.261
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-lang/ghc
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.260 2014/07/30 11:47:32 slyfox Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.261 2014/07/30 13:20:16 slyfox Exp $
63 +
64 + 30 Jul 2014; Sergei Trofimovich <slyfox@g.o> ghc-7.8.3.ebuild:
65 + Fix pax-marking command for final ghc binary.
66
67 30 Jul 2014; Sergei Trofimovich <slyfox@g.o>
68 +files/ghc-7.8.3-prim-lm.patch, ghc-7.8.3.ebuild: