diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-01-29 10:17:31 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-01-29 10:17:31 +0000 |
commit | ee980033fde47a61aee6f606b62760379d22b6cf (patch) | |
tree | 78b7ee9b43d565b1b5a553d7ba994826edcc2d3d /games-server | |
parent | Condition dependance of netpbm and ghostscript by the state of fax USE flag (... (diff) | |
download | gentoo-2-ee980033fde47a61aee6f606b62760379d22b6cf.tar.gz gentoo-2-ee980033fde47a61aee6f606b62760379d22b6cf.tar.bz2 gentoo-2-ee980033fde47a61aee6f606b62760379d22b6cf.zip |
Don't specify compression type in doc elog, bug #169772
(Portage version: 2.1.4)
Diffstat (limited to 'games-server')
-rw-r--r-- | games-server/pvpgn/ChangeLog | 7 | ||||
-rw-r--r-- | games-server/pvpgn/pvpgn-1.8.0.ebuild | 16 |
2 files changed, 13 insertions, 10 deletions
diff --git a/games-server/pvpgn/ChangeLog b/games-server/pvpgn/ChangeLog index 827a6a3b3202..17deaf44289a 100644 --- a/games-server/pvpgn/ChangeLog +++ b/games-server/pvpgn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-server/pvpgn -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/pvpgn/ChangeLog,v 1.14 2007/03/12 17:57:54 genone Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-server/pvpgn/ChangeLog,v 1.15 2008/01/29 10:17:31 nyhm Exp $ + + 29 Jan 2008; Tristan Heaven <nyhm@gentoo.org> pvpgn-1.8.0.ebuild: + Don't specify compression type in doc elog, bug #169772 12 Mar 2007; Marius Mauch <genone@gentoo.org> pvpgn-1.8.0.ebuild: Replacing einfo with elog diff --git a/games-server/pvpgn/pvpgn-1.8.0.ebuild b/games-server/pvpgn/pvpgn-1.8.0.ebuild index dc72e3b0a2b5..7e638a65b591 100644 --- a/games-server/pvpgn/pvpgn-1.8.0.ebuild +++ b/games-server/pvpgn/pvpgn-1.8.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/pvpgn/pvpgn-1.8.0.ebuild,v 1.7 2007/03/12 17:57:54 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/pvpgn/pvpgn-1.8.0.ebuild,v 1.8 2008/01/29 10:17:31 nyhm Exp $ inherit eutils games @@ -74,20 +74,20 @@ src_install() { pkg_postinst() { games_pkg_postinst - elog " If this is a first installation you have to configure package by" - elog "editing the configuration files provided in \"${GAMES_SYSCONFDIR}/pvpgn\". Also you" - elog "should read the documentation from /usr/share/docs/${PF}/" + elog "If this is a first installation you need to configure the package by" + elog "editing the configuration files provided in ${GAMES_SYSCONFDIR}/pvpgn" + elog "Also you should read the documentation in /usr/share/docs/${PF}" elog - elog " If you are upgrading you MUST read /usr/share/docs/${PF}/UPDATE.gz" + elog "If you are upgrading you MUST read UPDATE in /usr/share/docs/${PF}" elog "and update your configuration acordingly." if use mysql ; then elog - elog " You have enabled MySQL storage support. You will need to edit " + elog "You have enabled MySQL storage support. You will need to edit" elog "bnetd.conf to use it. Read README.storage from the docs dir." fi if use postgres ; then elog - elog " You have enabled PostgreSQL storage support. You will need to edit " + elog "You have enabled PostgreSQL storage support. You will need to edit" elog "bnetd.conf to use it. Read README.storage from the docs dir." fi } |