summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-06-06 15:44:02 +0000
committerUlrich Müller <ulm@gentoo.org>2009-06-06 15:44:02 +0000
commite9f78ac7a88f53e4882616cf99768102a7e54deb (patch)
tree1b33ec780aada1b77c52f1ed8faca5f0bc5f37af /app-emacs/yc
parentFix elog message, bug 272895. (diff)
downloadgentoo-2-e9f78ac7a88f53e4882616cf99768102a7e54deb.tar.gz
gentoo-2-e9f78ac7a88f53e4882616cf99768102a7e54deb.tar.bz2
gentoo-2-e9f78ac7a88f53e4882616cf99768102a7e54deb.zip
Fix elog message, bug 272899.
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'app-emacs/yc')
-rw-r--r--app-emacs/yc/ChangeLog5
-rw-r--r--app-emacs/yc/yc-4.0.13.ebuild10
2 files changed, 9 insertions, 6 deletions
diff --git a/app-emacs/yc/ChangeLog b/app-emacs/yc/ChangeLog
index 5b66fa9a5e72..3d8f016351ee 100644
--- a/app-emacs/yc/ChangeLog
+++ b/app-emacs/yc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/yc
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/ChangeLog,v 1.30 2009/05/05 08:13:59 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/ChangeLog,v 1.31 2009/06/06 15:44:02 ulm Exp $
+
+ 06 Jun 2009; Ulrich Mueller <ulm@gentoo.org> yc-4.0.13.ebuild:
+ Fix elog message, bug 272899.
05 May 2009; Christian Faulhammer <fauli@gentoo.org> yc-4.0.13.ebuild:
set explicit RDEPEND
diff --git a/app-emacs/yc/yc-4.0.13.ebuild b/app-emacs/yc/yc-4.0.13.ebuild
index 61c68e686909..74a027fd3e18 100644
--- a/app-emacs/yc/yc-4.0.13.ebuild
+++ b/app-emacs/yc/yc-4.0.13.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild,v 1.6 2009/05/05 08:13:59 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild,v 1.7 2009/06/06 15:44:02 ulm Exp $
inherit elisp
-DESCRIPTION="YC - Yet another Canna client on Emacsen."
+DESCRIPTION="Yet another Canna client on Emacsen"
HOMEPAGE="http://www.ceres.dti.ne.jp/~knak/yc.html"
SRC_URI="http://www.ceres.dti.ne.jp/~knak/${P}.tar.gz"
@@ -16,7 +16,7 @@ IUSE=""
DEPEND=">=app-i18n/canna-3.6"
RDEPEND="${DEPEND}"
-SITEFILE=50${PN}-gentoo.el
+SITEFILE="50${PN}-gentoo.el"
src_compile() {
emake || die
@@ -32,7 +32,7 @@ src_install() {
pkg_postinst() {
elisp-site-regen
- elog "See /usr/share/doc/${P}/sample.dot.emacs.gz."
+ elog "See the sample.dot.emacs file in /usr/share/doc/${PF}/."
elog
elog "And If you use unix domain socket for connecting the canna server, "
elog " please confirm that there's *no* following line in your .emacs ."
@@ -42,7 +42,7 @@ pkg_postinst() {
elog " please modify as following in /etc/conf.d/canna."
elog " CANNASERVER_OPTS=\"-inet\""
elog " And create /etc/hosts.canna."
- elog " (sample is /usr/share/doc/${P}/sample.hosts.canna.gz)"
+ elog " (see the sample.hosts.canna file in /usr/share/doc/${PF}/)"
}
pkg_postrm() {