diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-23 15:11:29 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-23 15:11:29 +0000 |
commit | 8f21a778ba4c2a0bec51380994584da2dcdb0420 (patch) | |
tree | 0e260b68647bbc2bb43604279f84c7f8e0b555f1 /app-accessibility | |
parent | Stable on sparc (diff) | |
download | gentoo-2-8f21a778ba4c2a0bec51380994584da2dcdb0420.tar.gz gentoo-2-8f21a778ba4c2a0bec51380994584da2dcdb0420.tar.bz2 gentoo-2-8f21a778ba4c2a0bec51380994584da2dcdb0420.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-accessibility')
6 files changed, 22 insertions, 14 deletions
diff --git a/app-accessibility/speechd-el/ChangeLog b/app-accessibility/speechd-el/ChangeLog index 8e44b66f0fab..1000aed61377 100644 --- a/app-accessibility/speechd-el/ChangeLog +++ b/app-accessibility/speechd-el/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-accessibility/speechd-el -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speechd-el/ChangeLog,v 1.8 2006/01/29 03:53:34 williamh Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speechd-el/ChangeLog,v 1.9 2007/01/23 15:11:29 genone Exp $ + + 23 Jan 2007; Marius Mauch <genone@gentoo.org> speechd-el-0.3.ebuild, + speechd-el-0.4.ebuild, speechd-el-1.0.ebuild: + Replacing einfo with elog *speechd-el-1.0 (29 Jan 2006) diff --git a/app-accessibility/speechd-el/files/digest-speechd-el-0.3 b/app-accessibility/speechd-el/files/digest-speechd-el-0.3 index 2b48f5dfed31..8fad2c815d72 100644 --- a/app-accessibility/speechd-el/files/digest-speechd-el-0.3 +++ b/app-accessibility/speechd-el/files/digest-speechd-el-0.3 @@ -1 +1,3 @@ MD5 2fa69144ffda307319dd1841943f32dd speechd-el-0.3.tar.gz 128627 +RMD160 d7fd3315e0cafff249e603120b4540b72e191ea2 speechd-el-0.3.tar.gz 128627 +SHA256 611b9ad4c642da297abdc80b2bd4abffd65fe700e4c8d38c994d3e5e112cc49d speechd-el-0.3.tar.gz 128627 diff --git a/app-accessibility/speechd-el/files/digest-speechd-el-0.4 b/app-accessibility/speechd-el/files/digest-speechd-el-0.4 index 4cdb697f89cc..271c019aff1a 100644 --- a/app-accessibility/speechd-el/files/digest-speechd-el-0.4 +++ b/app-accessibility/speechd-el/files/digest-speechd-el-0.4 @@ -1 +1,3 @@ MD5 15cf207f36b7aa6ece806cf8713b7dd1 speechd-el-0.4.tar.gz 131535 +RMD160 b1b3eeb28588acffe4df91638dd70e1fb0fa2151 speechd-el-0.4.tar.gz 131535 +SHA256 a34e3093a788e948420965144f6f79fffbe15e64e611eb2a2278e9004199c5cd speechd-el-0.4.tar.gz 131535 diff --git a/app-accessibility/speechd-el/speechd-el-0.3.ebuild b/app-accessibility/speechd-el/speechd-el-0.3.ebuild index 1155a55e1a63..095c91ebd3ac 100644 --- a/app-accessibility/speechd-el/speechd-el-0.3.ebuild +++ b/app-accessibility/speechd-el/speechd-el-0.3.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-accessibility/speechd-el/speechd-el-0.3.ebuild,v 1.6 2005/01/01 10:52:05 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speechd-el/speechd-el-0.3.ebuild,v 1.7 2007/01/23 15:11:29 genone Exp $ inherit elisp-common @@ -29,6 +29,6 @@ src_install() { } pkg_postinst() { - einfo "Execute the following command from within emacs to get it to speak:" - einfo " M-x load-library RET speechd-speak RET" + elog "Execute the following command from within emacs to get it to speak:" + elog " M-x load-library RET speechd-speak RET" } diff --git a/app-accessibility/speechd-el/speechd-el-0.4.ebuild b/app-accessibility/speechd-el/speechd-el-0.4.ebuild index 9b5b456c4a8e..4fe127d1999d 100644 --- a/app-accessibility/speechd-el/speechd-el-0.4.ebuild +++ b/app-accessibility/speechd-el/speechd-el-0.4.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-accessibility/speechd-el/speechd-el-0.4.ebuild,v 1.5 2005/01/01 10:52:05 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speechd-el/speechd-el-0.4.ebuild,v 1.6 2007/01/23 15:11:29 genone Exp $ inherit elisp-common @@ -29,6 +29,6 @@ src_install() { } pkg_postinst() { - einfo "Execute the following command from within emacs to get it to speak:" - einfo " M-x load-library RET speechd-speak RET" + elog "Execute the following command from within emacs to get it to speak:" + elog " M-x load-library RET speechd-speak RET" } diff --git a/app-accessibility/speechd-el/speechd-el-1.0.ebuild b/app-accessibility/speechd-el/speechd-el-1.0.ebuild index 922964eafd9c..018ae970eb05 100644 --- a/app-accessibility/speechd-el/speechd-el-1.0.ebuild +++ b/app-accessibility/speechd-el/speechd-el-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speechd-el/speechd-el-1.0.ebuild,v 1.1 2006/01/29 03:53:34 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speechd-el/speechd-el-1.0.ebuild,v 1.2 2007/01/23 15:11:29 genone Exp $ inherit elisp-common @@ -30,6 +30,6 @@ src_install() { } pkg_postinst() { - einfo "Execute the following command from within emacs to get it to speak:" - einfo " M-x load-library RET speechd-speak RET" + elog "Execute the following command from within emacs to get it to speak:" + elog " M-x load-library RET speechd-speak RET" } |