Gentoo Archives: gentoo-commits

From: "Mark Wright (gienah)" <gienah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ghc: ghc-7.4.1.ebuild ChangeLog
Date: Sun, 04 Mar 2012 14:33:00
Message-Id: 20120304143250.4C69E2004B@flycatcher.gentoo.org
1 gienah 12/03/04 14:32:50
2
3 Modified: ghc-7.4.1.ebuild ChangeLog
4 Log:
5 Fix QA Notice: dobashcompletion: command not found
6
7 (Portage version: 2.1.10.49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-lang/ghc/ghc-7.4.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.4.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.4.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.4.1.ebuild?r1=1.1&r2=1.2
15
16 Index: ghc-7.4.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.4.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ghc-7.4.1.ebuild 4 Mar 2012 05:49:54 -0000 1.1
23 +++ ghc-7.4.1.ebuild 4 Mar 2012 14:32:50 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 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.4.1.ebuild,v 1.1 2012/03/04 05:49:54 gienah Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.4.1.ebuild,v 1.2 2012/03/04 14:32:50 gienah Exp $
29
30 # Brief explanation of the bootstrap logic:
31 #
32 @@ -525,7 +525,7 @@
33
34 dodoc "${S}/README" "${S}/ANNOUNCE" "${S}/LICENSE" "${S}/VERSION"
35
36 - dobashcompletion "${FILESDIR}/ghc-bash-completion"
37 + dobashcomp "${FILESDIR}/ghc-bash-completion"
38
39 fi
40
41 @@ -567,8 +567,6 @@
42 ewarn "\e[1;31m************************************************************************\e[0m"
43 ewarn
44 fi
45 -
46 - bash-completion_pkg_postinst
47 }
48
49 pkg_prerm() {
50
51
52
53 1.212 dev-lang/ghc/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.212&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.212&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.211&r2=1.212
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
62 retrieving revision 1.211
63 retrieving revision 1.212
64 diff -u -r1.211 -r1.212
65 --- ChangeLog 4 Mar 2012 05:49:54 -0000 1.211
66 +++ ChangeLog 4 Mar 2012 14:32:50 -0000 1.212
67 @@ -1,6 +1,9 @@
68 # ChangeLog for dev-lang/ghc
69 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.211 2012/03/04 05:49:54 gienah Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.212 2012/03/04 14:32:50 gienah Exp $
72 +
73 + 04 Mar 2012; Mark Wright <gienah@g.o> ghc-7.4.1.ebuild:
74 + Fix QA Notice: dobashcompletion: command not found
75
76 *ghc-7.4.1 (04 Mar 2012)