diff options
author | Marius Mauch <genone@gentoo.org> | 2007-04-30 23:36:45 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-04-30 23:36:45 +0000 |
commit | 01b5543dbeb0bd1fb25f1a0cf4c9e92610c65bd3 (patch) | |
tree | 89253b735caf8ecd9deefad8a3085eb48a3b1d4c /media-libs/panda3d | |
parent | Version bump to 8.0.13 for bug #175791 (diff) | |
download | historical-01b5543dbeb0bd1fb25f1a0cf4c9e92610c65bd3.tar.gz historical-01b5543dbeb0bd1fb25f1a0cf4c9e92610c65bd3.tar.bz2 historical-01b5543dbeb0bd1fb25f1a0cf4c9e92610c65bd3.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'media-libs/panda3d')
-rw-r--r-- | media-libs/panda3d/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/panda3d/panda3d-1.0.4.ebuild | 18 | ||||
-rw-r--r-- | media-libs/panda3d/panda3d-1.0.5.ebuild | 26 |
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" } |