diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-26 05:56:46 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-26 05:56:46 +0000 |
commit | 3627e14f0c98940a43be326d1681b2c5dbcafefc (patch) | |
tree | e7ef37fb0a371ceaac5796523952f2ed6df77565 /games-emulation | |
parent | Version bump. Closes bug #57873. (diff) | |
download | historical-3627e14f0c98940a43be326d1681b2c5dbcafefc.tar.gz historical-3627e14f0c98940a43be326d1681b2c5dbcafefc.tar.bz2 historical-3627e14f0c98940a43be326d1681b2c5dbcafefc.zip |
add a warning for people using ati-drivers (bug #57188)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dosbox-cvs/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/dosbox-cvs/Manifest | 4 | ||||
-rw-r--r-- | games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild | 10 |
3 files changed, 16 insertions, 4 deletions
diff --git a/games-emulation/dosbox-cvs/ChangeLog b/games-emulation/dosbox-cvs/ChangeLog index 15a582634a14..84ebb075e7d8 100644 --- a/games-emulation/dosbox-cvs/ChangeLog +++ b/games-emulation/dosbox-cvs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/dosbox-cvs # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox-cvs/ChangeLog,v 1.8 2004/07/01 11:13:45 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox-cvs/ChangeLog,v 1.9 2004/07/26 05:56:46 mr_bones_ Exp $ + + 25 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> + dosbox-cvs-20030809.ebuild: + add a warning for people using ati-drivers (bug #57188) 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> dosbox-cvs-20030809.ebuild: diff --git a/games-emulation/dosbox-cvs/Manifest b/games-emulation/dosbox-cvs/Manifest index 617ba4eb82ce..5fda3a7897ce 100644 --- a/games-emulation/dosbox-cvs/Manifest +++ b/games-emulation/dosbox-cvs/Manifest @@ -1,4 +1,4 @@ -MD5 cbc695f2c1eb6309082dc567c56c7f01 ChangeLog 1022 -MD5 4a091081a255d89c9642a67848bc4c81 dosbox-cvs-20030809.ebuild 1154 +MD5 45949341e1e89533e7ddbb6de7a9669b ChangeLog 1165 +MD5 96b150b7400e00f7113c39d2312abd7e dosbox-cvs-20030809.ebuild 1332 MD5 95e2b5bfd7767aeae061c77f7e1a055e metadata.xml 221 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-dosbox-cvs-20030809 0 diff --git a/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild b/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild index 820a25797e34..4a87cd42c6c0 100644 --- a/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild +++ b/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild,v 1.9 2004/07/01 11:13:45 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild,v 1.10 2004/07/26 05:56:46 mr_bones_ Exp $ inherit games cvs @@ -45,3 +45,11 @@ src_install() { dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS prepgamesdirs } + +pkg_postinst() { + games_pkg_postinst + echo + einfo "If you're using ati-drivers, you may need to use output=overlay" + einfo "in the dosbox config file (see bug #57188)." + echo +} |