summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-28 05:23:12 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-28 05:23:12 +0000
commit47754d1e8ec0f53e9b4202ac53ae0c1cd98cbdd9 (patch)
tree18996b3050c349cdeb035adf09ce3aac7736272d /app-misc/pyge
parentReplacing einfo with elog (diff)
downloadgentoo-2-47754d1e8ec0f53e9b4202ac53ae0c1cd98cbdd9.tar.gz
gentoo-2-47754d1e8ec0f53e9b4202ac53ae0c1cd98cbdd9.tar.bz2
gentoo-2-47754d1e8ec0f53e9b4202ac53ae0c1cd98cbdd9.zip
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'app-misc/pyge')
-rw-r--r--app-misc/pyge/ChangeLog7
-rw-r--r--app-misc/pyge/files/digest-pyge-0.6.1.22
-rw-r--r--app-misc/pyge/pyge-0.6.1.2.ebuild8
3 files changed, 11 insertions, 6 deletions
diff --git a/app-misc/pyge/ChangeLog b/app-misc/pyge/ChangeLog
index 92d54a88096b..fe2ac32bd0fe 100644
--- a/app-misc/pyge/ChangeLog
+++ b/app-misc/pyge/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/pyge
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pyge/ChangeLog,v 1.10 2005/06/05 11:55:35 hansmi Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pyge/ChangeLog,v 1.11 2007/01/28 05:23:12 genone Exp $
+
+ 28 Jan 2007; Marius Mauch <genone@gentoo.org> pyge-0.6.1.2.ebuild:
+ Replacing einfo with elog
05 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> pyge-0.6.1.2.ebuild:
Stable on ppc.
diff --git a/app-misc/pyge/files/digest-pyge-0.6.1.2 b/app-misc/pyge/files/digest-pyge-0.6.1.2
index c67138c1e6d3..8360cdb89943 100644
--- a/app-misc/pyge/files/digest-pyge-0.6.1.2
+++ b/app-misc/pyge/files/digest-pyge-0.6.1.2
@@ -1 +1,3 @@
MD5 3c164b166df02034b0e9d2b5daece821 PyGE-0.6.1.2.tar.gz 720970
+RMD160 1ca42ec6d1d06d1ad8742d07f908938e0754b657 PyGE-0.6.1.2.tar.gz 720970
+SHA256 cc147a07eb851eae9fb655ce1c52e72d4e56b13d2e0806969b3c086eaa83821d PyGE-0.6.1.2.tar.gz 720970
diff --git a/app-misc/pyge/pyge-0.6.1.2.ebuild b/app-misc/pyge/pyge-0.6.1.2.ebuild
index 41cf97c9768b..bdf4fa5b38a7 100644
--- a/app-misc/pyge/pyge-0.6.1.2.ebuild
+++ b/app-misc/pyge/pyge-0.6.1.2.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-misc/pyge/pyge-0.6.1.2.ebuild,v 1.9 2005/06/05 11:55:35 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pyge/pyge-0.6.1.2.ebuild,v 1.10 2007/01/28 05:23:12 genone Exp $
inherit eutils
@@ -32,7 +32,7 @@ src_unpack() {
}
pkg_postinst() {
- einfo "You can find a sample database in /usr/share/pyge/gutenberg.xml"
- einfo "For speech output you may optionally install app-accessibility/festival"
+ elog "You can find a sample database in /usr/share/pyge/gutenberg.xml"
+ elog "For speech output you may optionally install app-accessibility/festival"
}