* [gentoo-commits] proj/gamerlay:master commit in: games-util/steam-installer/, games-util/steam-meta/, ...
@ 2012-11-11 19:34 Mario Kicherer
0 siblings, 0 replies; 6+ messages in thread
From: Mario Kicherer @ 2012-11-11 19:34 UTC (permalink / raw
To: gentoo-commits
commit: 3bb7744cc52daceb710bce7cffbc48b6b90eee75
Author: Mario Kicherer <dev <AT> kicherer <DOT> org>
AuthorDate: Sun Nov 11 19:31:40 2012 +0000
Commit: Mario Kicherer <dev <AT> kicherer <DOT> org>
CommitDate: Sun Nov 11 19:33:34 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=3bb7744c
[games-util/steam-*] added (meta) packages for steam client and installer
---
games-util/steam-client-meta/metadata.xml | 8 ++
.../steam-client-meta-9999.ebuild | 90 ++++++++++++++++++++
.../files/remove-ubuntu-specifics.patch | 39 +++++++++
games-util/steam-installer/metadata.xml | 4 +
.../steam-installer/steam-installer-9999.ebuild | 75 ++++++++++++++++
games-util/steam-meta/metadata.xml | 4 +
games-util/steam-meta/steam-meta-9999.ebuild | 27 ++++++
games-util/steam/steam-1_beta.ebuild | 54 ------------
licenses/ValveSteamLicense | 13 +++
9 files changed, 260 insertions(+), 54 deletions(-)
diff --git a/games-util/steam-client-meta/metadata.xml b/games-util/steam-client-meta/metadata.xml
new file mode 100644
index 0000000..a198d44
--- /dev/null
+++ b/games-util/steam-client-meta/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<use>
+ <flag name='windows-games'>Pull in app-emulation/wine to play windows-only games</flag>
+ <flag name='flash'>Pull in www-plugins/adobe-flash for the internal browser</flag>
+</use>
+</pkgmetadata>
diff --git a/games-util/steam-client-meta/steam-client-meta-9999.ebuild b/games-util/steam-client-meta/steam-client-meta-9999.ebuild
new file mode 100644
index 0000000..1b63200
--- /dev/null
+++ b/games-util/steam-client-meta/steam-client-meta-9999.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+DESCRIPTION="Meta package for Valve's native Steam client"
+HOMEPAGE="https://steampowered.com"
+SRC_URI=""
+LICENSE="metapackage"
+
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="video_cards_intel windows-games flash"
+
+RDEPEND="
+ || ( media-fonts/font-bitstream-100dpi media-fonts/font-adobe-100dpi )
+ virtual/opengl
+
+ windows-games? ( app-emulation/wine )
+
+ amd64? (
+ >=app-emulation/emul-linux-x86-baselibs-20121028
+ >=app-emulation/emul-linux-x86-gtklibs-20121028
+ >=app-emulation/emul-linux-x86-opengl-20121028
+ >=app-emulation/emul-linux-x86-sdl-20121028
+ >=app-emulation/emul-linux-x86-soundlibs-20121028
+ >=app-emulation/emul-linux-x86-xlibs-20121028
+ >=sys-devel/gcc-4.6.0[multilib]
+ >=sys-libs/glibc-2.15[multilib]
+
+ flash? ( www-plugins/adobe-flash[32bit] )
+ )
+ x86? (
+ dev-libs/glib:2
+ dev-libs/libgcrypt
+ dev-libs/nspr
+ dev-libs/nss
+ media-libs/alsa-lib
+ media-libs/fontconfig
+ media-libs/freetype:2
+ media-libs/libjpeg-turbo
+ media-libs/libogg
+ media-libs/libpng:1.2
+ media-libs/libsdl
+ media-libs/libtheora
+ media-libs/libvorbis
+ media-libs/openal
+ media-sound/pulseaudio
+ net-misc/curl
+ net-print/cups
+ sys-apps/dbus
+ >=sys-devel/gcc-4.6.0
+ >=sys-libs/glibc-2.15
+ >=sys-libs/zlib-1.2.4
+ x11-libs/cairo
+ x11-libs/gdk-pixbuf
+ x11-libs/gtk+:2
+ >=x11-libs/libX11-1.5
+ x11-libs/libXext
+ x11-libs/libXfixes
+ x11-libs/libXi
+ x11-libs/libXrandr
+ x11-libs/libXrender
+ x11-libs/pango
+ >=x11-libs/pixman-0.24.4
+
+ flash? ( www-plugins/adobe-flash )
+ video_cards_intel? ( >=media-libs/mesa-9 )
+ )"
+
+pkg_postinst() {
+ einfo "This is only a meta package that pulls in the required"
+ einfo "dependencies for the steam client."
+
+ if use windows-games; then
+ einfo ""
+ einfo "To start games automatically with wine, follow"
+ einfo "https://wiki.archlinux.org/index.php/Wine#Using_Wine_as_an_interpreter_for_Win16.2FWin32_binaries"
+ fi
+
+ if use flash; then
+ einfo ""
+ einfo "In order to use flash, link the 32bit libflashplayer.so to"
+ einfo "/usr/lib/browser-plugins/"
+ fi
+
+ ewarn "The steam client and the games are not controlled by"
+ ewarn "portage. Updates are handled by the client itself."
+}
\ No newline at end of file
diff --git a/games-util/steam-installer/files/remove-ubuntu-specifics.patch b/games-util/steam-installer/files/remove-ubuntu-specifics.patch
new file mode 100644
index 0000000..b9e5e9e
--- /dev/null
+++ b/games-util/steam-installer/files/remove-ubuntu-specifics.patch
@@ -0,0 +1,39 @@
+--- usr/bin/steam.orig 2012-11-08 11:49:47.959025506 +0100
++++ usr/bin/steam 2012-11-08 11:49:59.588025546 +0100
+@@ -1,26 +1,5 @@
+ #! /bin/bash
+
+-function install_extra_packages() {
+- EXTRA_PACKAGES="$*"
+-
+- # Get the list of packages which are already installed
+- INSTALLED="$(dpkg --get-selections $EXTRA_PACKAGES 2>/dev/null | grep "\binstall$" | cut -f1 | sort)"
+-
+- # compute the list of packages that need to be installed
+- NEEDSINSTALL="$(comm -23 <(echo "$EXTRA_PACKAGES" | tr ' ' '\n' | sort) <(echo "$INSTALLED") | xargs ) "
+-
+- MESSAGE='Enter your password to complete the Steam installation.
+-
+-Steam needs to install these additional packages:
+-'$NEEDSINSTALL
+-
+- if [ $NEEDSINSTALL ]; then
+- # Call gksudo to actually do the work
+- gksudo --disable-grab --message "$MESSAGE" apt-get install $NEEDSINSTALL
+- fi
+-}
+-
+-
+ # these variables can be overridden on commandline
+ LAUNCHSTEAMDIR=~/Steam
+ LAUNCHSTEAMPLATFORM=ubuntu12_32
+@@ -54,9 +33,6 @@
+
+ cp /usr/share/applications/steam.desktop "${DESKTOP_DIR}"
+ chmod +x "${DESKTOP_DIR}/steam.desktop"
+-
+- # Try and install any extra packages
+- install_extra_packages jockey-common python-apt
+ fi
+ # go to the install directory and run the client
+ LAUNCHSTEAMDIR=`readlink -e $STEAMROOTLINK`
diff --git a/games-util/steam-installer/metadata.xml b/games-util/steam-installer/metadata.xml
new file mode 100644
index 0000000..097975e
--- /dev/null
+++ b/games-util/steam-installer/metadata.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+</pkgmetadata>
diff --git a/games-util/steam-installer/steam-installer-9999.ebuild b/games-util/steam-installer/steam-installer-9999.ebuild
new file mode 100644
index 0000000..9bf8f9a
--- /dev/null
+++ b/games-util/steam-installer/steam-installer-9999.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit eutils unpacker
+
+DESCRIPTION="Installer for Valve's native Steam client"
+HOMEPAGE="https://steampowered.com"
+SRC_URI="http://media.steampowered.com/client/installer/steam.deb"
+LICENSE="ValveSteamLicense"
+
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+
+RDEPEND=" amd64? (
+ >=app-emulation/emul-linux-x86-baselibs-20121028
+ >=app-emulation/emul-linux-x86-xlibs-20121028
+ >=sys-devel/gcc-4.6.0[multilib]
+ >=sys-libs/glibc-2.15[multilib]
+ )
+ x86? (
+ >=sys-devel/gcc-4.6.0
+ >=sys-libs/glibc-2.15
+ >=x11-libs/libX11-1.5
+ x11-libs/libXau
+ x11-libs/libxcb
+ x11-libs/libXdmcp
+ )"
+
+S=${WORKDIR}
+
+src_unpack() {
+ unpack_deb ${A}
+}
+
+src_prepare() {
+ # fix QA notice
+ sed -r -i "s/^(MimeType=.*)/\1;/" usr/share/applications/steam.desktop
+ sed -r -i "s/^(Actions=.*)/\1;/" usr/share/applications/steam.desktop
+
+ epatch "${FILESDIR}/remove-ubuntu-specifics.patch"
+}
+
+src_install() {
+ dobin "usr/bin/steam"
+
+ insinto "/usr/lib/"
+ doins -r usr/lib/steam
+
+ dodoc usr/share/doc/steam/changelog.gz
+ doman usr/share/man/man6/steam.6.gz
+
+ insinto /usr/share/applications/
+ doins usr/share/applications/steam.desktop
+
+ insinto /usr/share/icons/
+ doins -r usr/share/icons/
+
+ doicon usr/share/pixmaps/steam.xpm
+}
+
+pkg_postinst() {
+ einfo "This ebuild only installs the steam installer."
+ einfo "Execute \"steam\" to install the actual client into"
+ einfo "your home folder."
+ einfo ""
+ einfo "To pull in the dependencies for the steam client, emerge:"
+ einfo "game-utils/steam-client-meta"
+
+ ewarn "The steam client and the games are not controlled by"
+ ewarn "portage. Updates are handled by the client itself."
+}
diff --git a/games-util/steam-meta/metadata.xml b/games-util/steam-meta/metadata.xml
new file mode 100644
index 0000000..097975e
--- /dev/null
+++ b/games-util/steam-meta/metadata.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+</pkgmetadata>
diff --git a/games-util/steam-meta/steam-meta-9999.ebuild b/games-util/steam-meta/steam-meta-9999.ebuild
new file mode 100644
index 0000000..db9b1b9
--- /dev/null
+++ b/games-util/steam-meta/steam-meta-9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+DESCRIPTION="Meta package for Valve's Steam environment"
+HOMEPAGE="https://steampowered.com"
+SRC_URI=""
+LICENSE="metapackage"
+
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ games-util/steam-installer
+ games-util/steam-client-meta
+ "
+
+pkg_postinst() {
+ einfo "This is only a meta package that pulls in dependencies"
+ einfo "for the steam environment."
+
+ ewarn "The steam client and the games are not controlled by"
+ ewarn "portage. Updates are handled by the client itself."
+}
\ No newline at end of file
diff --git a/games-util/steam/steam-1_beta.ebuild b/games-util/steam/steam-1_beta.ebuild
deleted file mode 100644
index 4f98b17..0000000
--- a/games-util/steam/steam-1_beta.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-EAPI="5"
-inherit eutils unpacker
-
-DESCRIPTION="Valve's Steam"
-HOMEPAGE="http://store.steampowered.com/"
-SRC_URI="http://media.steampowered.com/client/installer/steam.deb"
-IUSE="multilib"
-
-DEPEND=""
-RDEPEND="
- x11-libs/libX11
- x11-libs/libXau
- x11-libs/libxcb
- x11-libs/libXdmcp
- amd64? (
- app-emulation/emul-linux-x86-xlibs
- )
-"
-
-SLOT="0"
-# As far, as I tested it on ~amd64 — it don't work after update...
-KEYWORDS="-* ~x86"
-
-S="${WORKDIR}"
-
-# Currently — 32bit only, so use it on x86_64 requires multilib...
-REQUIRED_USE="amd64? ( multilib )"
-
-src_prepare() {
- # Valve guys forget about trailing semicolons in .desktop
- # and also about [ ] syntax in shell
- sed -r \
- -e "s/(MimeType=.*)/\1;/" \
- -e "s/(Actions=.*)/\1;/" \
- -i "usr/share/applications/steam.desktop"
- sed -r \
- -e 's/(if.*)(\$NEEDSINSTALL)(.*then)/\1-n "\2"\3/' \
- -i "usr/bin/steam"
-}
-
-src_install() {
- dobin "usr/bin/steam"
- gzip -d "usr/share/man/man6/steam.6.gz"
- gzip -d "usr/share/doc/steam/changelog.gz"
- doman "usr/share/man/man6/steam.6"
- dodoc "usr/share/doc/steam"/*
-
- rm -rf "usr/share/man" \
- "usr/share/doc" \
- "usr/bin" \
-
- insinto "/usr"
- doins -r "usr"/* || die "Install failed!"
-}
\ No newline at end of file
diff --git a/licenses/ValveSteamLicense b/licenses/ValveSteamLicense
new file mode 100644
index 0000000..a808418
--- /dev/null
+++ b/licenses/ValveSteamLicense
@@ -0,0 +1,13 @@
+ The software application(s) (the "Program"), and any and all copies of the Program are the copyrighted work of Valve Corporation ("Valve") or its suppliers. All rights reserved, except as expressly stated herein. The Program is provided solely for installation by end users according to the terms of this License Agreement. All use of the Program is governed by the terms of the Steam Agreement as described below. Any use, reproduction or redistribution of the Program not in accordance with the terms of the License Agreement and the Steam Agreement is expressly prohibited.
+ LICENSE AGREEMENT
+ 1. Limited Installation License.
+ A. Valve hereby grants, and by installing the Program you thereby accept, a limited, non-exclusive license and right to install one (1) copy of the Program on a computer. In order to use the Program you will have to obtain an account with the Steam service and accept the terms of the Steam subscriber agreement ("Steam Agreement"). By installing the Program, you agree that your future use of the Program will be subject to the terms of the Steam Agreement. A copy of the Steam Agreement is available at www.steampowered.com/agreement. The Steam Agreement will be displayed to you when you obtain an account with the Steam service. The Program is licensed, not sold. Your license confers no title or ownership in the Program or copies thereof.
+ B. You may not, in whole or in part: copy, photocopy, reproduce, translate, reverse engineer (with the exception of specific circumstances where such act is permitted by law), derive source code, modify, disassemble, decompile, or create derivative works based on the Program; remove any proprietary notices or labels on the Program; or attempt in any manner to circumvent any security measures designed to control access to the Program. The Program is licensed to you as a single product. Its component parts may not be separated for use on more than one computer. You may not sell, grant a security interest in or transfer reproductions of the Program to other parties in any way, nor to rent, lease or license the Program to others without the prior written consent of Valve.
+ 2. Ownership. All title, ownership rights and intellectual property rights in and to the Program and any and all copies thereof (including but not limited to any titles, computer code, themes, objects, characters, character names, stories, dialog, catch phrases, locations, concepts, artwork, animations, sounds, musical compositions, audio-visual effects, methods of operation, moral rights, any related documentation, and "applets" incorporated into the Program) are owned by Valve or its licensors. The Program is protected by the copyright laws of the United States, international copyright treaties and conventions and other laws. All rights are reserved. The Program contains certain licensed materials and Valve's licensors may protect their rights in the event of any violation of this Agreement.
+ 3. Termination. This License Agreement is effective until terminated. You may terminate the License Agreement at any time by destroying the Program. Valve may, at its discretion, terminate this License Agreement in the event that you fail to comply with the terms and conditions contained herein. This License Agreement shall automatically terminate in the event that you fail to comply with the terms and conditions contained herein. In such event, you must immediately destroy the Program. The provisions of Sections 2, 3, and 5-8 will survive any termination of the Agreement.
+ 4. Export Controls. The Program may not be re-exported, downloaded or otherwise exported into (or to a national or resident of) any country to which the U.S. has embargoed goods, or to anyone on the U.S. Treasury Department's list of Specially Designated Nationals or the U.S. Commerce Department's Table of Denial Orders. By installing the Program, you are agreeing to the foregoing and you are representing and warranting that you are not located in, under the control of, or a national or resident of any such country or on any such list.
+ 5. Limited Warranty. The entire risk arising out of use or performance of the Program and any printed material(s) remains with the User. EXCEPT AS PROVIDED ABOVE, The Program and ANY PRINTED MATERIAL(s) are provided "as is" without warranty of any kind, either express or implied, including, without limitation, the implied warranties of merchantability, fitness for a particular purpose, or noninfringement. ANY WARRANTY AGAINST INFRINGEMENT THAT MAY BE PROVIDED IN SECTION 2-312(3) OF THE UNIFORM COMMERCIAL CODE AND/OR IN ANY OTHER COMPARABLE STATE STATUTE IS EXPRESSLY DISCLAIMED. Some states/jurisdictions do not allow the exclusion or limitation of implied warranties, so the above limitations may not apply to you.
+ 6. Limitation of Liability. VALVE, ITS SUPPLIERS AND DISTRIBUTORS SHALL NOT BE LIABLE IN ANY WAY FOR LOSS OR DAMAGE OF ANY KIND RESULTING FROM THE USE OF THE PROGRAM INCLUDING, BUT NOT LIMITED TO, LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES. ANY WARRANTY AGAINST INFRINGEMENT THAT MAY BE PROVIDED IN SECTION 2-312(3) OF THE UNIFORM COMMERCIAL CODE AND/OR IN ANY OTHER COMPARABLE STATE STATUTE IS EXPRESSLY DISCLAIMED. Valve CANNOT AND WILL NOT BE RESPONSIBLE FOR ANY SOFTWARE OR HARDWARE FAILURES OR ANY OTHER EVENT WHICH MAY RESULT IN A LOSS OF DATA OR DISRUPTION OF SERVICE. Some states/jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so the above limitations may not apply.
+ 7. Equitable Remedies. You hereby agree that Valve would be irreparably damaged if the terms of this License Agreement were not specifically enforced, and therefore you agree that Valve shall be entitled to appropriate equitable remedies with respect to breaches of this License Agreement, in addition to such other remedies as Valve may otherwise have available to it under applicable laws. In the event any litigation is brought by either party in connection with this License Agreement, the prevailing party in such litigation shall be entitled to recover from the other party all the costs, attorneys' fees and other expenses incurred by such prevailing party in the litigation.
+ 8. Miscellaneous.The terms of this paragraph do not apply to European Union consumers in the sense of Art. 5 of the Convention on the Law Applicable to Contractual Obligations opened for signature in Rome on 19 June 1980 (Rome Convention, 80/934/EEC) and national legislation based thereon. You agree that this Agreement shall be deemed to have been made and executed in the State of Washington, and any dispute arising hereunder shall be resolved in accordance with the law of Washington. You agree that any claim asserted in any legal proceeding by you against Valve shall only be commenced and maintained in any state or federal court located in King County, Washington, and you agree to submit to the exclusive jurisdiction of those courts. In any dispute arising under this Agreement, the prevailing party will be entitled to attorneys' fees and expenses. This License Agreement may be amended, altered or modified only by an instrument in writing, specifying such amendment, alteration or
modification, executed by both you and Valve. In the event that any provision of this License Agreement shall be held by a court or other tribunal of competent jurisdiction to be unenforceable, such provision will be enforced to the maximum extent permissible and the remaining portions of this License Agreement shall remain in full force and effect. This License Agreement and the Steam Agreement constitute and contain the entire agreement between the parties with respect to the subject matter hereof and supersede any prior oral or written agreements.
+ You hereby acknowledge that you have read and understand the foregoing License Agreement and agree that the action of installing the Program is an acknowledgment of your agreement to be bound by the terms and conditions of the License Agreement contained herein.
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-util/steam-installer/, games-util/steam-meta/, ...
@ 2012-11-12 18:23 Mario Kicherer
0 siblings, 0 replies; 6+ messages in thread
From: Mario Kicherer @ 2012-11-12 18:23 UTC (permalink / raw
To: gentoo-commits
commit: d1c0f6c6564b8f180add6a2b6bce5cbeb55f84de
Author: Mario Kicherer <dev <AT> kicherer <DOT> org>
AuthorDate: Mon Nov 12 18:23:12 2012 +0000
Commit: Mario Kicherer <dev <AT> kicherer <DOT> org>
CommitDate: Mon Nov 12 18:23:12 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=d1c0f6c6
[games-util/steam-*] update metadata.xml
---
games-util/steam-client-meta/metadata.xml | 17 +++++++++++++----
games-util/steam-installer/metadata.xml | 9 +++++++++
games-util/steam-meta/metadata.xml | 9 +++++++++
games-util/steam-meta/steam-meta-9999.ebuild | 7 ++-----
4 files changed, 33 insertions(+), 9 deletions(-)
diff --git a/games-util/steam-client-meta/metadata.xml b/games-util/steam-client-meta/metadata.xml
index a198d44..ba1836d 100644
--- a/games-util/steam-client-meta/metadata.xml
+++ b/games-util/steam-client-meta/metadata.xml
@@ -1,8 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<use>
- <flag name='windows-games'>Pull in app-emulation/wine to play windows-only games</flag>
- <flag name='flash'>Pull in www-plugins/adobe-flash for the internal browser</flag>
-</use>
+ <maintainer>
+ <email>dev@kicherer.org</email>
+ <name>Mario Kicherer</name>
+ </maintainer>
+ <longdescription>
+ This is a meta package that pulls in dependencies
+ for the steam client.
+ </longdescription>
+ <bugs-to>https://github.com/anyc/steam-overlay</bugs-to>
+ <use>
+ <flag name='windows-games'>Pull in app-emulation/wine to play windows-only games</flag>
+ <flag name='flash'>Pull in www-plugins/adobe-flash for the internal browser</flag>
+ </use>
</pkgmetadata>
diff --git a/games-util/steam-installer/metadata.xml b/games-util/steam-installer/metadata.xml
index 097975e..c8fdb9d 100644
--- a/games-util/steam-installer/metadata.xml
+++ b/games-util/steam-installer/metadata.xml
@@ -1,4 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer>
+ <email>dev@kicherer.org</email>
+ <name>Mario Kicherer</name>
+ </maintainer>
+ <longdescription>
+ This ebuild installs the Steam installer not the client
+ itself.
+ </longdescription>
+ <bugs-to>https://github.com/anyc/steam-overlay</bugs-to>
</pkgmetadata>
diff --git a/games-util/steam-meta/metadata.xml b/games-util/steam-meta/metadata.xml
index 097975e..fb9aa23 100644
--- a/games-util/steam-meta/metadata.xml
+++ b/games-util/steam-meta/metadata.xml
@@ -1,4 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer>
+ <email>dev@kicherer.org</email>
+ <name>Mario Kicherer</name>
+ </maintainer>
+ <longdescription>
+ This is a meta package that pulls in dependencies
+ for the steam environment.
+ </longdescription>
+ <bugs-to>https://github.com/anyc/steam-overlay</bugs-to>
</pkgmetadata>
diff --git a/games-util/steam-meta/steam-meta-9999.ebuild b/games-util/steam-meta/steam-meta-9999.ebuild
index db9b1b9..aa08135 100644
--- a/games-util/steam-meta/steam-meta-9999.ebuild
+++ b/games-util/steam-meta/steam-meta-9999.ebuild
@@ -19,9 +19,6 @@ RDEPEND="
"
pkg_postinst() {
- einfo "This is only a meta package that pulls in dependencies"
+ einfo "This is a meta package that pulls in the dependencies"
einfo "for the steam environment."
-
- ewarn "The steam client and the games are not controlled by"
- ewarn "portage. Updates are handled by the client itself."
-}
\ No newline at end of file
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-util/steam-installer/, games-util/steam-meta/, ...
@ 2012-11-12 21:10 Mario Kicherer
0 siblings, 0 replies; 6+ messages in thread
From: Mario Kicherer @ 2012-11-12 21:10 UTC (permalink / raw
To: gentoo-commits
commit: e7c06939991ef490c52f5de7fd8aae163837738b
Author: Mario Kicherer <dev <AT> kicherer <DOT> org>
AuthorDate: Mon Nov 12 21:10:45 2012 +0000
Commit: Mario Kicherer <dev <AT> kicherer <DOT> org>
CommitDate: Mon Nov 12 21:10:45 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=e7c06939
[game-util/steam-*] fixed metadata.xml, thanks hashashin
---
games-util/steam-client-meta/metadata.xml | 4 +++-
games-util/steam-installer/metadata.xml | 4 +++-
games-util/steam-meta/metadata.xml | 4 +++-
3 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/games-util/steam-client-meta/metadata.xml b/games-util/steam-client-meta/metadata.xml
index ba1836d..a5a4470 100644
--- a/games-util/steam-client-meta/metadata.xml
+++ b/games-util/steam-client-meta/metadata.xml
@@ -9,7 +9,9 @@
This is a meta package that pulls in dependencies
for the steam client.
</longdescription>
- <bugs-to>https://github.com/anyc/steam-overlay</bugs-to>
+ <upstream>
+ <bugs-to>https://github.com/anyc/steam-overlay</bugs-to>
+ </upstream>
<use>
<flag name='windows-games'>Pull in app-emulation/wine to play windows-only games</flag>
<flag name='flash'>Pull in www-plugins/adobe-flash for the internal browser</flag>
diff --git a/games-util/steam-installer/metadata.xml b/games-util/steam-installer/metadata.xml
index c8fdb9d..48c77f6 100644
--- a/games-util/steam-installer/metadata.xml
+++ b/games-util/steam-installer/metadata.xml
@@ -9,5 +9,7 @@
This ebuild installs the Steam installer not the client
itself.
</longdescription>
- <bugs-to>https://github.com/anyc/steam-overlay</bugs-to>
+ <upstream>
+ <bugs-to>https://github.com/anyc/steam-overlay</bugs-to>
+ </upstream>
</pkgmetadata>
diff --git a/games-util/steam-meta/metadata.xml b/games-util/steam-meta/metadata.xml
index fb9aa23..a6ed537 100644
--- a/games-util/steam-meta/metadata.xml
+++ b/games-util/steam-meta/metadata.xml
@@ -9,5 +9,7 @@
This is a meta package that pulls in dependencies
for the steam environment.
</longdescription>
- <bugs-to>https://github.com/anyc/steam-overlay</bugs-to>
+ <upstream>
+ <bugs-to>https://github.com/anyc/steam-overlay</bugs-to>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-util/steam-installer/, games-util/steam-meta/, ...
@ 2012-12-04 8:40 Mario Kicherer
0 siblings, 0 replies; 6+ messages in thread
From: Mario Kicherer @ 2012-12-04 8:40 UTC (permalink / raw
To: gentoo-commits
commit: 5bb03085e26036ce31a6b998f8d3b1d52d653f82
Author: Mario Kicherer <dev <AT> kicherer <DOT> org>
AuthorDate: Tue Dec 4 08:39:52 2012 +0000
Commit: Mario Kicherer <dev <AT> kicherer <DOT> org>
CommitDate: Tue Dec 4 08:39:52 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=5bb03085
[games-util/steam-*] new deps and default TERM patch from cynede
---
.../steam-client-meta-9999.ebuild | 25 ++++++++++++++-----
.../files/use-default-terminal.patch | 20 ++++++++++++++++
.../steam-installer/steam-installer-9999.ebuild | 1 +
games-util/steam-meta/metadata.xml | 7 +++++
games-util/steam-meta/steam-meta-9999.ebuild | 10 ++++++-
5 files changed, 54 insertions(+), 9 deletions(-)
diff --git a/games-util/steam-client-meta/steam-client-meta-9999.ebuild b/games-util/steam-client-meta/steam-client-meta-9999.ebuild
index 1b63200..c7974c6 100644
--- a/games-util/steam-client-meta/steam-client-meta-9999.ebuild
+++ b/games-util/steam-client-meta/steam-client-meta-9999.ebuild
@@ -14,22 +14,33 @@ KEYWORDS="-* ~amd64 ~x86"
IUSE="video_cards_intel windows-games flash"
RDEPEND="
- || ( media-fonts/font-bitstream-100dpi media-fonts/font-adobe-100dpi )
virtual/opengl
+ || ( media-fonts/font-bitstream-100dpi media-fonts/font-adobe-100dpi )
+
windows-games? ( app-emulation/wine )
amd64? (
- >=app-emulation/emul-linux-x86-baselibs-20121028
- >=app-emulation/emul-linux-x86-gtklibs-20121028
- >=app-emulation/emul-linux-x86-opengl-20121028
- >=app-emulation/emul-linux-x86-sdl-20121028
- >=app-emulation/emul-linux-x86-soundlibs-20121028
- >=app-emulation/emul-linux-x86-xlibs-20121028
>=sys-devel/gcc-4.6.0[multilib]
>=sys-libs/glibc-2.15[multilib]
flash? ( www-plugins/adobe-flash[32bit] )
+ video_cards_intel? (
+ >=app-emulation/emul-linux-x86-baselibs-20121202
+ >=app-emulation/emul-linux-x86-gtklibs-20121202
+ >=app-emulation/emul-linux-x86-opengl-20121202
+ >=app-emulation/emul-linux-x86-sdl-20121202
+ >=app-emulation/emul-linux-x86-soundlibs-20121202
+ >=app-emulation/emul-linux-x86-xlibs-20121202
+ )
+ !video_cards_intel? (
+ >=app-emulation/emul-linux-x86-baselibs-20121028
+ >=app-emulation/emul-linux-x86-gtklibs-20121028
+ >=app-emulation/emul-linux-x86-opengl-20121028
+ >=app-emulation/emul-linux-x86-sdl-20121028
+ >=app-emulation/emul-linux-x86-soundlibs-20121028
+ >=app-emulation/emul-linux-x86-xlibs-20121028
+ )
)
x86? (
dev-libs/glib:2
diff --git a/games-util/steam-installer/files/use-default-terminal.patch b/games-util/steam-installer/files/use-default-terminal.patch
new file mode 100644
index 0000000..eb22d13
--- /dev/null
+++ b/games-util/steam-installer/files/use-default-terminal.patch
@@ -0,0 +1,20 @@
+123--- usr/bin/steam.orig 2012-12-03 10:24:01.260300027 +0400
++++ usr/bin/steam 2012-12-03 10:24:45.379749695 +0400
+@@ -35,7 +35,7 @@
+ # Save the prompt in a temporary file because it can have newlines in it
+ tmpfile=`mktemp || echo "/tmp/steam_message.txt"`
+ echo -e "$*" >$tmpfile
+- xterm -T "$title" -e "cat $tmpfile; echo -n 'Press enter to continue: '; read input"
++ ${TERM} -T "$title" -e "cat $tmpfile; echo -n 'Press enter to continue: '; read input"
+ rm -f $tmpfile
+ fi
+ }
+@@ -65,7 +65,7 @@
+ fi
+
+ # Fall back to sudo in a terminal
+- xterm -e sudo -p "$prompt
++ ${TERM} -e sudo -p "$prompt
+ [sudo] password for user: " $*
+ }
+
diff --git a/games-util/steam-installer/steam-installer-9999.ebuild b/games-util/steam-installer/steam-installer-9999.ebuild
index 9809c13..dc250cc 100644
--- a/games-util/steam-installer/steam-installer-9999.ebuild
+++ b/games-util/steam-installer/steam-installer-9999.ebuild
@@ -43,6 +43,7 @@ src_prepare() {
sed -r -i "s/^(Actions=.*)/\1;/" usr/share/applications/steam.desktop
epatch "${FILESDIR}/remove-ubuntu-specifics.patch"
+ epatch "${FILESDIR}/use-default-terminal.patch"
}
src_install() {
diff --git a/games-util/steam-meta/metadata.xml b/games-util/steam-meta/metadata.xml
index a6ed537..4fe7a71 100644
--- a/games-util/steam-meta/metadata.xml
+++ b/games-util/steam-meta/metadata.xml
@@ -12,4 +12,11 @@
<upstream>
<bugs-to>https://github.com/anyc/steam-overlay</bugs-to>
</upstream>
+ <use>
+ <flag name='installer'>Pull in the steam-installer</flag>
+ <flag name='testdeps'>
+ Pull in dependencies that are not yet confirmed as strictly
+ required.
+ </flag>
+ </use>
</pkgmetadata>
diff --git a/games-util/steam-meta/steam-meta-9999.ebuild b/games-util/steam-meta/steam-meta-9999.ebuild
index aa08135..3d8dadc 100644
--- a/games-util/steam-meta/steam-meta-9999.ebuild
+++ b/games-util/steam-meta/steam-meta-9999.ebuild
@@ -11,11 +11,17 @@ LICENSE="metapackage"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
+IUSE="+installer testdeps"
RDEPEND="
- games-util/steam-installer
games-util/steam-client-meta
+
+ installer? ( games-util/steam-installer )
+ testdeps? (
+ media-libs/libtxc_dxtn
+ sys-apps/pciutils
+ media-libs/jasper
+ )
"
pkg_postinst() {
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-util/steam-installer/, games-util/steam-meta/, ...
@ 2012-12-11 5:18 Mario Kicherer
0 siblings, 0 replies; 6+ messages in thread
From: Mario Kicherer @ 2012-12-11 5:18 UTC (permalink / raw
To: gentoo-commits
commit: 532f8499e8aa522c564020ffe340521c0028f6d1
Author: Mario Kicherer <dev <AT> kicherer <DOT> org>
AuthorDate: Tue Dec 11 05:18:04 2012 +0000
Commit: Mario Kicherer <dev <AT> kicherer <DOT> org>
CommitDate: Tue Dec 11 05:18:04 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=532f8499
[games-util/steam-*] moved game dependencies into games-util/steam-games-meta
---
.../steam-client-meta-9999.ebuild | 2 +-
.../{steam-meta => steam-games-meta}/metadata.xml | 10 +++-
.../steam-games-meta/steam-games-meta-9999.ebuild | 47 ++++++++++++++++++++
.../steam-installer/steam-installer-9999.ebuild | 14 ++++--
games-util/steam-meta/metadata.xml | 4 --
games-util/steam-meta/steam-meta-9999.ebuild | 15 +-----
6 files changed, 67 insertions(+), 25 deletions(-)
diff --git a/games-util/steam-client-meta/steam-client-meta-9999.ebuild b/games-util/steam-client-meta/steam-client-meta-9999.ebuild
index b712684..a4fb1fd 100644
--- a/games-util/steam-client-meta/steam-client-meta-9999.ebuild
+++ b/games-util/steam-client-meta/steam-client-meta-9999.ebuild
@@ -11,7 +11,7 @@ LICENSE="metapackage"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
-IUSE="video_cards_intel windows-games flash"
+IUSE="flash video_cards_intel windows-games"
RDEPEND="
virtual/opengl
diff --git a/games-util/steam-meta/metadata.xml b/games-util/steam-games-meta/metadata.xml
similarity index 62%
copy from games-util/steam-meta/metadata.xml
copy to games-util/steam-games-meta/metadata.xml
index 4fe7a71..bc6989a 100644
--- a/games-util/steam-meta/metadata.xml
+++ b/games-util/steam-games-meta/metadata.xml
@@ -6,14 +6,18 @@
<name>Mario Kicherer</name>
</maintainer>
<longdescription>
- This is a meta package that pulls in dependencies
- for the steam environment.
+ This is a meta package that pulls in the known dependencies
+ for different steam games.
</longdescription>
<upstream>
<bugs-to>https://github.com/anyc/steam-overlay</bugs-to>
</upstream>
<use>
- <flag name='installer'>Pull in the steam-installer</flag>
+ <flag name='s3tc'>Pull in library for S3TC compression support</flag>
+ <flag name='steamgames_unwritten_tales'>
+ Dependencies for "The Book of Unwritten Tales: The Critter
+ Chronicles"
+ </flag>
<flag name='testdeps'>
Pull in dependencies that are not yet confirmed as strictly
required.
diff --git a/games-util/steam-games-meta/steam-games-meta-9999.ebuild b/games-util/steam-games-meta/steam-games-meta-9999.ebuild
new file mode 100644
index 0000000..e401d41
--- /dev/null
+++ b/games-util/steam-games-meta/steam-games-meta-9999.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+DESCRIPTION="Meta package for Steam games"
+HOMEPAGE="https://steampowered.com"
+SRC_URI=""
+LICENSE="metapackage"
+
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="s3tc testdeps video_cards_intel"
+
+# add USE_EXPAND="${USE_EXPAND} STEAMGAMES" to your make.conf for proper
+# display of steamgames use flags
+IUSE_STEAMGAMES="unwritten_tales"
+
+for sgame in ${IUSE_STEAMGAMES}; do
+ IUSE="${IUSE} steamgames_${sgame}"
+done
+
+RDEPEND="
+ s3tc? ( media-libs/libtxc_dxtn )
+ testdeps? (
+ dev-games/ogre
+ media-libs/freealut
+ media-libs/sdl-ttf
+ media-libs/tiff
+ net-misc/curl
+ sys-apps/pciutils
+ )
+ steamgames_unwritten_tales? ( media-libs/jasper )
+ "
+
+pkg_postinst() {
+ elog "If a game does not start, please enable \"testdeps\" use-flag and"
+ elog "check if it fixes the issue. Please report, if and which one of the"
+ elog "dependencies is required for a game, so we can mark it accordingly."
+
+ if use video_cards_intel && ! use s3tc; then
+ elog "You have video_cards_intel enabled. You might want to enable"
+ elog "s3tc use-flag in order to play certain games which rely on this"
+ elog "texture compression."
+ fi
+}
diff --git a/games-util/steam-installer/steam-installer-9999.ebuild b/games-util/steam-installer/steam-installer-9999.ebuild
index dc250cc..badb1bd 100644
--- a/games-util/steam-installer/steam-installer-9999.ebuild
+++ b/games-util/steam-installer/steam-installer-9999.ebuild
@@ -65,13 +65,17 @@ src_install() {
}
pkg_postinst() {
- einfo "This ebuild only provides the steam installer."
- einfo "Execute \"steam\" to install the actual client into"
+ einfo "Execute /usr/bin/steam to install the actual client into"
einfo "your home folder."
einfo ""
+ einfo "After installing the client, /usr/bin/steam is also used to start"
+ einfo "the client. After unmerging the installer, you can start the client"
+ einfo "by executing ~/Steam/steam.sh"
+ einfo ""
einfo "To pull in the dependencies for the steam client and games,"
einfo "emerge: game-utils/steam-meta"
- ewarn "The steam client and the games are not controlled by"
- ewarn "portage. Updates are handled by the client itself."
-}
+ ewarn "This ebuild _only_ provides the steam installer. The steam client"
+ ewarn "and the games are _not_ controlled by portage. Updates are handled"
+ ewarn "by the client itself."
+}
\ No newline at end of file
diff --git a/games-util/steam-meta/metadata.xml b/games-util/steam-meta/metadata.xml
index 4fe7a71..43081b2 100644
--- a/games-util/steam-meta/metadata.xml
+++ b/games-util/steam-meta/metadata.xml
@@ -14,9 +14,5 @@
</upstream>
<use>
<flag name='installer'>Pull in the steam-installer</flag>
- <flag name='testdeps'>
- Pull in dependencies that are not yet confirmed as strictly
- required.
- </flag>
</use>
</pkgmetadata>
diff --git a/games-util/steam-meta/steam-meta-9999.ebuild b/games-util/steam-meta/steam-meta-9999.ebuild
index 3d8dadc..a54abe4 100644
--- a/games-util/steam-meta/steam-meta-9999.ebuild
+++ b/games-util/steam-meta/steam-meta-9999.ebuild
@@ -11,20 +11,11 @@ LICENSE="metapackage"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
-IUSE="+installer testdeps"
+IUSE="+installer"
RDEPEND="
games-util/steam-client-meta
+ games-util/steam-games-meta
installer? ( games-util/steam-installer )
- testdeps? (
- media-libs/libtxc_dxtn
- sys-apps/pciutils
- media-libs/jasper
- )
- "
-
-pkg_postinst() {
- einfo "This is a meta package that pulls in the dependencies"
- einfo "for the steam environment."
-}
+ "
\ No newline at end of file
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-util/steam-installer/, games-util/steam-meta/, ...
@ 2012-12-13 4:08 Mario Kicherer
0 siblings, 0 replies; 6+ messages in thread
From: Mario Kicherer @ 2012-12-13 4:08 UTC (permalink / raw
To: gentoo-commits
commit: 1b003da71fef69b2b2007c7364f557b545a76aef
Author: Mario Kicherer <dev <AT> kicherer <DOT> org>
AuthorDate: Thu Dec 13 04:08:33 2012 +0000
Commit: Mario Kicherer <dev <AT> kicherer <DOT> org>
CommitDate: Thu Dec 13 04:08:33 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=1b003da7
[games-util/steam-*] added contact information
---
.../steam-client-meta-9999.ebuild | 5 ++++-
.../steam-games-meta/steam-games-meta-9999.ebuild | 4 ++++
.../steam-installer/steam-installer-9999.ebuild | 5 ++++-
games-util/steam-meta/steam-meta-9999.ebuild | 5 ++++-
4 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/games-util/steam-client-meta/steam-client-meta-9999.ebuild b/games-util/steam-client-meta/steam-client-meta-9999.ebuild
index a4fb1fd..870660c 100644
--- a/games-util/steam-client-meta/steam-client-meta-9999.ebuild
+++ b/games-util/steam-client-meta/steam-client-meta-9999.ebuild
@@ -4,6 +4,9 @@
EAPI=5
+# Please report bugs/suggestions on: https://github.com/anyc/steam-overlay
+# or come to #gentoo-gamerlay in freenode IRC
+
DESCRIPTION="Meta package for Valve's native Steam client"
HOMEPAGE="https://steampowered.com"
SRC_URI=""
@@ -96,4 +99,4 @@ pkg_postinst() {
ewarn "The steam client and the games are not controlled by"
ewarn "portage. Updates are handled by the client itself."
-}
\ No newline at end of file
+}
diff --git a/games-util/steam-games-meta/steam-games-meta-9999.ebuild b/games-util/steam-games-meta/steam-games-meta-9999.ebuild
index e401d41..82372da 100644
--- a/games-util/steam-games-meta/steam-games-meta-9999.ebuild
+++ b/games-util/steam-games-meta/steam-games-meta-9999.ebuild
@@ -4,6 +4,9 @@
EAPI=5
+# Please report bugs/suggestions on: https://github.com/anyc/steam-overlay
+# or come to #gentoo-gamerlay in freenode IRC
+
DESCRIPTION="Meta package for Steam games"
HOMEPAGE="https://steampowered.com"
SRC_URI=""
@@ -38,6 +41,7 @@ pkg_postinst() {
elog "If a game does not start, please enable \"testdeps\" use-flag and"
elog "check if it fixes the issue. Please report, if and which one of the"
elog "dependencies is required for a game, so we can mark it accordingly."
+ elog "Development website: https://github.com/anyc/steam-overlay"
if use video_cards_intel && ! use s3tc; then
elog "You have video_cards_intel enabled. You might want to enable"
diff --git a/games-util/steam-installer/steam-installer-9999.ebuild b/games-util/steam-installer/steam-installer-9999.ebuild
index badb1bd..cbada57 100644
--- a/games-util/steam-installer/steam-installer-9999.ebuild
+++ b/games-util/steam-installer/steam-installer-9999.ebuild
@@ -4,6 +4,9 @@
EAPI=5
+# Please report bugs/suggestions on: https://github.com/anyc/steam-overlay
+# or come to #gentoo-gamerlay in freenode IRC
+
inherit eutils unpacker
DESCRIPTION="Installer for Valve's native Steam client"
@@ -78,4 +81,4 @@ pkg_postinst() {
ewarn "This ebuild _only_ provides the steam installer. The steam client"
ewarn "and the games are _not_ controlled by portage. Updates are handled"
ewarn "by the client itself."
-}
\ No newline at end of file
+}
diff --git a/games-util/steam-meta/steam-meta-9999.ebuild b/games-util/steam-meta/steam-meta-9999.ebuild
index a54abe4..471ca5d 100644
--- a/games-util/steam-meta/steam-meta-9999.ebuild
+++ b/games-util/steam-meta/steam-meta-9999.ebuild
@@ -4,6 +4,9 @@
EAPI=5
+# Please report bugs/suggestions on: https://github.com/anyc/steam-overlay
+# or come to #gentoo-gamerlay in freenode IRC
+
DESCRIPTION="Meta package for Valve's Steam environment"
HOMEPAGE="https://steampowered.com"
SRC_URI=""
@@ -18,4 +21,4 @@ RDEPEND="
games-util/steam-games-meta
installer? ( games-util/steam-installer )
- "
\ No newline at end of file
+ "
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-12-13 4:09 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-13 4:08 [gentoo-commits] proj/gamerlay:master commit in: games-util/steam-installer/, games-util/steam-meta/, Mario Kicherer
-- strict thread matches above, loose matches on Subject: below --
2012-12-11 5:18 Mario Kicherer
2012-12-04 8:40 Mario Kicherer
2012-11-12 21:10 Mario Kicherer
2012-11-12 18:23 Mario Kicherer
2012-11-11 19:34 Mario Kicherer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox