summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-08-26 15:07:35 +0000
committerMamoru Komachi <usata@gentoo.org>2004-08-26 15:07:35 +0000
commit2856606764bd524a6418f0f138bdff8d58f0af3f (patch)
tree222b3d716376315ff363ffb38949387fe10d028a /app-emacs/howm
parentstable on amd64, bug #57092 (Manifest recommit) (diff)
downloadgentoo-2-2856606764bd524a6418f0f138bdff8d58f0af3f.tar.gz
gentoo-2-2856606764bd524a6418f0f138bdff8d58f0af3f.tar.bz2
gentoo-2-2856606764bd524a6418f0f138bdff8d58f0af3f.zip
Fixed a warning while loading 50howm-gentoo.el.
Diffstat (limited to 'app-emacs/howm')
-rw-r--r--app-emacs/howm/ChangeLog5
-rw-r--r--app-emacs/howm/files/55howm-gentoo.el6
-rw-r--r--app-emacs/howm/howm-1.2.ebuild4
3 files changed, 12 insertions, 3 deletions
diff --git a/app-emacs/howm/ChangeLog b/app-emacs/howm/ChangeLog
index 720fe7f651a3..d42f47369867 100644
--- a/app-emacs/howm/ChangeLog
+++ b/app-emacs/howm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/howm
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/howm/ChangeLog,v 1.4 2004/08/26 12:08:59 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/howm/ChangeLog,v 1.5 2004/08/26 15:07:35 usata Exp $
+
+ 27 Aug 2004; Mamoru KOMACHI <usata@gentoo.org> howm-1.2.ebuild:
+ Fixed a warning while loading 50howm-gentoo.el.
*howm-1.2 (26 Aug 2004)
diff --git a/app-emacs/howm/files/55howm-gentoo.el b/app-emacs/howm/files/55howm-gentoo.el
new file mode 100644
index 000000000000..2903181f2249
--- /dev/null
+++ b/app-emacs/howm/files/55howm-gentoo.el
@@ -0,0 +1,6 @@
+
+;;; howm site-lisp configuration
+
+(add-to-list 'load-path "@SITELISP@")
+(require 'howm)
+
diff --git a/app-emacs/howm/howm-1.2.ebuild b/app-emacs/howm/howm-1.2.ebuild
index cfd4a7507f99..ccd067fc350f 100644
--- a/app-emacs/howm/howm-1.2.ebuild
+++ b/app-emacs/howm/howm-1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/howm/howm-1.2.ebuild,v 1.1 2004/08/26 12:08:59 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/howm/howm-1.2.ebuild,v 1.2 2004/08/26 15:07:35 usata Exp $
inherit elisp
@@ -15,7 +15,7 @@ IUSE=""
DEPEND="virtual/emacs"
-SITEFILE="50howm-gentoo.el"
+SITEFILE="55howm-gentoo.el"
src_compile() {
econf --with-docdir=/usr/share/doc/${P} || die