* [gentoo-commits] gentoo-x86 commit in app-emacs/haskell-mode: haskell-mode-2.5.1.ebuild ChangeLog haskell-mode-2.6.2.ebuild haskell-mode-2.4_p20080826.ebuild
@ 2009-11-06 19:35 Ulrich Mueller (ulm)
0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2009-11-06 19:35 UTC (permalink / raw
To: gentoo-commits
ulm 09/11/06 19:35:29
Modified: haskell-mode-2.5.1.ebuild ChangeLog
Added: haskell-mode-2.6.2.ebuild
Removed: haskell-mode-2.4_p20080826.ebuild
Log:
Version bump.
(Portage version: 2.2_rc46/cvs/Linux i686)
Revision Changes Path
1.2 app-emacs/haskell-mode/haskell-mode-2.5.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/haskell-mode/haskell-mode-2.5.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/haskell-mode/haskell-mode-2.5.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/haskell-mode/haskell-mode-2.5.1.ebuild?r1=1.1&r2=1.2
Index: haskell-mode-2.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/haskell-mode-2.5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- haskell-mode-2.5.1.ebuild 27 Oct 2009 06:31:27 -0000 1.1
+++ haskell-mode-2.5.1.ebuild 6 Nov 2009 19:35:27 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/haskell-mode-2.5.1.ebuild,v 1.1 2009/10/27 06:31:27 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/haskell-mode-2.5.1.ebuild,v 1.2 2009/11/06 19:35:27 ulm Exp $
inherit elisp
@@ -20,3 +20,11 @@
src_compile() {
emake || die "emake failed"
}
+
+pkg_postinst() {
+ elisp-site-regen
+
+ elog "If you update from version 2.4 or earlier you must reconfigure,"
+ elog "or indentation will not work."
+ elog "Read the README file in /usr/share/doc/${PF}."
+}
1.34 app-emacs/haskell-mode/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/haskell-mode/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/haskell-mode/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/haskell-mode/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 27 Oct 2009 06:31:27 -0000 1.33
+++ ChangeLog 6 Nov 2009 19:35:27 -0000 1.34
@@ -1,6 +1,15 @@
# ChangeLog for app-emacs/haskell-mode
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/ChangeLog,v 1.33 2009/10/27 06:31:27 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/ChangeLog,v 1.34 2009/11/06 19:35:27 ulm Exp $
+
+*haskell-mode-2.6.2 (06 Nov 2009)
+
+ 06 Nov 2009; Ulrich Mueller <ulm@gentoo.org>
+ -haskell-mode-2.4_p20080826.ebuild, haskell-mode-2.5.1.ebuild,
+ +haskell-mode-2.6.2.ebuild:
+ Version bump. Add elog message warning about the necessary reconfiguration.
+ Use our eclass functions in src_compile() because the Makefile sucks.
+ Remove intermediate version.
*haskell-mode-2.5.1 (27 Oct 2009)
1.1 app-emacs/haskell-mode/haskell-mode-2.6.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/haskell-mode/haskell-mode-2.6.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/haskell-mode/haskell-mode-2.6.2.ebuild?rev=1.1&content-type=text/plain
Index: haskell-mode-2.6.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/haskell-mode-2.6.2.ebuild,v 1.1 2009/11/06 19:35:27 ulm Exp $
inherit elisp
DESCRIPTION="Mode for editing (and running) Haskell programs in Emacs"
HOMEPAGE="http://projects.haskell.org/haskellmode-emacs/
http://www.haskell.org/haskellwiki/Haskell_mode_for_Emacs"
SRC_URI="http://projects.haskell.org/haskellmode-emacs/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
DOCS="NEWS README *.hs" #ChangeLog
SITEFILE="50${PN}-gentoo.el"
src_compile() {
# the Makefile of 2.6.2 sucks, use eclass functions instead
elisp-make-autoload-file haskell-site-file.el || die
elisp-compile *.el || die
}
pkg_postinst() {
elisp-site-regen
elog "If you update from version 2.4 or earlier you must reconfigure,"
elog "or indentation will not work."
elog "Read the README file in /usr/share/doc/${PF}."
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-11-06 19:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-06 19:35 [gentoo-commits] gentoo-x86 commit in app-emacs/haskell-mode: haskell-mode-2.5.1.ebuild ChangeLog haskell-mode-2.6.2.ebuild haskell-mode-2.4_p20080826.ebuild Ulrich Mueller (ulm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox