diff options
author | Roy Marples <uberlord@gentoo.org> | 2006-07-05 12:45:09 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2006-07-05 12:45:09 +0000 |
commit | 58727c3e2cf11137c1b0443a830d05562d000ce5 (patch) | |
tree | 66eb79a37e1f625d3379efa0372306ee440b07e2 /games-rpg | |
parent | Version bump (diff) | |
download | gentoo-2-58727c3e2cf11137c1b0443a830d05562d000ce5.tar.gz gentoo-2-58727c3e2cf11137c1b0443a830d05562d000ce5.tar.bz2 gentoo-2-58727c3e2cf11137c1b0443a830d05562d000ce5.zip |
Add warning about updates causing client to exit
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/eternal-lands/ChangeLog | 6 | ||||
-rw-r--r-- | games-rpg/eternal-lands/eternal-lands-1.3.0.ebuild | 7 |
2 files changed, 11 insertions, 2 deletions
diff --git a/games-rpg/eternal-lands/ChangeLog b/games-rpg/eternal-lands/ChangeLog index bf0f159c0077..eca2eb5cf3c2 100644 --- a/games-rpg/eternal-lands/ChangeLog +++ b/games-rpg/eternal-lands/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-rpg/eternal-lands # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands/ChangeLog,v 1.19 2006/07/04 22:50:25 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands/ChangeLog,v 1.20 2006/07/05 12:45:09 uberlord Exp $ + + 05 Jul 2006; Roy Marples <uberlord@gentoo.org> eternal-lands-1.3.0.ebuild: + Added warning about new Auto Update feature causing client to suddenly exit. + This is a design feature, so go bug the game designers! *eternal-lands-1.3.0 (04 Jul 2006) diff --git a/games-rpg/eternal-lands/eternal-lands-1.3.0.ebuild b/games-rpg/eternal-lands/eternal-lands-1.3.0.ebuild index b9c73c5902c5..c0e3aec38888 100644 --- a/games-rpg/eternal-lands/eternal-lands-1.3.0.ebuild +++ b/games-rpg/eternal-lands/eternal-lands-1.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands/eternal-lands-1.3.0.ebuild,v 1.1 2006/07/04 22:50:25 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands/eternal-lands-1.3.0.ebuild,v 1.2 2006/07/05 12:45:09 uberlord Exp $ inherit eutils games @@ -101,6 +101,11 @@ src_install() { } pkg_postinst() { + einfo "Auto Update is now enabled in Eternal Lands" + ewarn "If an update occurs then the client will suddenly exit" + einfo "Updates only happen when the game first loads" + einfo "Please don't report this behaviour as a bug ;" + # Ensure that the files are writable by the game group for auto # updating. chmod -R g+rw "${ROOT}/${GAMES_DATADIR}/${MY_PN}" |