diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-04-14 23:09:59 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-04-14 23:17:10 +0200 |
commit | 0669b082470f27c00273536dd50c97cdca49351d (patch) | |
tree | 83407341fdd936e538e008eef35e434598e0dad4 /dev-games | |
parent | dev-games/cardpics: Stop using games.eclass (diff) | |
download | gentoo-0669b082470f27c00273536dd50c97cdca49351d.tar.gz gentoo-0669b082470f27c00273536dd50c97cdca49351d.tar.bz2 gentoo-0669b082470f27c00273536dd50c97cdca49351d.zip |
dev-games/hlsdk: Drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/hlsdk/hlsdk-2.3.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-games/hlsdk/hlsdk-2.3.ebuild b/dev-games/hlsdk/hlsdk-2.3.ebuild deleted file mode 100644 index 0c4edf9bee07..000000000000 --- a/dev-games/hlsdk/hlsdk-2.3.ebuild +++ /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 -} |