Gentoo Archives: gentoo-commits

From: Mario Kicherer <dev@××××××××.org>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-util/steam-launcher/
Date: Sat, 28 Sep 2013 11:04:06
Message-Id: 1380366232.c3a755b0d3fbad07c679d60e50639a80404cfebe.anyc@gentoo
1 commit: c3a755b0d3fbad07c679d60e50639a80404cfebe
2 Author: Mario Kicherer <dev <AT> kicherer <DOT> org>
3 AuthorDate: Sat Sep 28 11:03:52 2013 +0000
4 Commit: Mario Kicherer <dev <AT> kicherer <DOT> org>
5 CommitDate: Sat Sep 28 11:03:52 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=c3a755b0
7
8 [games-util/steam-launcher] minor update to v42
9
10 ---
11 .../steam-launcher/steam-launcher-1.0.0.40.ebuild | 108 ---------------------
12 ...39-r2.ebuild => steam-launcher-1.0.0.42.ebuild} | 0
13 2 files changed, 108 deletions(-)
14
15 diff --git a/games-util/steam-launcher/steam-launcher-1.0.0.40.ebuild b/games-util/steam-launcher/steam-launcher-1.0.0.40.ebuild
16 deleted file mode 100644
17 index 5e5487d..0000000
18 --- a/games-util/steam-launcher/steam-launcher-1.0.0.40.ebuild
19 +++ /dev/null
20 @@ -1,108 +0,0 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Header: $
24 -
25 -EAPI=5
26 -
27 -# Please report bugs/suggestions on: https://github.com/anyc/steam-overlay
28 -# or come to #gentoo-gamerlay in freenode IRC
29 -
30 -inherit eutils gnome2-utils fdo-mime
31 -
32 -DESCRIPTION="Installer, launcher and supplementary files for Valve's Steam client"
33 -HOMEPAGE="http://steampowered.com"
34 -SRC_URI="http://repo.steampowered.com/steam/archive/precise/steam_${PV}.tar.gz"
35 -
36 -KEYWORDS="-* ~amd64 ~x86"
37 -LICENSE="ValveSteamLicense"
38 -
39 -RESTRICT="bindist mirror"
40 -SLOT="0"
41 -
42 -RDEPEND="
43 - app-arch/xz-utils
44 - app-shells/bash
45 - net-misc/curl
46 - || (
47 - gnome-extra/zenity
48 - x11-terms/xterm
49 - )
50 -
51 - amd64? (
52 - >=app-emulation/emul-linux-x86-baselibs-20121028
53 - || (
54 - >=app-emulation/emul-linux-x86-xlibs-20121028
55 - (
56 - x11-libs/libX11[abi_x86_32]
57 - x11-libs/libXau[abi_x86_32]
58 - x11-libs/libxcb[abi_x86_32]
59 - x11-libs/libXdmcp[abi_x86_32]
60 - )
61 - )
62 - >=sys-devel/gcc-4.6.0[multilib]
63 - >=sys-libs/glibc-2.15[multilib]
64 - )
65 - x86? (
66 - >=sys-devel/gcc-4.6.0
67 - >=sys-libs/glibc-2.15
68 - >=x11-libs/libX11-1.5
69 - x11-libs/libXau
70 - x11-libs/libxcb
71 - x11-libs/libXdmcp
72 - )"
73 -
74 -S=${WORKDIR}/steam/
75 -
76 -src_prepare() {
77 - # we use our ebuild functions to install the files
78 - rm Makefile
79 -}
80 -
81 -src_install() {
82 - dobin steam
83 -
84 - insinto /usr/lib/steam/
85 - doins bootstraplinux_ubuntu12_32.tar.xz
86 -
87 - dodoc debian/changelog steam_install_agreement.txt
88 - doman steam.6
89 -
90 - domenu steam.desktop
91 -
92 - cd icons/
93 - for s in * ; do
94 - doicon -s ${s} ${s}/steam.png
95 - done
96 -
97 - # tgz archive contains no separate pixmap, see #38
98 - insinto /usr/share/pixmaps/
99 - newins 48/steam.png steam_tray_mono.png
100 -}
101 -
102 -pkg_preinst() {
103 - gnome2_icon_savelist
104 -}
105 -
106 -pkg_postinst() {
107 - fdo-mime_desktop_database_update
108 - gnome2_icon_cache_update
109 -
110 - elog "Execute /usr/bin/steam to download and install the actual"
111 - elog "client into your home folder. After installation, the script"
112 - elog "also starts the client from your home folder."
113 - elog ""
114 -
115 - if ! has_version "gnome-extra/zenity"; then
116 - ewarn "Valve does not provide a xterm fallback for all calls of zenity."
117 - ewarn "Please install gnome-extra/zenity for full support."
118 - ewarn ""
119 - fi
120 -
121 - ewarn "The steam client and the games are _not_ controlled by portage."
122 - ewarn "Updates are handled by the client itself."
123 -}
124 -
125 -pkg_postrm() {
126 - fdo-mime_desktop_database_update
127 - gnome2_icon_cache_update
128 -}
129
130 diff --git a/games-util/steam-launcher/steam-launcher-1.0.0.39-r2.ebuild b/games-util/steam-launcher/steam-launcher-1.0.0.42.ebuild
131 similarity index 100%
132 rename from games-util/steam-launcher/steam-launcher-1.0.0.39-r2.ebuild
133 rename to games-util/steam-launcher/steam-launcher-1.0.0.42.ebuild