summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2007-07-04 23:32:02 +0000
committerChristian Faulhammer <fauli@gentoo.org>2007-07-04 23:32:02 +0000
commitae155b3437cb3f7081b34f3a126115ddd71a1e11 (patch)
tree6487f0e56583480fcaf750cda6e499f22555dfd0 /app-emacs/haskell-mode
parentcanonicalise SITEFILE handling; relocated IUSE; removed some unneeded blank l... (diff)
downloadhistorical-ae155b3437cb3f7081b34f3a126115ddd71a1e11.tar.gz
historical-ae155b3437cb3f7081b34f3a126115ddd71a1e11.tar.bz2
historical-ae155b3437cb3f7081b34f3a126115ddd71a1e11.zip
removed pkg_postinst(); relocated IUSE
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'app-emacs/haskell-mode')
-rw-r--r--app-emacs/haskell-mode/ChangeLog6
-rw-r--r--app-emacs/haskell-mode/haskell-mode-2.3.ebuild10
2 files changed, 7 insertions, 9 deletions
diff --git a/app-emacs/haskell-mode/ChangeLog b/app-emacs/haskell-mode/ChangeLog
index bc15f88b5e80..c3c948a8d3b2 100644
--- a/app-emacs/haskell-mode/ChangeLog
+++ b/app-emacs/haskell-mode/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/haskell-mode
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/ChangeLog,v 1.24 2007/04/25 06:19:16 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/ChangeLog,v 1.25 2007/07/04 23:32:02 opfer Exp $
+
+ 04 Jul 2007; Christian Faulhammer <opfer@gentoo.org>
+ haskell-mode-2.3.ebuild:
+ removed pkg_postinst(); relocated IUSE
25 Apr 2007; Christian Faulhammer <opfer@gentoo.org>
-haskell-mode-1.44-r1.ebuild, -haskell-mode-1.45.ebuild,
diff --git a/app-emacs/haskell-mode/haskell-mode-2.3.ebuild b/app-emacs/haskell-mode/haskell-mode-2.3.ebuild
index bd5cdfbdb1f1..7171851a8d0d 100644
--- a/app-emacs/haskell-mode/haskell-mode-2.3.ebuild
+++ b/app-emacs/haskell-mode/haskell-mode-2.3.ebuild
@@ -1,11 +1,9 @@
# Copyright 1999-2007 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.3.ebuild,v 1.3 2007/04/24 17:50:34 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/haskell-mode-2.3.ebuild,v 1.4 2007/07/04 23:32:02 opfer Exp $
inherit elisp
-IUSE=""
-
DESCRIPTION="Mode for editing (and running) Haskell programs in Emacs"
HOMEPAGE="http://www.haskell.org/haskell-mode/
http://www.iro.umontreal.ca/~monnier/elisp/"
@@ -13,6 +11,7 @@ SRC_URI="http://www.iro.umontreal.ca/~monnier/elisp/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ~sparc x86"
+IUSE=""
SITEFILE="51${PN}-gentoo.el"
@@ -28,8 +27,3 @@ src_install() {
insinto /usr/share/doc/${PF}
doins *.hs
}
-
-pkg_postinst() {
- elisp_pkg_postinst
- elog "See /usr/share/doc/${PF}/README"
-}