diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-15 23:09:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-15 23:09:12 +0000 |
commit | 76a887145d9a474757c5a6a17aa6c654bb4f75da (patch) | |
tree | 380afcab4f5d27d9ab9dcb04547bfee03bac3e16 /games-server | |
parent | Remove dev-lang/bigwig, shouldn't have been hard-masked. (diff) | |
download | gentoo-2-76a887145d9a474757c5a6a17aa6c654bb4f75da.tar.gz gentoo-2-76a887145d9a474757c5a6a17aa6c654bb4f75da.tar.bz2 gentoo-2-76a887145d9a474757c5a6a17aa6c654bb4f75da.zip |
touchups
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-server')
-rw-r--r-- | games-server/halflife-steam/files/digest-halflife-steam-2.0 | 1 | ||||
-rw-r--r-- | games-server/halflife-steam/halflife-steam-2.0.ebuild | 10 |
2 files changed, 5 insertions, 6 deletions
diff --git a/games-server/halflife-steam/files/digest-halflife-steam-2.0 b/games-server/halflife-steam/files/digest-halflife-steam-2.0 index ffc6968513c0..de2fcc7bbcf0 100644 --- a/games-server/halflife-steam/files/digest-halflife-steam-2.0 +++ b/games-server/halflife-steam/files/digest-halflife-steam-2.0 @@ -1,2 +1 @@ MD5 0ddcaabd9d90a0bcbf2d7881611528b1 hldsupdatetool.bin 2981254 -MD5 fada107b6f72bbd9e91bd1cd604135e1 hldsupdatetool_readme.txt 5987 diff --git a/games-server/halflife-steam/halflife-steam-2.0.ebuild b/games-server/halflife-steam/halflife-steam-2.0.ebuild index c58d7bc0c270..25d11e9c97a5 100644 --- a/games-server/halflife-steam/halflife-steam-2.0.ebuild +++ b/games-server/halflife-steam/halflife-steam-2.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/halflife-steam/halflife-steam-2.0.ebuild,v 1.7 2005/01/27 19:38:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/halflife-steam/halflife-steam-2.0.ebuild,v 1.8 2005/04/15 23:09:12 vapier Exp $ inherit games eutils DESCRIPTION="client for Valve Software's Steam content delivery program" HOMEPAGE="http://www.steampowered.com/" -SRC_URI="hldsupdatetool.bin hldsupdatetool_readme.txt" +SRC_URI="hldsupdatetool.bin" LICENSE="ValveServer" SLOT="0" @@ -22,19 +22,19 @@ pkg_nofetch() { einfo "user: hlserver" einfo "password: hlserver" einfo "directory: linux" + echo + einfo "You should also grab any readme's that happen to be" + einfo "floating around the directory!" } src_unpack() { unpack_pdv hldsupdatetool.bin 4 chmod a+x steam - cp ${DISTDIR}/hldsupdatetool_readme.txt . } src_install() { exeinto "${GAMES_PREFIX_OPT}"/halflife doexe steam - insinto "${GAMES_PREFIX_OPT}"/halflife - dodoc hldsupdatetool_readme.txt games_make_wrapper steam ./steam "${GAMES_PREFIX_OPT}"/halflife |