diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 15:08:23 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 15:08:23 +0000 |
commit | c51e3eea4f58ef9776f8d15133c6d8c9e8df3721 (patch) | |
tree | c48b9075d52d542a7b36660dac29068fd47fcef9 /games-fps/duke3d | |
parent | x86 stable (diff) | |
download | historical-c51e3eea4f58ef9776f8d15133c6d8c9e8df3721.tar.gz historical-c51e3eea4f58ef9776f8d15133c6d8c9e8df3721.tar.bz2 historical-c51e3eea4f58ef9776f8d15133c6d8c9e8df3721.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'games-fps/duke3d')
-rw-r--r-- | games-fps/duke3d/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/duke3d/duke3d-20040817-r1.ebuild | 14 | ||||
-rw-r--r-- | games-fps/duke3d/duke3d-20040817.ebuild | 6 |
3 files changed, 15 insertions, 11 deletions
diff --git a/games-fps/duke3d/ChangeLog b/games-fps/duke3d/ChangeLog index 589c97edf833..2828eb6e0afd 100644 --- a/games-fps/duke3d/ChangeLog +++ b/games-fps/duke3d/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/duke3d # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/duke3d/ChangeLog,v 1.25 2007/03/07 16:52:42 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/duke3d/ChangeLog,v 1.26 2007/03/12 14:37:15 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> duke3d-20040817.ebuild, + duke3d-20040817-r1.ebuild: + Replacing einfo with elog 07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> duke3d-20040817.ebuild, duke3d-20040817-r1.ebuild: diff --git a/games-fps/duke3d/duke3d-20040817-r1.ebuild b/games-fps/duke3d/duke3d-20040817-r1.ebuild index b564bf56ce03..9f4f891e5748 100644 --- a/games-fps/duke3d/duke3d-20040817-r1.ebuild +++ b/games-fps/duke3d/duke3d-20040817-r1.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/games-fps/duke3d/duke3d-20040817-r1.ebuild,v 1.4 2007/03/07 16:52:42 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/duke3d/duke3d-20040817-r1.ebuild,v 1.5 2007/03/12 14:37:15 genone Exp $ fromcvs=0 ECVS_MODULE="duke3d" @@ -115,10 +115,10 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo "Put the data files in ${GAMES_DATADIR}/${PN} before playing" - einfo "" - einfo "For the shareware version, get the zip file at" - einfo "ftp://ftp.3drealms.com/share/3dduke13.zip, unzip in some temporary" - einfo "directory, unzip again the file DN3DSW13.SHR. You should have now" - einfo "the DUKE3D.GRP file. Move only this in ${GAMES_DATADIR}/${PN}" + elog "Put the data files in ${GAMES_DATADIR}/${PN} before playing" + elog "" + elog "For the shareware version, get the zip file at" + elog "ftp://ftp.3drealms.com/share/3dduke13.zip, unzip in some temporary" + elog "directory, unzip again the file DN3DSW13.SHR. You should have now" + elog "the DUKE3D.GRP file. Move only this in ${GAMES_DATADIR}/${PN}" } diff --git a/games-fps/duke3d/duke3d-20040817.ebuild b/games-fps/duke3d/duke3d-20040817.ebuild index 22d2a103f8cc..cc4644cd5bf6 100644 --- a/games-fps/duke3d/duke3d-20040817.ebuild +++ b/games-fps/duke3d/duke3d-20040817.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/games-fps/duke3d/duke3d-20040817.ebuild,v 1.10 2007/03/07 16:52:42 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/duke3d/duke3d-20040817.ebuild,v 1.11 2007/03/12 14:37:15 genone Exp $ fromcvs=0 ECVS_MODULE="duke3d" @@ -107,6 +107,6 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo "Just put the data files in ${GAMES_DATADIR}/${PN}" - einfo "before playing !" + elog "Just put the data files in ${GAMES_DATADIR}/${PN}" + elog "before playing !" } |