summaryrefslogtreecommitdiff
path: root/app-emulation/steam/steam-1.0.0.45-r3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-10-15 00:21:27 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-10-15 00:21:27 +0100
commit65cc813aec2ba012c5e58475f1824040858a313a (patch)
tree1e8ea913164365aa42a96f33de244fdc628ba74d /app-emulation/steam/steam-1.0.0.45-r3.ebuild
parent7e8bf48f625ef1d253fb5e49b831896c76264447 (diff)
app-emulation/steam : drop media-libs/libtxc_dxtn dependency
Diffstat (limited to 'app-emulation/steam/steam-1.0.0.45-r3.ebuild')
-rw-r--r--app-emulation/steam/steam-1.0.0.45-r3.ebuild52
1 files changed, 0 insertions, 52 deletions
diff --git a/app-emulation/steam/steam-1.0.0.45-r3.ebuild b/app-emulation/steam/steam-1.0.0.45-r3.ebuild
deleted file mode 100644
index 8cd20e10..00000000
--- a/app-emulation/steam/steam-1.0.0.45-r3.ebuild
+++ /dev/null
@@ -1,52 +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
- media-libs/libtxc_dxtn
- 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
-}