summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository QA checks <repo-qa-checks@gentoo.org>2016-06-30 22:41:59 +0000
committerRepository QA checks <repo-qa-checks@gentoo.org>2016-06-30 22:41:59 +0000
commit28930b1b9a230808d3e42f48f46cb28a6888e7e8 (patch)
treed23ec0de4ca71b500c65b22c5d3c7c48c46e4954
parent2016-06-30 22:29:40 UTC (diff)
parentdev-games/hlsdk: remove deprecated games eclass (diff)
downloadgentoo-28930b1b9a230808d3e42f48f46cb28a6888e7e8.tar.gz
gentoo-28930b1b9a230808d3e42f48f46cb28a6888e7e8.tar.bz2
gentoo-28930b1b9a230808d3e42f48f46cb28a6888e7e8.zip
Merge updates from master
-rw-r--r--dev-games/hlsdk/hlsdk-2.3-r1.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-games/hlsdk/hlsdk-2.3-r1.ebuild b/dev-games/hlsdk/hlsdk-2.3-r1.ebuild
new file mode 100644
index 000000000000..c10b4569576f
--- /dev/null
+++ b/dev-games/hlsdk/hlsdk-2.3-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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_prepare() {
+ default
+ find -iname '*.orig' -exec rm -f '{}' + || die
+}
+
+src_install() {
+ insinto "$(get_libdir)"/${PN}
+ doins -r multiplayer singleplayer
+ dodoc metamod.hlsdk-2.3.txt metamod.hlsdk-2.3.patch
+}