From 5e7eca5594bdb7c3dbade3f8c6c78c2b6d7ee05b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 6 Jan 2020 00:03:00 +0000 Subject: app-emulation/steam : version bump --- app-emulation/steam/steam-1.0.0.45-r5.ebuild | 51 ---------------------------- 1 file changed, 51 deletions(-) delete mode 100644 app-emulation/steam/steam-1.0.0.45-r5.ebuild (limited to 'app-emulation/steam/steam-1.0.0.45-r5.ebuild') diff --git a/app-emulation/steam/steam-1.0.0.45-r5.ebuild b/app-emulation/steam/steam-1.0.0.45-r5.ebuild deleted file mode 100644 index adc1d592..00000000 --- a/app-emulation/steam/steam-1.0.0.45-r5.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - - -EAPI=6 - -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 - sys-apps/gentoo-functions - media-libs/freetype - x11-libs/gdk-pixbuf - gnome-extra/zenity - amd64? ( - media-libs/alsa-lib[abi_x86_32(-)] - media-libs/mesa[abi_x86_32(-)] - x11-libs/libX11[abi_x86_32(-)] - x11-libs/libxcb[abi_x86_32(-)] - ) - x86? ( - media-libs/alsa-lib - media-libs/mesa - x11-libs/libX11 - x11-libs/libxcb - )" - -S=${WORKDIR}/${PN} - -PATCHES=( "${FILESDIR}/redcore-${PN}.patch" ) - -src_install() { - emake DESTDIR="${D}" install - dobin "${FILESDIR}"/redcore-steam - rm -rf "${D}"/usr/bin/steamdeps - dosym /bin/true /usr/bin/steamdeps - rm -rf "${D}"/usr/share/doc/"${PN}" - dodoc steam_install_agreement.txt -} -- cgit v1.2.3