summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-04-30 23:28:32 +0000
committerMarius Mauch <genone@gentoo.org>2007-04-30 23:28:32 +0000
commit4da5573d078ff2848f3e3abb4d7a4da6b0af5348 (patch)
tree955ada64468f39aa1edbac8f8a6b90f51f51da01 /media-libs/panda3d
parentReplacing einfo with elog (diff)
downloadgentoo-2-4da5573d078ff2848f3e3abb4d7a4da6b0af5348.tar.gz
gentoo-2-4da5573d078ff2848f3e3abb4d7a4da6b0af5348.tar.bz2
gentoo-2-4da5573d078ff2848f3e3abb4d7a4da6b0af5348.zip
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'media-libs/panda3d')
-rw-r--r--media-libs/panda3d/ChangeLog6
-rw-r--r--media-libs/panda3d/panda3d-1.0.4.ebuild18
-rw-r--r--media-libs/panda3d/panda3d-1.0.5.ebuild26
3 files changed, 27 insertions, 23 deletions
diff --git a/media-libs/panda3d/ChangeLog b/media-libs/panda3d/ChangeLog
index 3c6be587d440..eb32bdd85880 100644
--- a/media-libs/panda3d/ChangeLog
+++ b/media-libs/panda3d/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/panda3d
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/panda3d/ChangeLog,v 1.4 2007/02/09 07:56:30 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/panda3d/ChangeLog,v 1.5 2007/04/30 23:28:32 genone Exp $
+
+ 30 Apr 2007; Marius Mauch <genone@gentoo.org> panda3d-1.0.4.ebuild,
+ panda3d-1.0.5.ebuild:
+ Replacing einfo with elog
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/media-libs/panda3d/panda3d-1.0.4.ebuild b/media-libs/panda3d/panda3d-1.0.4.ebuild
index f65eba8d7531..cfe4d7207855 100644
--- a/media-libs/panda3d/panda3d-1.0.4.ebuild
+++ b/media-libs/panda3d/panda3d-1.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/media-libs/panda3d/panda3d-1.0.4.ebuild,v 1.3 2005/07/06 18:02:03 chriswhite Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/panda3d/panda3d-1.0.4.ebuild,v 1.4 2007/04/30 23:28:32 genone Exp $
inherit eutils
@@ -77,13 +77,13 @@ src_install()
pkg_postinst()
{
- einfo "Panda3d is installed in /opt/panda3d"
+ elog "Panda3d is installed in /opt/panda3d"
if use doc ; then
- einfo "Documentation is avaliable in /opt/panda3d/html"
- einfo "Samples are avalaible in /opt/panda3d/samples"
+ elog "Documentation is avaliable in /opt/panda3d/html"
+ elog "Samples are avalaible in /opt/panda3d/samples"
fi
- einfo "For C++ compiling, include directory must be set:"
- einfo "g++ -I/opt/panda3d/include [other flags]"
- einfo "Python scripts must be ran with ppython"
- einfo "Tutorials avaliable at http://panda3d.org"
+ elog "For C++ compiling, include directory must be set:"
+ elog "g++ -I/opt/panda3d/include [other flags]"
+ elog "Python scripts must be ran with ppython"
+ elog "Tutorials avaliable at http://panda3d.org"
}
diff --git a/media-libs/panda3d/panda3d-1.0.5.ebuild b/media-libs/panda3d/panda3d-1.0.5.ebuild
index 2453a41cce76..013d182c6c8f 100644
--- a/media-libs/panda3d/panda3d-1.0.5.ebuild
+++ b/media-libs/panda3d/panda3d-1.0.5.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/media-libs/panda3d/panda3d-1.0.5.ebuild,v 1.3 2006/01/09 22:16:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/panda3d/panda3d-1.0.5.ebuild,v 1.4 2007/04/30 23:28:32 genone Exp $
inherit eutils python
@@ -98,19 +98,19 @@ src_install()
pkg_postinst()
{
- einfo "Panda3d is installed in /opt/panda3d"
- einfo
+ elog "Panda3d is installed in /opt/panda3d"
+ elog
if use doc ; then
- einfo "Documentation is avaliable in /opt/panda3d/html"
- einfo "Samples are avalaible in /opt/panda3d/samples"
+ elog "Documentation is avaliable in /opt/panda3d/html"
+ elog "Samples are avalaible in /opt/panda3d/samples"
fi
- einfo "For C++ compiling, include directory must be set:"
- einfo "g++ -I/opt/panda3d/include [other flags]"
+ elog "For C++ compiling, include directory must be set:"
+ elog "g++ -I/opt/panda3d/include [other flags]"
if use python ; then
- einfo
- einfo "ppython is depricated and panda3d modules are"
- einfo "now installed as standard python modules."
+ elog
+ elog "ppython is depricated and panda3d modules are"
+ elog "now installed as standard python modules."
fi
- einfo
- einfo "Tutorials avaliable at http://panda3d.org"
+ elog
+ elog "Tutorials avaliable at http://panda3d.org"
}