summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-28 04:41:25 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-28 04:41:25 +0000
commitf97d3d7a348736b884b076edd16b0f0b83bb349e (patch)
tree6f621f4fbd812f68f24bbd03fc8d7231e876262e /app-emacs/yc
parentversion bump (diff)
downloadhistorical-f97d3d7a348736b884b076edd16b0f0b83bb349e.tar.gz
historical-f97d3d7a348736b884b076edd16b0f0b83bb349e.tar.bz2
historical-f97d3d7a348736b884b076edd16b0f0b83bb349e.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2-r4
Diffstat (limited to 'app-emacs/yc')
-rw-r--r--app-emacs/yc/ChangeLog5
-rw-r--r--app-emacs/yc/files/digest-yc-4.0.132
-rw-r--r--app-emacs/yc/yc-4.0.13.ebuild26
3 files changed, 19 insertions, 14 deletions
diff --git a/app-emacs/yc/ChangeLog b/app-emacs/yc/ChangeLog
index de38f6044ee8..5f3506cec64f 100644
--- a/app-emacs/yc/ChangeLog
+++ b/app-emacs/yc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/yc
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/ChangeLog,v 1.26 2007/01/09 13:02:22 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/ChangeLog,v 1.27 2007/01/28 04:40:30 genone Exp $
+
+ 28 Jan 2007; Marius Mauch <genone@gentoo.org> yc-4.0.13.ebuild:
+ Replacing einfo with elog
09 Jan 2007; Christian Faulhammer <opfer@gentoo.org> -yc-3.5.8.ebuild:
clean up
diff --git a/app-emacs/yc/files/digest-yc-4.0.13 b/app-emacs/yc/files/digest-yc-4.0.13
index 9f86f77c3a78..34a8bb381fb7 100644
--- a/app-emacs/yc/files/digest-yc-4.0.13
+++ b/app-emacs/yc/files/digest-yc-4.0.13
@@ -1 +1,3 @@
MD5 5cc5f04346b806d4157b4b66d7eba69f yc-4.0.13.tar.gz 43916
+RMD160 5a64d3317ad55a0b7498560cdeeb779a4d9718e1 yc-4.0.13.tar.gz 43916
+SHA256 5afd06ea819bbf20f5cbfbcd3c60eb58a50b2ef093defc4c93bfdf8ab69444f3 yc-4.0.13.tar.gz 43916
diff --git a/app-emacs/yc/yc-4.0.13.ebuild b/app-emacs/yc/yc-4.0.13.ebuild
index 136ba710c711..285fa895f949 100644
--- a/app-emacs/yc/yc-4.0.13.ebuild
+++ b/app-emacs/yc/yc-4.0.13.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 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.3 2005/01/01 14:07:36 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild,v 1.4 2007/01/28 04:40:30 genone Exp $
inherit elisp
@@ -32,17 +32,17 @@ src_install() {
pkg_postinst() {
elisp-site-regen
- einfo "See /usr/share/doc/${P}/sample.dot.emacs.gz."
- einfo ""
- einfo "And If you use unix domain socket for connecting the canna server, "
- einfo " please confirm that there's *no* following line in your .emacs ."
- einfo " (setq yc-server-host \"localhost\")"
- einfo ""
- einfo "If you use inet domain socket for connecting the canna server, "
- einfo " please modify as following in /etc/conf.d/canna."
- einfo " CANNASERVER_OPTS=\"-inet\""
- einfo " And create /etc/hosts.canna."
- einfo " (sample is /usr/share/doc/${P}/sample.hosts.canna.gz)"
+ elog "See /usr/share/doc/${P}/sample.dot.emacs.gz."
+ 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 ."
+ elog " (setq yc-server-host \"localhost\")"
+ elog
+ elog "If you use inet domain socket for connecting the canna server, "
+ 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)"
}
pkg_postrm() {