summaryrefslogtreecommitdiff
path: root/app-emulation/steam/steam-1.0.0.45-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-05-01 19:58:08 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-05-01 19:58:08 +0100
commit2a10bc12f94f44dfd95a21450d5891153e846b1b (patch)
tree7bcc4192bcd340173d84b98712be0a49bbcfa3c8 /app-emulation/steam/steam-1.0.0.45-r2.ebuild
parentd7c3a7198937685738bbc2b59fdb7fb60d752f38 (diff)
workaround to fix a regression in nvidia drivers that will not allow any source engine games to start (CS:GO), details : https://github.com/ValveSoftware/Counter-Strike-Global-Offensive/issues/610
Diffstat (limited to 'app-emulation/steam/steam-1.0.0.45-r2.ebuild')
-rw-r--r--app-emulation/steam/steam-1.0.0.45-r2.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/app-emulation/steam/steam-1.0.0.45-r2.ebuild b/app-emulation/steam/steam-1.0.0.45-r2.ebuild
deleted file mode 100644
index 5d2ebc9d..00000000
--- a/app-emulation/steam/steam-1.0.0.45-r2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Digital distribution client bootstrap package"
-HOMEPAGE="http://steampowered.com/"
-SRC_URI="http://repo.steampowered.com/${PN}/pool/${PN}/s/${PN}/${PN}_${PV}.tar.gz"
-
-LICENSE="custom"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- virtual/ttf-fonts
- dev-util/desktop-file-utils
- x11-themes/hicolor-icon-theme
- net-misc/curl
- sys-apps/dbus
- media-libs/freetype
- x11-libs/gdk-pixbuf
- gnome-extra/zenity
- amd64? (
- >=media-libs/alsa-lib-1.0.28[abi_x86_32(-)]
- >=media-libs/mesa-10.0.4[abi_x86_32(-)]
- >=x11-libs/libX11-1.6.2[abi_x86_32(-)]
- )
- x86? (
- media-libs/alsa-lib
- media-libs/mesa
- x11-libs/libX11
- )"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- epatch "${FILESDIR}"/kogaion-${PN}.patch
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- exeinto /usr/bin || die
- doexe ${FILESDIR}/kogaion-steam || die
- rm -rf "${D}"/usr/bin/steamdeps || die
- dosym /bin/true /usr/bin/steamdeps || die
-}