Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/haskell-mode: ChangeLog haskell-mode-2.4_p20080826.ebuild
Date: Mon, 06 Oct 2008 16:11:00
Message-Id: E1Kmsfi-00064t-Vj@stork.gentoo.org
1 ulm 08/10/06 16:10:58
2
3 Modified: ChangeLog
4 Added: haskell-mode-2.4_p20080826.ebuild
5 Log:
6 CVS snapshot, fixes bug 238743.
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 i686)
8
9 Revision Changes Path
10 1.31 app-emacs/haskell-mode/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/haskell-mode/ChangeLog?rev=1.31&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/haskell-mode/ChangeLog?rev=1.31&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/haskell-mode/ChangeLog?r1=1.30&r2=1.31
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/ChangeLog,v
19 retrieving revision 1.30
20 retrieving revision 1.31
21 diff -u -r1.30 -r1.31
22 --- ChangeLog 13 Jan 2008 23:40:42 -0000 1.30
23 +++ ChangeLog 6 Oct 2008 16:10:58 -0000 1.31
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-emacs/haskell-mode
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/ChangeLog,v 1.30 2008/01/13 23:40:42 opfer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/ChangeLog,v 1.31 2008/10/06 16:10:58 ulm Exp $
29 +
30 +*haskell-mode-2.4_p20080826 (06 Oct 2008)
31 +
32 + 06 Oct 2008; Ulrich Mueller <ulm@g.o>
33 + +haskell-mode-2.4_p20080826.ebuild:
34 + CVS snapshot, fixes bug 238743.
35
36 13 Jan 2008; Christian Faulhammer <opfer@g.o>
37 haskell-mode-2.4.ebuild:
38
39
40
41 1.1 app-emacs/haskell-mode/haskell-mode-2.4_p20080826.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/haskell-mode/haskell-mode-2.4_p20080826.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/haskell-mode/haskell-mode-2.4_p20080826.ebuild?rev=1.1&content-type=text/plain
45
46 Index: haskell-mode-2.4_p20080826.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/haskell-mode-2.4_p20080826.ebuild,v 1.1 2008/10/06 16:10:58 ulm Exp $
51
52 inherit elisp
53
54 DESCRIPTION="Mode for editing (and running) Haskell programs in Emacs"
55 HOMEPAGE="http://www.haskell.org/haskell-mode/
56 http://www.iro.umontreal.ca/~monnier/elisp/"
57 SRC_URI="mirror://gentoo/${P}.tar.bz2"
58
59 LICENSE="GPL-3"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
62 IUSE=""
63
64 S="${WORKDIR}/${PN}"
65 SITEFILE="51${PN}-gentoo.el"
66
67 src_compile() {
68 emake || die "emake failed"
69 }
70
71 src_install() {
72 elisp_src_install
73 dodoc ChangeLog NEWS README
74 insinto /usr/share/doc/${PF}
75 doins *.hs
76 }