From 0a8d89ea19cbcfe627751ebcf35a9f1e03b54526 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Wed, 2 Oct 2019 20:08:37 +0200 Subject: dev-games/hlsdk: Remove last-rited package, bug 693260 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/693260 Signed-off-by: Andreas K. Hüttel --- dev-games/hlsdk/Manifest | 1 - dev-games/hlsdk/hlsdk-2.3-r1.ebuild | 24 ------------------------ dev-games/hlsdk/metadata.xml | 20 -------------------- 3 files changed, 45 deletions(-) delete mode 100644 dev-games/hlsdk/Manifest delete mode 100644 dev-games/hlsdk/hlsdk-2.3-r1.ebuild delete mode 100644 dev-games/hlsdk/metadata.xml diff --git a/dev-games/hlsdk/Manifest b/dev-games/hlsdk/Manifest deleted file mode 100644 index 61c0dfd00bca..000000000000 --- a/dev-games/hlsdk/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST hlsdk-2.3.tgz 4542895 BLAKE2B d71fe308b29a473776fa6a116e71739ca271baf30a0f89b618077cdfd4cfb27ec2daea8700703a971d23aa4d834d5f8df7091332438883b1bffd8e6c3c3c78b4 SHA512 fbcaf03240851903ad18971acc5a522a4ad9fd48087e1c85b7d2c12999702f69d0b487f3a2f51157859f4373cecc57415e8e048facd874a45553b9b609b2df6b diff --git a/dev-games/hlsdk/hlsdk-2.3-r1.ebuild b/dev-games/hlsdk/hlsdk-2.3-r1.ebuild deleted file mode 100644 index fb397c5dcc84..000000000000 --- a/dev-games/hlsdk/hlsdk-2.3-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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 -} diff --git a/dev-games/hlsdk/metadata.xml b/dev-games/hlsdk/metadata.xml deleted file mode 100644 index 5b8bc1ac5475..000000000000 --- a/dev-games/hlsdk/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - games@gentoo.org - Gentoo Games Project - - -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. - - -- cgit v1.2.3-65-gdbad