diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 18:24:09 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 18:24:09 +0000 |
commit | b8249715025fa564a95763ec9ff1091f17d6c950 (patch) | |
tree | 0e15dd2b99af1bebf60fe6f1ba01eafbc831f343 /games-util/uglygs | |
parent | Stable on Alpha, bug 170310. (diff) | |
download | historical-b8249715025fa564a95763ec9ff1091f17d6c950.tar.gz historical-b8249715025fa564a95763ec9ff1091f17d6c950.tar.bz2 historical-b8249715025fa564a95763ec9ff1091f17d6c950.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'games-util/uglygs')
-rw-r--r-- | games-util/uglygs/ChangeLog | 7 | ||||
-rw-r--r-- | games-util/uglygs/uglygs-0_rc11.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-util/uglygs/ChangeLog b/games-util/uglygs/ChangeLog index 0f57b81c0e28..53cd34251336 100644 --- a/games-util/uglygs/ChangeLog +++ b/games-util/uglygs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-util/uglygs -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/uglygs/ChangeLog,v 1.6 2006/12/06 17:29:50 wolf31o2 Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/uglygs/ChangeLog,v 1.7 2007/03/12 18:24:09 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> uglygs-0_rc11.ebuild: + Replacing einfo with elog 06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> uglygs-0_rc11.ebuild: Removed sed-4 from *DEPEND. diff --git a/games-util/uglygs/uglygs-0_rc11.ebuild b/games-util/uglygs/uglygs-0_rc11.ebuild index b468bc9c85f9..29bc96c18cac 100644 --- a/games-util/uglygs/uglygs-0_rc11.ebuild +++ b/games-util/uglygs/uglygs-0_rc11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/uglygs/uglygs-0_rc11.ebuild,v 1.8 2006/12/06 17:29:50 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/uglygs/uglygs-0_rc11.ebuild,v 1.9 2007/03/12 18:24:09 genone Exp $ inherit eutils games @@ -55,5 +55,5 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo "Dont forget to setup ${GAMES_SYSCONFDIR}/uglygs.conf and ${GAMES_SYSCONFDIR}/qstat.cfg" + elog "Dont forget to setup ${GAMES_SYSCONFDIR}/uglygs.conf and ${GAMES_SYSCONFDIR}/qstat.cfg" } |