diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-04 07:50:54 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-04 07:50:54 +0000 |
commit | 9a768247cbfa82e6a8de9efaf3acf85e24ce6e3e (patch) | |
tree | c46294086f366830c83ac7af5f8cc19e15010a2b /dev-games/crystalspace | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-9a768247cbfa82e6a8de9efaf3acf85e24ce6e3e.tar.gz gentoo-2-9a768247cbfa82e6a8de9efaf3acf85e24ce6e3e.tar.bz2 gentoo-2-9a768247cbfa82e6a8de9efaf3acf85e24ce6e3e.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'dev-games/crystalspace')
-rw-r--r-- | dev-games/crystalspace/ChangeLog | 6 | ||||
-rw-r--r-- | dev-games/crystalspace/crystalspace-1.0.1.ebuild | 8 | ||||
-rw-r--r-- | dev-games/crystalspace/crystalspace-1.0.ebuild | 8 |
3 files changed, 13 insertions, 9 deletions
diff --git a/dev-games/crystalspace/ChangeLog b/dev-games/crystalspace/ChangeLog index 1d95b3a022c8..032a3838dcb1 100644 --- a/dev-games/crystalspace/ChangeLog +++ b/dev-games/crystalspace/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-games/crystalspace # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.26 2007/03/01 07:50:00 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.27 2007/03/04 07:50:54 genone Exp $ + + 04 Mar 2007; Marius Mauch <genone@gentoo.org> crystalspace-1.0.ebuild, + crystalspace-1.0.1.ebuild: + Replacing einfo with elog *crystalspace-1.0.1 (01 Mar 2007) diff --git a/dev-games/crystalspace/crystalspace-1.0.1.ebuild b/dev-games/crystalspace/crystalspace-1.0.1.ebuild index c81f0c3ba5ca..f016d0c6a4eb 100644 --- a/dev-games/crystalspace/crystalspace-1.0.1.ebuild +++ b/dev-games/crystalspace/crystalspace-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.1.ebuild,v 1.1 2007/03/01 07:50:00 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.1.ebuild,v 1.2 2007/03/04 07:50:54 genone Exp $ inherit flag-o-matic java-pkg-opt-2 multilib @@ -111,13 +111,13 @@ src_install() { } pkg_postinst() { - einfo "Examples coming with this package, need correct light calculation" - einfo "Do the following commands, with the root account, to fix that:" + elog "Examples coming with this package, need correct light calculation" + elog "Do the following commands, with the root account, to fix that:" # Fill cache directory for the examples local dir for dir in castle flarge isomap parallaxtest partsys r3dtest stenciltest \ terrain terrainf; do - einfo "cslight -video=null /usr/share/${PN}/data/maps/${dir}" + elog "cslight -video=null /usr/share/${PN}/data/maps/${dir}" done } diff --git a/dev-games/crystalspace/crystalspace-1.0.ebuild b/dev-games/crystalspace/crystalspace-1.0.ebuild index e6c33fb138e9..89b0fea5d44c 100644 --- a/dev-games/crystalspace/crystalspace-1.0.ebuild +++ b/dev-games/crystalspace/crystalspace-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.ebuild,v 1.7 2007/02/16 22:28:39 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.ebuild,v 1.8 2007/03/04 07:50:54 genone Exp $ inherit java-pkg-opt-2 multilib @@ -108,13 +108,13 @@ src_install() { } pkg_postinst() { - einfo "Examples coming with this package, need correct light calculation" - einfo "Do the following commands, with the root account, to fix that:" + elog "Examples coming with this package, need correct light calculation" + elog "Do the following commands, with the root account, to fix that:" # Fill cache directory for the examples local dir for dir in castle flarge isomap parallaxtest partsys r3dtest stenciltest \ terrain terrainf; do - einfo "cslight -video=null /usr/share/${PN}/data/maps/${dir}" + elog "cslight -video=null /usr/share/${PN}/data/maps/${dir}" done } |