summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-02-11 09:32:47 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-02-11 09:32:47 +0000
commit3b75d2d672c39bffc4eb499f64ec268eaf472984 (patch)
tree75028ba8541b22aff2146f20138b9e5df177ed69 /app-emacs/haskell-mode
parentNew ebuild by brebs. Bug #109199 by desowin. (diff)
downloadgentoo-2-3b75d2d672c39bffc4eb499f64ec268eaf472984.tar.gz
gentoo-2-3b75d2d672c39bffc4eb499f64ec268eaf472984.tar.bz2
gentoo-2-3b75d2d672c39bffc4eb499f64ec268eaf472984.zip
Documentation pointer now directs to the right file, as reported by Ivan <the_greatguru@hotmail.com> in bug 166296
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-emacs/haskell-mode')
-rw-r--r--app-emacs/haskell-mode/ChangeLog7
-rw-r--r--app-emacs/haskell-mode/haskell-mode-2.2.ebuild8
2 files changed, 8 insertions, 7 deletions
diff --git a/app-emacs/haskell-mode/ChangeLog b/app-emacs/haskell-mode/ChangeLog
index 51076356227a..a74db8ab7e10 100644
--- a/app-emacs/haskell-mode/ChangeLog
+++ b/app-emacs/haskell-mode/ChangeLog
@@ -1,6 +1,11 @@
# 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.18 2007/02/10 22:13:23 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/ChangeLog,v 1.19 2007/02/11 09:32:47 opfer Exp $
+
+ 11 Feb 2007; Christian Faulhammer <opfer@gentoo.org>
+ haskell-mode-2.2.ebuild:
+ Documentation pointer now directs to the right file, as reported by Ivan
+ <the_greatguru@hotmail.com> in bug 166296
*haskell-mode-2.2 (10 Feb 2007)
diff --git a/app-emacs/haskell-mode/haskell-mode-2.2.ebuild b/app-emacs/haskell-mode/haskell-mode-2.2.ebuild
index bfd68f358fbb..7c6110acc5df 100644
--- a/app-emacs/haskell-mode/haskell-mode-2.2.ebuild
+++ b/app-emacs/haskell-mode/haskell-mode-2.2.ebuild
@@ -1,6 +1,6 @@
# 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.2.ebuild,v 1.1 2007/02/10 22:13:23 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/haskell-mode/haskell-mode-2.2.ebuild,v 1.2 2007/02/11 09:32:47 opfer Exp $
inherit elisp
@@ -16,10 +16,6 @@ KEYWORDS="~x86 ~ppc ~amd64 ~sparc"
SITEFILE="51${PN}-gentoo.el"
-src_compile() {
- elisp-comp *.el || die
-}
-
src_install() {
elisp-install ${PN} *.{el,elc}
elisp-site-file-install "${FILESDIR}/${SITEFILE}"
@@ -31,5 +27,5 @@ src_install() {
pkg_postinst() {
elisp_pkg_postinst
- elog "See /usr/share/doc/${PF}/html/installation-guide.html"
+ elog "See /usr/share/doc/${PF}/html/index.html"
} \ No newline at end of file