dev-games/hlsdk: Drop old
authorPacho Ramos <pacho@gentoo.org>
Sat, 14 Apr 2018 21:09:59 +0000 (23:09 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sat, 14 Apr 2018 21:17:10 +0000 (23:17 +0200)
Package-Manager: Portage-2.3.28, Repoman-2.3.9

dev-games/hlsdk/hlsdk-2.3.ebuild [deleted file]

diff --git a/dev-games/hlsdk/hlsdk-2.3.ebuild b/dev-games/hlsdk/hlsdk-2.3.ebuild
deleted file mode 100644 (file)
index 0c4edf9..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-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_prepare() {
-       find -iname '*.orig' -exec rm -f '{}' +
-}
-
-src_install() {
-       insinto "$(games_get_libdir)"/${PN}
-       doins -r multiplayer singleplayer
-       dodoc metamod.hlsdk-2.3.txt metamod.hlsdk-2.3.patch
-       prepgamesdirs
-}