[gentoo-commits] repo/gentoo:master commit in: dev-games/hlsdk/

2019-10-02 Thread Andreas K. Hüttel
commit: 0a8d89ea19cbcfe627751ebcf35a9f1e03b54526
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Oct  2 18:08:37 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Oct  2 18:12:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a8d89ea

dev-games/hlsdk: Remove last-rited package, bug 693260

Closes: https://bugs.gentoo.org/693260
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 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(-)

diff --git a/dev-games/hlsdk/Manifest b/dev-games/hlsdk/Manifest
deleted file mode 100644
index 61c0dfd00bc..000
--- 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 fb397c5dcc8..000
--- 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 5b8bc1ac547..000
--- a/dev-games/hlsdk/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-
-   ga...@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.
-
-



[gentoo-commits] repo/gentoo:master commit in: dev-games/hlsdk/

2018-04-14 Thread Pacho Ramos
commit: 0669b082470f27c00273536dd50c97cdca49351d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Apr 14 21:09:59 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Apr 14 21:17:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0669b082

dev-games/hlsdk: Drop old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-games/hlsdk/hlsdk-2.3.ebuild | 25 -
 1 file changed, 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 0c4edf9bee0..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-games/hlsdk/

2016-06-30 Thread Austin English
commit: 65b1d2e036593a54e7f8a301570150458b839941
Author: Austin English  gentoo  org>
AuthorDate: Thu Jun 30 22:27:48 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Thu Jun 30 22:29:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b1d2e0

dev-games/hlsdk: remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.2.28

 dev-games/hlsdk/hlsdk-2.3-r1.ebuild | 25 +
 1 file changed, 25 insertions(+)

diff --git a/dev-games/hlsdk/hlsdk-2.3-r1.ebuild 
b/dev-games/hlsdk/hlsdk-2.3-r1.ebuild
new file mode 100644
index 000..c10b456
--- /dev/null
+++ b/dev-games/hlsdk/hlsdk-2.3-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+}