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 | d017a9fdf6b05e8e8947ee68e9c7c9d2c364070e (patch) | |
tree | d16482a475999751561fe70cf7036cf9cc8c2ab8 /app-accessibility | |
parent | Stable on sparc (diff) | |
download | historical-d017a9fdf6b05e8e8947ee68e9c7c9d2c364070e.tar.gz historical-d017a9fdf6b05e8e8947ee68e9c7c9d2c364070e.tar.bz2 historical-d017a9fdf6b05e8e8947ee68e9c7c9d2c364070e.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-accessibility')
14 files changed, 55 insertions, 36 deletions
diff --git a/app-accessibility/speech-dispatcher/ChangeLog b/app-accessibility/speech-dispatcher/ChangeLog index ab24578bcd7b..89f794b1c94a 100644 --- a/app-accessibility/speech-dispatcher/ChangeLog +++ b/app-accessibility/speech-dispatcher/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-accessibility/speech-dispatcher -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.18 2006/11/01 01:09:04 williamh Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.19 2007/01/23 15:06:36 genone Exp $ + + 23 Jan 2007; Marius Mauch <genone@gentoo.org> + speech-dispatcher-0.3.ebuild, speech-dispatcher-0.4.1.ebuild, + speech-dispatcher-0.5.ebuild, speech-dispatcher-0.6.ebuild: + Replacing einfo with elog *speech-dispatcher-0.6.1 (01 Nov 2006) diff --git a/app-accessibility/speech-dispatcher/files/digest-speech-dispatcher-0.3 b/app-accessibility/speech-dispatcher/files/digest-speech-dispatcher-0.3 index e699df9e68a0..bf5bf09ff89a 100644 --- a/app-accessibility/speech-dispatcher/files/digest-speech-dispatcher-0.3 +++ b/app-accessibility/speech-dispatcher/files/digest-speech-dispatcher-0.3 @@ -1 +1,3 @@ MD5 1c90290379c8097bd203c49efeab4ac2 speech-dispatcher-0.3.tar.gz 746005 +RMD160 567ab77f7f0af690c331ace472202072c5134c09 speech-dispatcher-0.3.tar.gz 746005 +SHA256 6f01bfebd8b82375c363540ef524dbb495bbd140197267fa69842d68caf3d63c speech-dispatcher-0.3.tar.gz 746005 diff --git a/app-accessibility/speech-dispatcher/files/digest-speech-dispatcher-0.4.1 b/app-accessibility/speech-dispatcher/files/digest-speech-dispatcher-0.4.1 index 3898314532a0..3ea20946643f 100644 --- a/app-accessibility/speech-dispatcher/files/digest-speech-dispatcher-0.4.1 +++ b/app-accessibility/speech-dispatcher/files/digest-speech-dispatcher-0.4.1 @@ -1 +1,3 @@ MD5 c20227254f51037f5aa443ffcb998377 speech-dispatcher-0.4.1.tar.gz 687198 +RMD160 6c8f3f3f569ec2aa40df2932c26135447ef46675 speech-dispatcher-0.4.1.tar.gz 687198 +SHA256 cdf6a3eb42f1c5953f0ae26c828b8289dcefd21a9ff4c70ffbf5241e1f791271 speech-dispatcher-0.4.1.tar.gz 687198 diff --git a/app-accessibility/speech-dispatcher/files/digest-speech-dispatcher-0.5 b/app-accessibility/speech-dispatcher/files/digest-speech-dispatcher-0.5 index acaf38c4868c..1341c01182e4 100644 --- a/app-accessibility/speech-dispatcher/files/digest-speech-dispatcher-0.5 +++ b/app-accessibility/speech-dispatcher/files/digest-speech-dispatcher-0.5 @@ -1 +1,3 @@ MD5 3c9e0399b9b40474b5d6b378081348e7 speech-dispatcher-0.5.tar.gz 772680 +RMD160 beb48a4df5d624406e1a1488e7adceb838df2aa2 speech-dispatcher-0.5.tar.gz 772680 +SHA256 6e389d86197f9a50a2f6a5d63c9d642243b36083c4254c89ca4a076a021b44cc speech-dispatcher-0.5.tar.gz 772680 diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.3.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.3.ebuild index 667aa1a343d5..f2023828b59d 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.3.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-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/speech-dispatcher/speech-dispatcher-0.3.ebuild,v 1.5 2005/01/01 10:52:19 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.3.ebuild,v 1.6 2007/01/23 15:06:36 genone Exp $ inherit eutils libtool @@ -51,7 +51,7 @@ src_install() { } pkg_postinst() { - echo - einfo "To enable Festival support, you must install app-accessibility/festival-freebsoft-utils." - echo + elog + elog "To enable Festival support, you must install app-accessibility/festival-freebsoft-utils." + elog } diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.4.1.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.4.1.ebuild index cb0985e872d0..ac07ca44d928 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.4.1.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.4.1.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/speech-dispatcher/speech-dispatcher-0.4.1.ebuild,v 1.8 2006/10/28 01:47:35 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.4.1.ebuild,v 1.9 2007/01/23 15:06:36 genone Exp $ DESCRIPTION="speech-dispatcher speech synthesis interface" HOMEPAGE="http://www.freebsoft.org/speechd" @@ -29,7 +29,7 @@ src_install() { } pkg_postinst() { - echo - einfo "To enable Festival support, you must install app-accessibility/festival-freebsoft-utils." - echo + elog + elog "To enable Festival support, you must install app-accessibility/festival-freebsoft-utils." + elog } diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.5.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.5.ebuild index 1ebd9c0081a5..4e37cb777ee7 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.5.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.5.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/speech-dispatcher/speech-dispatcher-0.5.ebuild,v 1.2 2006/10/28 01:47:35 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.5.ebuild,v 1.3 2007/01/23 15:06:36 genone Exp $ DESCRIPTION="speech-dispatcher speech synthesis interface" HOMEPAGE="http://www.freebsoft.org/speechd" @@ -29,7 +29,7 @@ src_install() { } pkg_postinst() { - echo - einfo "To enable Festival support, you must install app-accessibility/festival-freebsoft-utils." - echo + elog + elog "To enable Festival support, you must install app-accessibility/festival-freebsoft-utils." + elog } diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.ebuild index bb91bbff2a9b..d52a99b0868d 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.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/speech-dispatcher/speech-dispatcher-0.6.ebuild,v 1.2 2006/10/28 01:47:35 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.ebuild,v 1.3 2007/01/23 15:06:36 genone Exp $ DESCRIPTION="speech-dispatcher speech synthesis interface" HOMEPAGE="http://www.freebsoft.org/speechd" @@ -29,7 +29,7 @@ src_install() { } pkg_postinst() { - echo - einfo "To enable Festival support, you must install app-accessibility/festival-freebsoft-utils." - echo + elog + elog "To enable Festival support, you must install app-accessibility/festival-freebsoft-utils." + elog } 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" } |