diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-22 15:51:36 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-22 15:51:36 +0000 |
commit | 4cb9912a80ea17b9114e18ab6f7bb992c1d302c3 (patch) | |
tree | 08db0de0e862b5e95faf4add46259032110dc263 /games-action/xshipwars | |
parent | amd64 (diff) | |
download | historical-4cb9912a80ea17b9114e18ab6f7bb992c1d302c3.tar.gz historical-4cb9912a80ea17b9114e18ab6f7bb992c1d302c3.tar.bz2 historical-4cb9912a80ea17b9114e18ab6f7bb992c1d302c3.zip |
more instructions for post-install (bug #42383)
Diffstat (limited to 'games-action/xshipwars')
-rw-r--r-- | games-action/xshipwars/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/xshipwars/Manifest | 4 | ||||
-rw-r--r-- | games-action/xshipwars/xshipwars-1.34.0.ebuild | 5 |
3 files changed, 12 insertions, 5 deletions
diff --git a/games-action/xshipwars/ChangeLog b/games-action/xshipwars/ChangeLog index 41df53ae176e..5c874f7e8b82 100644 --- a/games-action/xshipwars/ChangeLog +++ b/games-action/xshipwars/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/xshipwars -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/ChangeLog,v 1.2 2003/09/10 20:31:56 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/ChangeLog,v 1.3 2004/02/22 15:51:36 mr_bones_ Exp $ + + 22 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org> + xshipwars-1.34.0.ebuild: + more instructions for post-install (bug #42383) *xshipwars-1.34.0 (01 Feb 2002) diff --git a/games-action/xshipwars/Manifest b/games-action/xshipwars/Manifest index ae452a1fefe4..c6bf13848797 100644 --- a/games-action/xshipwars/Manifest +++ b/games-action/xshipwars/Manifest @@ -1,5 +1,5 @@ -MD5 d40728bcab83518824a22831f5432644 ChangeLog 1002 -MD5 d39139f08bca6542a794e427943d6450 xshipwars-1.34.0.ebuild 2498 +MD5 565a1101f5a5ea048974548fb5286813 ChangeLog 1138 +MD5 1d19b3e74097a5ee5291e192e2f5246b xshipwars-1.34.0.ebuild 2609 MD5 b244cf1c41a78cacb62296d573935c07 metadata.xml 245 MD5 825e4e161401b86551eb3985d7fdc357 files/digest-xshipwars-1.34.0 327 MD5 810c3eb40cc4e406109ac3f0e33b3fa9 files/xshipwars-1.34.0-gcc3.patch 1338 diff --git a/games-action/xshipwars/xshipwars-1.34.0.ebuild b/games-action/xshipwars/xshipwars-1.34.0.ebuild index a831a1abe9d3..485ffdc3396c 100644 --- a/games-action/xshipwars/xshipwars-1.34.0.ebuild +++ b/games-action/xshipwars/xshipwars-1.34.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/xshipwars-1.34.0.ebuild,v 1.3 2004/02/20 06:13:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/xshipwars-1.34.0.ebuild,v 1.4 2004/02/22 15:51:36 mr_bones_ Exp $ inherit gcc games eutils @@ -67,10 +67,13 @@ pkg_postinst() { einfo "global XShipWars client configuration file and copy it to " einfo "your home directory: " echo + einfo "# mkdir ~/.shipwars/" einfo "# cd /usr/share/games/xshipwars/etc/ " einfo "# cp xshipwarsrc ~/.shipwars/xshipwarsrc " einfo "# cp universes ~/.shipwars/universes " echo + einfo "You will probably need to edit the xshipwarsrc to fit your needs." + echo einfo "Then type 'xsw &' to start the game" echo } |