diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-10-02 20:08:37 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-10-02 20:12:10 +0200 |
commit | 0a8d89ea19cbcfe627751ebcf35a9f1e03b54526 (patch) | |
tree | 3415333a7a1eea9af541ba5cebb0b0cd675de239 /dev-games | |
parent | gnome-extra/assogiate: Remove last-rited package, bug 649000 (diff) | |
download | gentoo-0a8d89ea19cbcfe627751ebcf35a9f1e03b54526.tar.gz gentoo-0a8d89ea19cbcfe627751ebcf35a9f1e03b54526.tar.bz2 gentoo-0a8d89ea19cbcfe627751ebcf35a9f1e03b54526.zip |
dev-games/hlsdk: Remove last-rited package, bug 693260
Closes: https://bugs.gentoo.org/693260
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/hlsdk/Manifest | 1 | ||||
-rw-r--r-- | dev-games/hlsdk/hlsdk-2.3-r1.ebuild | 24 | ||||
-rw-r--r-- | dev-games/hlsdk/metadata.xml | 20 |
3 files changed, 0 insertions, 45 deletions
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 @@ -<?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> |