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 ghc-7.8.4.ebuild ghc-7.6.3-r1.ebuild ChangeLog ghc-7.4.1-r1.ebuild ghc-7.4.1.ebuild ghc-7.0.4.ebuild ghc-7.6.2.ebuild ghc-6.12.3-r2.ebuild ghc-7.6.3.ebuild
Date: Fri, 02 Jan 2015 23:51:01
Message-Id: 20150102235056.46E78EBE4@oystercatcher.gentoo.org
1 slyfox 15/01/02 23:50:56
2
3 Modified: ghc-7.8.3.ebuild ghc-7.8.4.ebuild
4 ghc-7.6.3-r1.ebuild ChangeLog
5 Removed: ghc-7.4.1-r1.ebuild ghc-7.4.1.ebuild
6 ghc-7.0.4.ebuild ghc-7.6.2.ebuild
7 ghc-6.12.3-r2.ebuild ghc-7.6.3.ebuild
8 Log:
9 Drop old. Seek kids: those were Great Folks to deal with.
10
11 The older 6.12 brought us The Rise of Arches where we got
12 back long lost lore of having haskell on alpha, ppc64,
13 ia64 and sparc. While younger one 7.0 was The Herald of
14 Haskell2010.
15
16 So far ... Good luck!
17
18 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
19
20 Revision Changes Path
21 1.11 dev-lang/ghc/ghc-7.8.3.ebuild
22
23 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?rev=1.11&view=markup
24 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?rev=1.11&content-type=text/plain
25 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?r1=1.10&r2=1.11
26
27 Index: ghc-7.8.3.ebuild
28 ===================================================================
29 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v
30 retrieving revision 1.10
31 retrieving revision 1.11
32 diff -u -r1.10 -r1.11
33 --- ghc-7.8.3.ebuild 5 Sep 2014 10:40:45 -0000 1.10
34 +++ ghc-7.8.3.ebuild 2 Jan 2015 23:50:56 -0000 1.11
35 @@ -1,6 +1,6 @@
36 -# Copyright 1999-2014 Gentoo Foundation
37 +# Copyright 1999-2015 Gentoo Foundation
38 # Distributed under the terms of the GNU General Public License v2
39 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.10 2014/09/05 10:40:45 slyfox Exp $
40 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.11 2015/01/02 23:50:56 slyfox Exp $
41
42 EAPI=5
43
44 @@ -390,7 +390,7 @@
45
46 cd "${S}" # otherwise epatch will break
47
48 - epatch "${FILESDIR}/ghc-7.0.4-CHOST-prefix.patch"
49 + epatch "${FILESDIR}"/${PN}-7.0.4-CHOST-prefix.patch
50
51 epatch "${FILESDIR}"/${PN}-7.8.1_rc1-libbfd.patch
52
53
54
55
56 1.4 dev-lang/ghc/ghc-7.8.4.ebuild
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.4.ebuild?rev=1.4&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.4.ebuild?rev=1.4&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.4.ebuild?r1=1.3&r2=1.4
61
62 Index: ghc-7.8.4.ebuild
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.4.ebuild,v
65 retrieving revision 1.3
66 retrieving revision 1.4
67 diff -u -r1.3 -r1.4
68 --- ghc-7.8.4.ebuild 26 Dec 2014 23:35:44 -0000 1.3
69 +++ ghc-7.8.4.ebuild 2 Jan 2015 23:50:56 -0000 1.4
70 @@ -1,6 +1,6 @@
71 -# Copyright 1999-2014 Gentoo Foundation
72 +# Copyright 1999-2015 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.4.ebuild,v 1.3 2014/12/26 23:35:44 slyfox Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.4.ebuild,v 1.4 2015/01/02 23:50:56 slyfox Exp $
76
77 EAPI=5
78
79 @@ -390,7 +390,7 @@
80
81 cd "${S}" # otherwise epatch will break
82
83 - epatch "${FILESDIR}/ghc-7.0.4-CHOST-prefix.patch"
84 + epatch "${FILESDIR}"/${PN}-7.0.4-CHOST-prefix.patch
85
86 epatch "${FILESDIR}"/${PN}-7.8.1_rc1-libbfd.patch
87
88
89
90
91 1.15 dev-lang/ghc/ghc-7.6.3-r1.ebuild
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild?rev=1.15&view=markup
94 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild?rev=1.15&content-type=text/plain
95 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild?r1=1.14&r2=1.15
96
97 Index: ghc-7.6.3-r1.ebuild
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild,v
100 retrieving revision 1.14
101 retrieving revision 1.15
102 diff -u -r1.14 -r1.15
103 --- ghc-7.6.3-r1.ebuild 1 Aug 2014 20:33:54 -0000 1.14
104 +++ ghc-7.6.3-r1.ebuild 2 Jan 2015 23:50:56 -0000 1.15
105 @@ -1,6 +1,6 @@
106 -# Copyright 1999-2014 Gentoo Foundation
107 +# Copyright 1999-2015 Gentoo Foundation
108 # Distributed under the terms of the GNU General Public License v2
109 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild,v 1.14 2014/08/01 20:33:54 slyfox Exp $
110 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild,v 1.15 2015/01/02 23:50:56 slyfox Exp $
111
112 # Brief explanation of the bootstrap logic:
113 #
114 @@ -417,7 +417,7 @@
115
116 cd "${S}" # otherwise epatch will break
117
118 - epatch "${FILESDIR}/ghc-7.0.4-CHOST-prefix.patch"
119 + epatch "${FILESDIR}"/${PN}-7.0.4-CHOST-prefix.patch
120
121 # epatch "${FILESDIR}"/${PN}-7.0.4-darwin8.patch
122 # failed to apply. FIXME
123
124
125
126 1.273 dev-lang/ghc/ChangeLog
127
128 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.273&view=markup
129 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.273&content-type=text/plain
130 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.272&r2=1.273
131
132 Index: ChangeLog
133 ===================================================================
134 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
135 retrieving revision 1.272
136 retrieving revision 1.273
137 diff -u -r1.272 -r1.273
138 --- ChangeLog 26 Dec 2014 23:35:44 -0000 1.272
139 +++ ChangeLog 2 Jan 2015 23:50:56 -0000 1.273
140 @@ -1,6 +1,40 @@
141 # ChangeLog for dev-lang/ghc
142 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
143 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.272 2014/12/26 23:35:44 slyfox Exp $
144 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
145 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.273 2015/01/02 23:50:56 slyfox Exp $
146 +
147 + 02 Jan 2015; Sergei Trofimovich <slyfox@g.o>
148 + -files/ghc-6.10.4-autoconf.patch, -files/ghc-6.10.4-disable-strip.patch,
149 + -files/ghc-6.10.4-ia64-fixed-relax.patch,
150 + -files/ghc-6.10.4-ia64-storage-manager-fix.patch,
151 + -files/ghc-6.10.4-libm-detection.patch,
152 + -files/ghc-6.10.4-ppc64-always-minimal-toc.patch,
153 + -files/ghc-6.10.4-propagate-hc-options-to-all-libraries.patch,
154 + -files/ghc-6.12.1-configure-CHOST.patch,
155 + -files/ghc-6.12.2-configure-CHOST-part2.patch,
156 + -files/ghc-6.12.3-alpha-use-libffi-for-foreign-import-wrapper.patch,
157 + -files/ghc-6.12.3-autoconf-2.66-4252.patch,
158 + -files/ghc-6.12.3-configure-CHOST-freebsd.patch,
159 + -files/ghc-6.12.3-configure-CHOST-prefix.patch,
160 + -files/ghc-6.12.3-darwin8.patch,
161 + -files/ghc-6.12.3-ghciless-haddock-3558.patch,
162 + -files/ghc-6.12.3-ia64-fixed-relax.patch,
163 + -files/ghc-6.12.3-ia64-storage-manager-fix.patch,
164 + -files/ghc-6.12.3-ia64-use-libffi-for-foreign-import-wrapper.patch,
165 + -files/ghc-6.12.3-libffi-incorrect-detection-of-selinux.patch,
166 + -files/ghc-6.12.3-mach-o-relocation-limit.patch,
167 + -files/ghc-6.12.3-pic-powerpc.patch,
168 + -files/ghc-6.12.3-powerpc-darwin-no-mmap.patch,
169 + -files/ghc-6.12.3-ppc-use-libffi-for-foreign-import-wrapper.patch,
170 + -files/ghc-6.12.3-ticket-2615-linker-script.patch,
171 + -files/ghc-7.0.2-CHOST.patch, -files/ghc-7.0.4-CHOST-softfloat.patch,
172 + -files/ghc-7.0.4-fix-ppc-linker.patch, -files/ghc-7.0.4-nxstack.patch,
173 + -files/ghc-apply-gmp-hack, -ghc-6.12.3-r2.ebuild, -ghc-7.0.4.ebuild,
174 + -ghc-7.4.1-r1.ebuild, -ghc-7.4.1.ebuild, -ghc-7.6.2.ebuild, -ghc-7.6.3.ebuild,
175 + ghc-7.6.3-r1.ebuild, ghc-7.8.3.ebuild, ghc-7.8.4.ebuild:
176 + Drop old. Seek kids: those were Great Folks to deal with. The older 6.12
177 + brought us The Rise of Arches where we got back long lost lore of having
178 + haskell on alpha, ppc64, ia64 and sparc. While younger one 7.0 was The Herald
179 + of Haskell2010. So far ... Good luck!
180
181 26 Dec 2014; Sergei Trofimovich <slyfox@g.o> ghc-7.8.4.ebuild:
182 Added alpha binary.