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: Thu, 04 Sep 2014 20:30:48
Message-Id: 20140904203042.8437A4B9C@oystercatcher.gentoo.org
1 slyfox 14/09/04 20:30:42
2
3 Modified: ghc-7.8.3.ebuild ChangeLog
4 Log:
5 A bunch of UNREG backports (fixes sparc dynamic libraries, ia64 gmp support).
6
7 (Portage version: 2.2.12_p12/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
8
9 Revision Changes Path
10 1.9 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.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?r1=1.8&r2=1.9
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.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ghc-7.8.3.ebuild 23 Aug 2014 13:46:43 -0000 1.8
23 +++ ghc-7.8.3.ebuild 4 Sep 2014 20:30:42 -0000 1.9
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.8 2014/08/23 13:46:43 slyfox Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.9 2014/09/04 20:30:42 slyfox Exp $
29
30 EAPI=5
31
32 @@ -396,13 +396,20 @@
33
34 epatch "${FILESDIR}"/${PN}-7.8.1_rc1-libbfd.patch
35
36 - epatch "${FILESDIR}"/${PN}-7.8.2-ia64-no-shared.patch
37 epatch "${FILESDIR}"/${PN}-7.8.2-cgen-constify.patch
38 epatch "${FILESDIR}"/${PN}-7.8.3-prim-lm.patch
39 # bug 518734
40 epatch "${FILESDIR}"/${PN}-7.6.3-preserve-inplace-xattr.patch
41 epatch "${FILESDIR}"/${PN}-7.8.3-unreg-lit.patch
42
43 + # upstream backports
44 + epatch "${FILESDIR}"/${PN}-7.8.3-linker-warn.patch
45 + epatch "${FILESDIR}"/${PN}-7.8.3-deRefStablePtr.patch
46 + epatch "${FILESDIR}"/${PN}-7.8.3-pic-asm.patch
47 + epatch "${FILESDIR}"/${PN}-7.8.3-pic-sparc.patch
48 + epatch "${FILESDIR}"/${PN}-7.8.3-cc-lang.patch
49 + epatch "${FILESDIR}"/${PN}-7.8.3-ia64-prim.patch
50 +
51 if use prefix; then
52 # Make configure find docbook-xsl-stylesheets from Prefix
53 sed -e '/^FP_DIR_DOCBOOK_XSL/s:\[.*\]:['"${EPREFIX}"'/usr/share/sgml/docbook/xsl-stylesheets/]:' \
54
55
56
57 1.267 dev-lang/ghc/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.267&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.267&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.266&r2=1.267
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
66 retrieving revision 1.266
67 retrieving revision 1.267
68 diff -u -r1.266 -r1.267
69 --- ChangeLog 23 Aug 2014 13:47:55 -0000 1.266
70 +++ ChangeLog 4 Sep 2014 20:30:42 -0000 1.267
71 @@ -1,6 +1,14 @@
72 # ChangeLog for dev-lang/ghc
73 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.266 2014/08/23 13:47:55 slyfox Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.267 2014/09/04 20:30:42 slyfox Exp $
76 +
77 + 04 Sep 2014; Sergei Trofimovich <slyfox@g.o>
78 + +files/ghc-7.8.3-cc-lang.patch, +files/ghc-7.8.3-deRefStablePtr.patch,
79 + +files/ghc-7.8.3-ia64-prim.patch, +files/ghc-7.8.3-linker-warn.patch,
80 + +files/ghc-7.8.3-pic-asm.patch, +files/ghc-7.8.3-pic-sparc.patch,
81 + -files/ghc-7.8.2-ia64-no-shared.patch, files/ghc-7.8.3-prim-lm.patch,
82 + ghc-7.8.3.ebuild:
83 + A bunch of UNREG backports (fixes sparc dynamic libraries, ia64 gmp support).
84
85 23 Aug 2014; Sergei Trofimovich <slyfox@g.o> metadata.xml:
86 Drop redundant maintainer in favour of herd.