summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-05 04:16:20 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-05 04:16:20 +0000
commit71e674574dd94b8f305ae111f56e63406ec2c24f (patch)
tree9ed9502d84cc99c6264b44dd3c2dc5cffff748c7 /dev-util/spe
parentadded ~ppc64 (diff)
downloadgentoo-2-71e674574dd94b8f305ae111f56e63406ec2c24f.tar.gz
gentoo-2-71e674574dd94b8f305ae111f56e63406ec2c24f.tar.bz2
gentoo-2-71e674574dd94b8f305ae111f56e63406ec2c24f.zip
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'dev-util/spe')
-rw-r--r--dev-util/spe/ChangeLog8
-rw-r--r--dev-util/spe/spe-0.8.2.ebuild16
-rw-r--r--dev-util/spe/spe-0.8.3c.ebuild16
3 files changed, 22 insertions, 18 deletions
diff --git a/dev-util/spe/ChangeLog b/dev-util/spe/ChangeLog
index 7e41f84eb8b4..62c2ac7b0f06 100644
--- a/dev-util/spe/ChangeLog
+++ b/dev-util/spe/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/spe
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/ChangeLog,v 1.29 2006/11/27 23:06:13 kloeri Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/ChangeLog,v 1.30 2007/03/05 04:16:20 genone Exp $
+
+ 05 Mar 2007; Marius Mauch <genone@gentoo.org> spe-0.8.2.ebuild,
+ spe-0.8.3c.ebuild:
+ Replacing einfo with elog
27 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> spe-0.8.3c.ebuild:
Add gnome desktop entry, bug 154233. Thanks to CDigger <diggerster@gmail.com>.
diff --git a/dev-util/spe/spe-0.8.2.ebuild b/dev-util/spe/spe-0.8.2.ebuild
index 3a4f9179c7f0..169b50fa2081 100644
--- a/dev-util/spe/spe-0.8.2.ebuild
+++ b/dev-util/spe/spe-0.8.2.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/dev-util/spe/spe-0.8.2.ebuild,v 1.2 2006/09/12 19:55:38 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.8.2.ebuild,v 1.3 2007/03/05 04:16:20 genone Exp $
inherit distutils eutils
@@ -46,10 +46,10 @@ pkg_postinst() {
distutils_python_version
SPEPATH="/usr/lib/python${PYVER}/site-packages"
- einfo
- einfo "To be able to use spe in blender, be sure that the path where spe is"
- einfo "installed ($SPEPATH) is included in your PYTHONPATH"
- einfo "environment variable. See the installation section in the manual for"
- einfo "more information ($SPEPATH/_spe/doc/manual.pdf)."
- einfo
+ elog
+ elog "To be able to use spe in blender, be sure that the path where spe is"
+ elog "installed ($SPEPATH) is included in your PYTHONPATH"
+ elog "environment variable. See the installation section in the manual for"
+ elog "more information ($SPEPATH/_spe/doc/manual.pdf)."
+ elog
}
diff --git a/dev-util/spe/spe-0.8.3c.ebuild b/dev-util/spe/spe-0.8.3c.ebuild
index 4383ae5b8b9f..bd47aa6c89e0 100644
--- a/dev-util/spe/spe-0.8.3c.ebuild
+++ b/dev-util/spe/spe-0.8.3c.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/dev-util/spe/spe-0.8.3c.ebuild,v 1.2 2006/11/27 23:06:13 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.8.3c.ebuild,v 1.3 2007/03/05 04:16:20 genone Exp $
inherit distutils eutils
@@ -49,10 +49,10 @@ pkg_postinst() {
distutils_python_version
SPEPATH="/usr/lib/python${PYVER}/site-packages"
- einfo
- einfo "To be able to use spe in blender, be sure that the path where spe is"
- einfo "installed ($SPEPATH) is included in your PYTHONPATH"
- einfo "environment variable. See the installation section in the manual for"
- einfo "more information ($SPEPATH/_spe/doc/manual.pdf)."
- einfo
+ elog
+ elog "To be able to use spe in blender, be sure that the path where spe is"
+ elog "installed ($SPEPATH) is included in your PYTHONPATH"
+ elog "environment variable. See the installation section in the manual for"
+ elog "more information ($SPEPATH/_spe/doc/manual.pdf)."
+ elog
}