Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/hlsdk/
Date: Wed, 02 Oct 2019 18:17:19
Message-Id: 1570039930.0a8d89ea19cbcfe627751ebcf35a9f1e03b54526.dilfridge@gentoo
1 commit: 0a8d89ea19cbcfe627751ebcf35a9f1e03b54526
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 2 18:08:37 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 2 18:12:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a8d89ea
7
8 dev-games/hlsdk: Remove last-rited package, bug 693260
9
10 Closes: https://bugs.gentoo.org/693260
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-games/hlsdk/Manifest | 1 -
14 dev-games/hlsdk/hlsdk-2.3-r1.ebuild | 24 ------------------------
15 dev-games/hlsdk/metadata.xml | 20 --------------------
16 3 files changed, 45 deletions(-)
17
18 diff --git a/dev-games/hlsdk/Manifest b/dev-games/hlsdk/Manifest
19 deleted file mode 100644
20 index 61c0dfd00bc..00000000000
21 --- a/dev-games/hlsdk/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST hlsdk-2.3.tgz 4542895 BLAKE2B d71fe308b29a473776fa6a116e71739ca271baf30a0f89b618077cdfd4cfb27ec2daea8700703a971d23aa4d834d5f8df7091332438883b1bffd8e6c3c3c78b4 SHA512 fbcaf03240851903ad18971acc5a522a4ad9fd48087e1c85b7d2c12999702f69d0b487f3a2f51157859f4373cecc57415e8e048facd874a45553b9b609b2df6b
25
26 diff --git a/dev-games/hlsdk/hlsdk-2.3-r1.ebuild b/dev-games/hlsdk/hlsdk-2.3-r1.ebuild
27 deleted file mode 100644
28 index fb397c5dcc8..00000000000
29 --- a/dev-games/hlsdk/hlsdk-2.3-r1.ebuild
30 +++ /dev/null
31 @@ -1,24 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -DESCRIPTION="Half-Life Software Development Kit for mod authors"
38 -HOMEPAGE="http://www.valvesoftware.com/hlsdk.htm"
39 -SRC_URI="http://www.metamod.org/files/sdk/${P}.tgz"
40 -
41 -LICENSE="ValveSDK"
42 -SLOT="0"
43 -KEYWORDS="x86"
44 -IUSE=""
45 -
46 -src_prepare() {
47 - default
48 - find -iname '*.orig' -exec rm -f '{}' + || die
49 -}
50 -
51 -src_install() {
52 - insinto "$(get_libdir)"/${PN}
53 - doins -r multiplayer singleplayer
54 - dodoc metamod.hlsdk-2.3.txt metamod.hlsdk-2.3.patch
55 -}
56
57 diff --git a/dev-games/hlsdk/metadata.xml b/dev-games/hlsdk/metadata.xml
58 deleted file mode 100644
59 index 5b8bc1ac547..00000000000
60 --- a/dev-games/hlsdk/metadata.xml
61 +++ /dev/null
62 @@ -1,20 +0,0 @@
63 -<?xml version="1.0" encoding="UTF-8"?>
64 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
65 -<pkgmetadata>
66 -<maintainer type="project">
67 - <email>games@g.o</email>
68 - <name>Gentoo Games Project</name>
69 -</maintainer>
70 -<longdescription>
71 -Half-Life SDK
72 -
73 -The current version of the Half-Life SDK is 2.3, which includes new functionality
74 -for mod authors, greatly increasing their power to create a wide variety of games
75 -using the Half-Life engine. The new features included with version 2.3 are the
76 -inclusion of the Ricochet source code (with multi-serve technology), first-person
77 -spectator code, and updated information on the server query protocol.
78 -
79 -Note:
80 -This is the version from metamod ... it's been ported and updated for use in linux.
81 -</longdescription>
82 -</pkgmetadata>