ChangeLog

# ChangeLog for dev-games/hlsdk
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/hlsdk/ChangeLog,v 1.6 2007/02/21 23:16:23 peper Exp $

21 Feb 2007; Piotr JaroszyƄski ChangeLog:
Transition to Manifest2.

19 Apr 2004; Chris Gianelloni hlsdk-2.3.ebuild:
Adding IUSE.

*hlsdk-2.3 (08 Jul 2003)

08 Jul 2003; Mike Frysinger :
Initial import. Ebuild submitted by me.

Manifest

DIST hlsdk-2.3.tgz 4542895 RMD160 5327b20ed18e4ded3fb3df0a9a9a0b18efe75f03 SHA1 d6407dbc56d77d32906e047f2c89fc455ce6b3a6 SHA256 895a3295caed8c4f9de0283dcbd664b4c6038514974c447afe91f0dd3990e90c
EBUILD hlsdk-2.3.ebuild 689 RMD160 a94ad0f639a4364169626836865921c65953cc88 SHA1 cf7598873da9d32ac18147932b45490f2b9a3b81 SHA256 b256ae1f1f7e15feba9c710c17b1fba491cea46a6cf03e150672daec9889af0c
MISC ChangeLog 503 RMD160 d3704c15f2c71103434fc68b3bcf184493233a8c SHA1 02ac9f6cb5e24dd4be1b0a4568ad3ad098e6c273 SHA256 4e52b5acd58a49573d232f4016499c348f9df7d439d866468f8378d0e122da29
MISC metadata.xml 700 RMD160 2220927ab93faffbdb0a78faac96ba2f029fc4c4 SHA1 f1f54954f83c9437afaacd1f18df019c148f9fab SHA256 b85c0b2a98e8f506a4f4c4925171ccc90fd9fc98432f912b5724797d7808ade5

hlsdk-2.3.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/hlsdk/hlsdk-2.3.ebuild,v 1.7 2007/04/04 19:21:40 nyhm Exp $

inherit games

DESCRIPTION="Half-Life Software Development Kit for mod authors"
HOMEPAGE="http://www.valvesoftware.com/hlsdk.htm"
SRC_URI="http://www.metamod.org/files/sdk/${P}.tgz"

LICENSE="ValveSDK"
SLOT="0"
KEYWORDS="x86"
IUSE=""

src_compile() {
find -iname '*.orig' -exec rm -f '{}' \;
}

src_install() {
insinto "$(games_get_libdir)"/${PN}
doins -r multiplayer singleplayer || die "doins failed"
dodoc metamod.hlsdk-2.3.txt metamod.hlsdk-2.3.patch
prepgamesdirs
}

metadata.xml




games

Half-Life SDK

The current version of the Half-Life SDK is 2.3, which includes new functionality
for mod authors, greatly increasing their power to create a wide variety of games
using the Half-Life engine. The new features included with version 2.3 are the
inclusion of the Ricochet source code (with multi-serve technology), first-person
spectator code, and updated information on the server query protocol.

Note:
This is the version from metamod ... it's been ported and updated for use in linux.