Skip to content

Commit

Permalink
move hlsdk ebuild from old svn repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bor committed May 22, 2010
1 parent a4ea412 commit 00435cd
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dev-games/hlsdk/ChangeLog
@@ -0,0 +1,10 @@
# ChangeLog for dev-games/hlsdk
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $

*hlsdk-2.3_p3 (22 May 2010)

22 May 2010; Sergiy Borodych <bor@univ.kiev.ua> +hlsdk-2.3_p3.ebuild,
+metadata.xml:
move from old svn repo

4 changes: 4 additions & 0 deletions dev-games/hlsdk/Manifest
@@ -0,0 +1,4 @@
DIST hlsdk-2.3-p3.tar.gz 4516784 RMD160 ffc2cba19a6448d4d2e160ab5634551d8efec4c3 SHA1 0a842d3e0f749df5ac13350482b9f0c9155a334b SHA256 f36dfcd04ea85bfc1319bc05105ffd64c34a5a9623dd5ef4fb431b341ab0d7af
EBUILD hlsdk-2.3_p3.ebuild 701 RMD160 7410dd7add5e59af30d148b63d5ac09816f80a5a SHA1 d8820e91c894003bb0a70a260a810ec67c4a68bb SHA256 da17eea64f5bfeffe3aaa24fd9701e1b30fdce1a91bfe6688339464b3d68d062
MISC ChangeLog 260 RMD160 2ae984182d1bbacb3c812763b6d59a36714d4cf3 SHA1 3f3b8d1d4972cc44fd654a66e5ea12bb174df448 SHA256 79243b952112f9183cb47da0e43a607bf5fd522a3cf2bcf8c8f04aad101fe327
MISC metadata.xml 351 RMD160 0f8641d52afaa8ec2d2ce30e4490fec69ff1d16f SHA1 0e0899427a3f66dacbdf32ba39a799a5d6d5161f SHA256 468be2152b9db0e9baef0d601e411fff56dab54b2f35953a4adc07d4f716b718
29 changes: 29 additions & 0 deletions dev-games/hlsdk/hlsdk-2.3_p3.ebuild
@@ -0,0 +1,29 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header$

inherit games

DESCRIPTION="Half-Life Software Development Kit for mod authors"
HOMEPAGE="http://metamod.sourceforge.net/files/sdk/"
SRC_URI="http://metamod.sourceforge.net/files/sdk/${P/_/-}.tar.gz"

LICENSE="ValveSDK"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
RESTRICT="mirror"

S=${WORKDIR}/${P/_/-}
MY_PV=${PV/_/-}

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

src_install() {
insinto "$(games_get_libdir)"/${PN}
dodoc SDK_EULA.txt metamod.hlsdk-${MY_PV}.txt metamod.hlsdk-${MY_PV}.patch
doins -r multiplayer singleplayer || die "doins failed"
prepgamesdirs
}
13 changes: 13 additions & 0 deletions dev-games/hlsdk/metadata.xml
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd></herd>
<maintainer>
<email>bor@univ.kiev.ua</email>
<name>Sergiy Borodych</name>
</maintainer>
<longdescription lang="en">
Half-Life Software Development Kit for mod authors
</longdescription>
</pkgmetadata>

0 comments on commit 00435cd

Please sign in to comment.