From: "Mario Kicherer" <dev@kicherer.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-util/steam-meta/, games-util/steam-games-meta/, ...
Date: Sun, 2 Jun 2013 10:00:33 +0000 (UTC) [thread overview]
Message-ID: <1370167222.ee0e66182d5062eceec9e4e4854ff03cd3a1b4e7.anyc@gentoo> (raw)
commit: ee0e66182d5062eceec9e4e4854ff03cd3a1b4e7
Author: Mario Kicherer <dev <AT> kicherer <DOT> org>
AuthorDate: Sun Jun 2 10:00:22 2013 +0000
Commit: Mario Kicherer <dev <AT> kicherer <DOT> org>
CommitDate: Sun Jun 2 10:00:22 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=ee0e6618
[games-util/steam-*] removed ebuilds that are not required with the steam runtime - valve only supports installations with runtime enabled. see steam-overlay for non-runtime ebuilds
---
games-util/steam-client-meta/metadata.xml | 19 ----
.../steam-client-meta-0-r20130314.ebuild | 117 --------------------
.../steam-client-meta-0-r20130316.ebuild | 108 -------------------
.../steam-client-meta-0-r20130514.ebuild | 118 ---------------------
games-util/steam-games-meta/metadata.xml | 32 ------
.../steam-games-meta-0-r20130312.ebuild | 113 --------------------
.../steam-launcher-1.0.0.39-r2.ebuild | 37 +------
games-util/steam-meta/metadata.xml | 15 ---
.../steam-meta/steam-meta-0-r20130312.ebuild | 23 ----
.../steam-meta/steam-meta-0-r20130514.ebuild | 25 -----
10 files changed, 5 insertions(+), 602 deletions(-)
diff --git a/games-util/steam-client-meta/metadata.xml b/games-util/steam-client-meta/metadata.xml
deleted file mode 100644
index ef55a25..0000000
--- a/games-util/steam-client-meta/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?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 client.
- </longdescription>
- <upstream>
- <bugs-to>https://github.com/anyc/steam-overlay</bugs-to>
- </upstream>
- <use>
- <flag name='flash'>Pull in www-plugins/adobe-flash for the internal browser</flag>
- <flag name='trayicon'>Enable system tray icon with libappindicator</flag>
- </use>
-</pkgmetadata>
diff --git a/games-util/steam-client-meta/steam-client-meta-0-r20130314.ebuild b/games-util/steam-client-meta/steam-client-meta-0-r20130314.ebuild
deleted file mode 100644
index be0af4a..0000000
--- a/games-util/steam-client-meta/steam-client-meta-0-r20130314.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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="http://steampowered.com"
-SRC_URI=""
-LICENSE="metapackage"
-
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE="flash trayicon video_cards_intel windows-games"
-
-RDEPEND="
- virtual/opengl
-
- media-fonts/font-mutt-misc
- || ( media-fonts/font-bitstream-100dpi media-fonts/font-adobe-100dpi )
-
-
- windows-games? ( app-emulation/wine )
-
- amd64? (
- >=sys-devel/gcc-4.6.0[multilib]
- >=sys-libs/glibc-2.15[multilib]
- >=media-libs/libsdl-2.0.0_pre6964:2[abi_x86_32]
-
- >=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
- (
- x11-libs/libX11[abi_x86_32]
- x11-libs/libXcomposite[abi_x86_32]
- x11-libs/libXcursor[abi_x86_32]
- x11-libs/libXdamage[abi_x86_32]
- x11-libs/libXext[abi_x86_32]
- x11-libs/libXfixes[abi_x86_32]
- media-libs/fontconfig[abi_x86_32]
- media-libs/freetype[abi_x86_32]
- x11-libs/libXi[abi_x86_32]
- x11-libs/libXinerama[abi_x86_32]
- x11-libs/libXrandr[abi_x86_32]
- x11-libs/libXrender[abi_x86_32]
- )
- )
-
- trayicon? ( =dev-libs/libappindicator-12.10.0-r1[-gtk3,abi_x86_32] )
-
- 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-2.0.0_pre6964
- 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
-
- trayicon? ( =dev-libs/libappindicator-12.10.0-r1[-gtk3] )
- flash? ( www-plugins/adobe-flash )
- video_cards_intel? ( >=media-libs/mesa-9 )
- )"
-
-pkg_postinst() {
- elog "This is only a meta package that pulls in the required"
- elog "dependencies for the steam client."
-
- if use windows-games; then
- elog ""
- elog "To start games automatically with wine, follow"
- elog "https://wiki.archlinux.org/index.php/Wine#Using_Wine_as_an_interpreter_for_Win16.2FWin32_binaries"
- fi
-
- if use flash; then
- elog ""
- elog "In order to use flash, link the 32bit libflashplayer.so to"
- elog "\${STEAM_FOLDER}/ubuntu12_32/plugins/"
- fi
-
- 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-client-meta/steam-client-meta-0-r20130316.ebuild b/games-util/steam-client-meta/steam-client-meta-0-r20130316.ebuild
deleted file mode 100644
index 8312bae..0000000
--- a/games-util/steam-client-meta/steam-client-meta-0-r20130316.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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="http://steampowered.com"
-SRC_URI=""
-LICENSE="metapackage"
-
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE="flash trayicon video_cards_intel"
-
-RDEPEND="
- virtual/opengl
-
- media-fonts/font-mutt-misc
- || ( media-fonts/font-bitstream-100dpi media-fonts/font-adobe-100dpi )
-
- amd64? (
- >=sys-devel/gcc-4.6.0[multilib]
- >=sys-libs/glibc-2.15[multilib]
- >=media-libs/libsdl-2.0.0_pre6964:2[abi_x86_32]
-
- >=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
- (
- x11-libs/libX11[abi_x86_32]
- x11-libs/libXcomposite[abi_x86_32]
- x11-libs/libXcursor[abi_x86_32]
- x11-libs/libXdamage[abi_x86_32]
- x11-libs/libXext[abi_x86_32]
- x11-libs/libXfixes[abi_x86_32]
- media-libs/fontconfig[abi_x86_32]
- media-libs/freetype[abi_x86_32]
- x11-libs/libXi[abi_x86_32]
- x11-libs/libXinerama[abi_x86_32]
- x11-libs/libXrandr[abi_x86_32]
- x11-libs/libXrender[abi_x86_32]
- )
- )
-
- trayicon? ( >=dev-libs/libappindicator-12.10.0-r1[-gtk3,abi_x86_32] )
-
- 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-2.0.0_pre6964
- 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
-
- trayicon? ( =dev-libs/libappindicator-12.10.0-r1[-gtk3] )
- flash? ( www-plugins/adobe-flash )
- video_cards_intel? ( >=media-libs/mesa-9 )
- )"
-
-pkg_postinst() {
- elog "This is only a meta package that pulls in the required"
- elog "dependencies for the steam client."
-
- if use flash; then
- elog ""
- elog "In order to use flash, link the 32bit libflashplayer.so to"
- elog "\${STEAM_FOLDER}/ubuntu12_32/plugins/"
- fi
-
- 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-client-meta/steam-client-meta-0-r20130514.ebuild b/games-util/steam-client-meta/steam-client-meta-0-r20130514.ebuild
deleted file mode 100644
index 5e32200..0000000
--- a/games-util/steam-client-meta/steam-client-meta-0-r20130514.ebuild
+++ /dev/null
@@ -1,118 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit pax-utils
-
-# 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="http://steampowered.com"
-SRC_URI=""
-LICENSE="metapackage"
-
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE="flash trayicon video_cards_intel"
-
-RDEPEND="
- virtual/opengl
-
- media-fonts/font-mutt-misc
- || ( media-fonts/font-bitstream-100dpi media-fonts/font-adobe-100dpi )
-
- amd64? (
- >=sys-devel/gcc-4.6.0[multilib]
- >=sys-libs/glibc-2.15[multilib]
- >=media-libs/libsdl-2.0.0_pre6964:2[abi_x86_32]
- app-emulation/steam-runtime-bin
-
- >=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
- (
- x11-libs/libX11[abi_x86_32]
- x11-libs/libXcomposite[abi_x86_32]
- x11-libs/libXcursor[abi_x86_32]
- x11-libs/libXdamage[abi_x86_32]
- x11-libs/libXext[abi_x86_32]
- x11-libs/libXfixes[abi_x86_32]
- media-libs/fontconfig[abi_x86_32]
- media-libs/freetype[abi_x86_32]
- x11-libs/libXi[abi_x86_32]
- x11-libs/libXinerama[abi_x86_32]
- x11-libs/libXrandr[abi_x86_32]
- x11-libs/libXrender[abi_x86_32]
- )
- )
-
- trayicon? ( >=dev-libs/libappindicator-12.10.0-r1[-gtk3,abi_x86_32] )
-
- 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-2.0.0_pre6964
- 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
-
- trayicon? ( =dev-libs/libappindicator-12.10.0-r1[-gtk3] )
- flash? ( www-plugins/adobe-flash )
- video_cards_intel? ( >=media-libs/mesa-9 )
- )"
-
-pkg_postinst() {
- elog "This is only a meta package that pulls in the required"
- elog "dependencies for the steam client."
- elog ""
-
- if use flash; then
- elog "In order to use flash, link the 32bit libflashplayer.so to"
- elog "\${STEAM_FOLDER}/ubuntu12_32/plugins/"
- elog ""
- fi
-
- if host-is-pax; then
- elog "If you're using PAX, please see:"
- elog "http://wiki.gentoo.org/wiki/Steam#Hardened_Gentoo"
- elog ""
- fi
-
- 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-games-meta/metadata.xml b/games-util/steam-games-meta/metadata.xml
deleted file mode 100644
index 7bf198a..0000000
--- a/games-util/steam-games-meta/metadata.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?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 the known dependencies
- for different steam games.
- </longdescription>
- <upstream>
- <bugs-to>https://github.com/anyc/steam-overlay</bugs-to>
- </upstream>
- <use>
- <flag name='s3tc'>Pull in library for S3TC compression support</flag>
- <flag name='steamgames_dwarfs'>Dwarfs</flag>
- <flag name='steamgames_unwritten_tales'>
- Dependencies for "The Book of Unwritten Tales: The Critter
- Chronicles"
- </flag>
- <flag name='steamgames_tf2'>Team Fortress 2</flag>
- <flag name='steamgames_journey_down'>The journy down</flag>
- <flag name='steamgames_trine2'>Trine 2</flag>
- <flag name='steamgames_shatter'>Sidhe's Shatter</flag>
- <flag name='steamgames_defenders_quest'>Defender's Quest: Valley of the Forgotten</flag>
- <flag name='testdeps'>
- Pull in dependencies that are not yet confirmed as strictly
- required.
- </flag>
- </use>
-</pkgmetadata>
diff --git a/games-util/steam-games-meta/steam-games-meta-0-r20130312.ebuild b/games-util/steam-games-meta/steam-games-meta-0-r20130312.ebuild
deleted file mode 100644
index c837e71..0000000
--- a/games-util/steam-games-meta/steam-games-meta-0-r20130312.ebuild
+++ /dev/null
@@ -1,113 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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="http://steampowered.com"
-SRC_URI=""
-LICENSE="metapackage"
-
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE="s3tc testdeps video_cards_intel video_cards_fglrx video_cards_nouveau
- video_cards_nvidia video_cards_radeon"
-
-# add USE_EXPAND="${USE_EXPAND} STEAMGAMES" to your make.conf for proper
-# display of steamgames use flags
-IUSE_STEAMGAMES="dwarfs unwritten_tales tf2 trine2 journey_down defenders_quest
- shatter"
-
-for sgame in ${IUSE_STEAMGAMES}; do
- IUSE="${IUSE} steamgames_${sgame}"
-done
-
-RDEPEND="
- s3tc? (
- amd64? ( || (
- >=media-libs/libtxc_dxtn-1.0.1-r1[abi_x86_32]
- <media-libs/libtxc_dxtn-1.0.1-r1[multilib]
- ) )
- x86? ( media-libs/libtxc_dxtn )
- )
- testdeps? (
- dev-lang/mono
- x86? (
- dev-db/sqlite
- dev-games/ogre
- media-libs/freealut
- media-libs/freeglut
- media-libs/libtheora
- media-libs/libvorbis
- media-libs/openal
- media-libs/sdl-image
- media-libs/sdl-mixer
- media-libs/sdl-ttf
- media-libs/tiff
- net-dns/libidn
- net-misc/curl
- sys-apps/pciutils
- x11-libs/libXaw
- x11-libs/libXft
- x11-libs/libXmu
- x11-libs/libXxf86vm
- x11-misc/xclip
- )
- )
- steamgames_dwarfs? (
- x86? ( media-libs/libexif )
- amd64? ( >=media-libs/libexif-0.6.21-r1[abi_x86_32] )
- )
- steamgames_unwritten_tales? (
- x86? ( media-libs/jasper )
- amd64? ( >=media-libs/jasper-1.900.1-r6[abi_x86_32] )
- )
- steamgames_tf2? (
- video_cards_fglrx? ( >=x11-drivers/ati-drivers-12.8 )
- )
- steamgames_journey_down? (
- x86? ( media-libs/openal )
- )
- steamgames_trine2? (
- x11-apps/xwininfo
- )
- steamgames_defenders_quest? (
- dev-util/adobe-air-sdk-bin
- )
- steamgames_shatter? (
- amd64? ( >=media-gfx/nvidia-cg-toolkit-3.1.0013 )
- x86? ( media-gfx/nvidia-cg-toolkit )
- )
- "
-REQUIRED_USE="
- steamgames_tf2? (
- video_cards_intel? ( s3tc )
- video_cards_radeon? ( s3tc )
- video_cards_nouveau? ( s3tc )
- )
- "
-
-pkg_postinst() {
- if use x86; then
- 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 ""
- fi
-
- if use amd64; then
- elog "If a game does not start, please take a look at the dependencies"
- elog "for the x86 architecture in this ebuild. It might be required that"
- elog "we create a multilib ebuild for x86. Please report, if and which"
- elog "one of the dependencies is required for a game, so we can mark it"
- elog "accordingly."
- elog ""
- fi
- elog "Ebuild development website: http://github.com/anyc/steam-overlay"
- elog ""
- elog "If you have problems, please also see http://wiki.gentoo.org/wiki/Steam"
-}
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.39-r2.ebuild
index ff579d4..5e5487d 100644
--- a/games-util/steam-launcher/steam-launcher-1.0.0.39-r2.ebuild
+++ b/games-util/steam-launcher/steam-launcher-1.0.0.39-r2.ebuild
@@ -9,22 +9,15 @@ EAPI=5
inherit eutils gnome2-utils fdo-mime
-DESCRIPTION="Supplementary files for Valve's Steam client for Linux"
+DESCRIPTION="Installer, launcher and supplementary files for Valve's Steam client"
HOMEPAGE="http://steampowered.com"
+SRC_URI="http://repo.steampowered.com/steam/archive/precise/steam_${PV}.tar.gz"
-if [[ "${PV}" == "9999" ]] ; then
- SRC_URI="http://repo.steampowered.com/steam/archive/precise/steam_latest.deb"
- KEYWORDS=""
-else
- SRC_URI="http://repo.steampowered.com/steam/archive/precise/steam_${PV}.tar.gz"
- KEYWORDS="-* ~amd64 ~x86"
-fi
-
+KEYWORDS="-* ~amd64 ~x86"
LICENSE="ValveSteamLicense"
RESTRICT="bindist mirror"
SLOT="0"
-IUSE="steamruntime"
RDEPEND="
app-arch/xz-utils
@@ -61,15 +54,8 @@ RDEPEND="
S=${WORKDIR}/steam/
src_prepare() {
- if [[ "${PV}" != "9999" ]] ; then
- if ! use steamruntime; then
- # use system libraries
- sed -i -r "s/(export TEXTDOMAIN=steam)/\1\nif \[ -z \"\$STEAM_RUNTIME\" \]; then export STEAM_RUNTIME=0; fi/" steam || die
- fi
-
- # we use our ebuild functions to install the files
- rm Makefile
- fi
+ # we use our ebuild functions to install the files
+ rm Makefile
}
src_install() {
@@ -106,19 +92,6 @@ pkg_postinst() {
elog "also starts the client from your home folder."
elog ""
- if use steamruntime; then
- ewarn "You enabled the steam runtime environment. Steam will use bundled"
- ewarn "libraries instead of Gentoo's system libraries."
- ewarn ""
- else
- elog "We disable STEAM_RUNTIME in order to ignore bundled libraries"
- elog "and use installed system libraries instead. If you have problems,"
- elog "try starting steam with: STEAM_RUNTIME=1 steam"
- ewarn ""
- ewarn "Notice: Valve only supports Steam with the runtime enabled!"
- ewarn ""
- fi
-
if ! has_version "gnome-extra/zenity"; then
ewarn "Valve does not provide a xterm fallback for all calls of zenity."
ewarn "Please install gnome-extra/zenity for full support."
diff --git a/games-util/steam-meta/metadata.xml b/games-util/steam-meta/metadata.xml
deleted file mode 100644
index a6ed537..0000000
--- a/games-util/steam-meta/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?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>
- <upstream>
- <bugs-to>https://github.com/anyc/steam-overlay</bugs-to>
- </upstream>
-</pkgmetadata>
diff --git a/games-util/steam-meta/steam-meta-0-r20130312.ebuild b/games-util/steam-meta/steam-meta-0-r20130312.ebuild
deleted file mode 100644
index 9131bee..0000000
--- a/games-util/steam-meta/steam-meta-0-r20130312.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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=""
-LICENSE="metapackage"
-
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- games-util/steam-launcher
- games-util/steam-client-meta
- games-util/steam-games-meta
- "
diff --git a/games-util/steam-meta/steam-meta-0-r20130514.ebuild b/games-util/steam-meta/steam-meta-0-r20130514.ebuild
deleted file mode 100644
index 16fd220..0000000
--- a/games-util/steam-meta/steam-meta-0-r20130514.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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=""
-LICENSE="metapackage"
-
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE="steamruntime"
-
-RDEPEND="
- games-util/steam-launcher
- !steamruntime? (
- games-util/steam-client-meta
- games-util/steam-games-meta
- )
- "
next reply other threads:[~2013-06-02 10:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-02 10:00 Mario Kicherer [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-05-29 18:27 [gentoo-commits] proj/gamerlay:master commit in: games-util/steam-meta/, games-util/steam-games-meta/, Mario Kicherer
2013-03-12 19:53 Mario Kicherer
2013-03-09 20:33 Mario Kicherer
2013-01-10 21:58 Mario Kicherer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1370167222.ee0e66182d5062eceec9e4e4854ff03cd3a1b4e7.anyc@gentoo \
--to=dev@kicherer.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox