summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-07-09 16:34:49 +0000
committerSven Wegener <swegener@gentoo.org>2005-07-09 16:34:49 +0000
commit66838e21b3c365aa2d10c0455db79bbbf302e7f3 (patch)
tree454057f936247437d2f0ab54de11da35ec4c46eb /dev-util/spe
parentQA: Cleaner einfo, ewarn and eerror usage (diff)
downloadgentoo-2-66838e21b3c365aa2d10c0455db79bbbf302e7f3.tar.gz
gentoo-2-66838e21b3c365aa2d10c0455db79bbbf302e7f3.tar.bz2
gentoo-2-66838e21b3c365aa2d10c0455db79bbbf302e7f3.zip
QA: Cleaner einfo, ewarn and eerror usage
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-util/spe')
-rw-r--r--dev-util/spe/spe-0.5.1d.ebuild6
-rw-r--r--dev-util/spe/spe-0.5.1f.ebuild6
-rw-r--r--dev-util/spe/spe-0.7.1a.ebuild6
-rw-r--r--dev-util/spe/spe-0.7.3a.ebuild6
4 files changed, 12 insertions, 12 deletions
diff --git a/dev-util/spe/spe-0.5.1d.ebuild b/dev-util/spe/spe-0.5.1d.ebuild
index 7a535a9c596b..28dfbcc3e423 100644
--- a/dev-util/spe/spe-0.5.1d.ebuild
+++ b/dev-util/spe/spe-0.5.1d.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.5.1d.ebuild,v 1.7 2004/10/02 15:32:53 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.5.1d.ebuild,v 1.8 2005/07/09 16:32:58 swegener Exp $
inherit distutils eutils
@@ -45,10 +45,10 @@ pkg_postinst() {
distutils_python_version
SPEPATH="/usr/lib/python${PYVER}/site-packages"
- einfo " "
+ 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 " "
+ einfo
}
diff --git a/dev-util/spe/spe-0.5.1f.ebuild b/dev-util/spe/spe-0.5.1f.ebuild
index 3011e31300a9..10f2863b2dd1 100644
--- a/dev-util/spe/spe-0.5.1f.ebuild
+++ b/dev-util/spe/spe-0.5.1f.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.5.1f.ebuild,v 1.2 2005/04/20 05:53:10 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.5.1f.ebuild,v 1.3 2005/07/09 16:32:58 swegener Exp $
inherit distutils eutils
@@ -47,10 +47,10 @@ pkg_postinst() {
distutils_python_version
SPEPATH="/usr/lib/python${PYVER}/site-packages"
- einfo " "
+ 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 " "
+ einfo
}
diff --git a/dev-util/spe/spe-0.7.1a.ebuild b/dev-util/spe/spe-0.7.1a.ebuild
index 84bdba69a05b..f868271565a9 100644
--- a/dev-util/spe/spe-0.7.1a.ebuild
+++ b/dev-util/spe/spe-0.7.1a.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.7.1a.ebuild,v 1.1 2005/04/20 05:53:10 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.7.1a.ebuild,v 1.2 2005/07/09 16:32:58 swegener Exp $
inherit distutils eutils
@@ -47,10 +47,10 @@ pkg_postinst() {
distutils_python_version
SPEPATH="/usr/lib/python${PYVER}/site-packages"
- einfo " "
+ 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 " "
+ einfo
}
diff --git a/dev-util/spe/spe-0.7.3a.ebuild b/dev-util/spe/spe-0.7.3a.ebuild
index e9d0b1bffa18..ed6965f2484a 100644
--- a/dev-util/spe/spe-0.7.3a.ebuild
+++ b/dev-util/spe/spe-0.7.3a.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.7.3a.ebuild,v 1.2 2005/06/20 12:23:09 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.7.3a.ebuild,v 1.3 2005/07/09 16:32:58 swegener Exp $
inherit distutils eutils
@@ -47,10 +47,10 @@ pkg_postinst() {
distutils_python_version
SPEPATH="/usr/lib/python${PYVER}/site-packages"
- einfo " "
+ 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 " "
+ einfo
}