dev-games/hlsdk: Remove last-rited package, bug 693260
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Wed, 2 Oct 2019 18:08:37 +0000 (20:08 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Wed, 2 Oct 2019 18:12:10 +0000 (20:12 +0200)
Closes: https://bugs.gentoo.org/693260
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
dev-games/hlsdk/Manifest [deleted file]
dev-games/hlsdk/hlsdk-2.3-r1.ebuild [deleted file]
dev-games/hlsdk/metadata.xml [deleted file]

diff --git a/dev-games/hlsdk/Manifest b/dev-games/hlsdk/Manifest
deleted file mode 100644 (file)
index 61c0dfd..0000000
+++ /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 (file)
index fb397c5..0000000
+++ /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 (file)
index 5b8bc1a..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-       <email>games@gentoo.org</email>
-       <name>Gentoo Games Project</name>
-</maintainer>
-<longdescription>
-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.
-</longdescription>
-</pkgmetadata>