summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-06-06 15:58:03 +0000
committerUlrich Müller <ulm@gentoo.org>2009-06-06 15:58:03 +0000
commit38544ab10626380dc11ddb9157d5123cc9df709c (patch)
treea95aaf7a56cd54ff45b3f1690e1da9e18f071e31 /app-emacs
parentAdded new version, updated use=doc generation (closes bug #265941). (diff)
downloadgentoo-2-38544ab10626380dc11ddb9157d5123cc9df709c.tar.gz
gentoo-2-38544ab10626380dc11ddb9157d5123cc9df709c.tar.bz2
gentoo-2-38544ab10626380dc11ddb9157d5123cc9df709c.zip
Fix elog message, bug 272893.
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/apel/ChangeLog7
-rw-r--r--app-emacs/apel/apel-10.7.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/app-emacs/apel/ChangeLog b/app-emacs/apel/ChangeLog
index 13d9f0764bf6..eabc449822c3 100644
--- a/app-emacs/apel/ChangeLog
+++ b/app-emacs/apel/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/apel
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/ChangeLog,v 1.28 2007/07/03 09:13:50 opfer Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/ChangeLog,v 1.29 2009/06/06 15:58:03 ulm Exp $
+
+ 06 Jun 2009; Ulrich Mueller <ulm@gentoo.org> apel-10.7.ebuild:
+ Fix elog message, bug 272893.
03 Jul 2007; Christian Faulhammer <opfer@gentoo.org> apel-10.7.ebuild:
removed virtual/emacs from DEPEND; changed location of IUSE; removed
diff --git a/app-emacs/apel/apel-10.7.ebuild b/app-emacs/apel/apel-10.7.ebuild
index a57386482642..b6c2a79d1f61 100644
--- a/app-emacs/apel/apel-10.7.ebuild
+++ b/app-emacs/apel/apel-10.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/apel-10.7.ebuild,v 1.11 2007/07/03 09:13:50 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/apel-10.7.ebuild,v 1.12 2009/06/06 15:58:03 ulm Exp $
inherit elisp
@@ -41,6 +41,7 @@ src_install() {
pkg_postinst() {
elisp-site-regen
- elog "See the /usr/share/doc/${P}/README.en.gz for tips on how to customize this package"
+ elog "See the README.en file in /usr/share/doc/${PF} for tips"
+ elog "on how to customize this package."
elog "And you need to rebuild packages depending on ${PN}."
}