diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2019-12-15 19:10:52 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2019-12-15 19:14:42 +0100 |
commit | 80fa67f540a9b2d7ac9c399b1fb498a663442830 (patch) | |
tree | 692d7c350fe89be3fc002008763b4d013eab3b4b /games-server | |
parent | net-print/hplip-plugin: Remove old hplip-plugin-3.19.6. (diff) | |
download | gentoo-80fa67f540a9b2d7ac9c399b1fb498a663442830.tar.gz gentoo-80fa67f540a9b2d7ac9c399b1fb498a663442830.tar.bz2 gentoo-80fa67f540a9b2d7ac9c399b1fb498a663442830.zip |
games-server/steamcmd: drop old version
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-server')
-rw-r--r-- | games-server/steamcmd/steamcmd-1.0-r1.ebuild | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/games-server/steamcmd/steamcmd-1.0-r1.ebuild b/games-server/steamcmd/steamcmd-1.0-r1.ebuild deleted file mode 100644 index f2107990bc1f..000000000000 --- a/games-server/steamcmd/steamcmd-1.0-r1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -inherit readme.gentoo-r1 user - -DESCRIPTION="This is the command-line version of the Steam client for dedicated servers" -HOMEPAGE="https://developer.valvesoftware.com/wiki/SteamCMD" -SRC_URI="https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1+ Steam" -SLOT="0" -KEYWORDS="-* amd64 x86" - -RDEPEND="app-misc/screen" - -RESTRICT="bindist mirror" - -S="${WORKDIR}" - -QA_PREBUILT=" - opt/steamcmd/linux32/libstdc++.so.6 - opt/steamcmd/linux32/steamcmd -" - -pkg_setup() { - enewgroup steamcmd - enewuser steamcmd -1 -1 /opt/steamcmd steamcmd -} - -src_install() { - diropts -o steamcmd -g steamcmd - dodir /opt/steamcmd - keepdir /opt/steamcmd/{.steam,.steam/sdk32,linux32} - - exeopts -o steamcmd -g steamcmd - exeinto /opt/steamcmd - doexe steamcmd.sh - - exeopts -o steamcmd -g steamcmd - exeinto /opt/steamcmd/linux32 - doexe linux32/steamcmd linux32/libstdc++.so.6 - - newinitd "${FILESDIR}"/steamcmd.initd-r1 steamcmd - newconfd "${FILESDIR}"/steamcmd.confd-r1 steamcmd - - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog -} |