From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 98CAF1381F3 for ; Thu, 13 Dec 2012 04:09:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BDCEE05EC; Thu, 13 Dec 2012 04:09:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3010E05EC for ; Thu, 13 Dec 2012 04:09:00 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 035D833CEF2 for ; Thu, 13 Dec 2012 04:08:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4B329E543C for ; Thu, 13 Dec 2012 04:08:56 +0000 (UTC) From: "Mario Kicherer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mario Kicherer" Message-ID: <1355371713.1b003da71fef69b2b2007c7364f557b545a76aef.anyc@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-util/steam-installer/, games-util/steam-meta/, ... X-VCS-Repository: proj/gamerlay X-VCS-Files: games-util/steam-client-meta/steam-client-meta-9999.ebuild games-util/steam-games-meta/steam-games-meta-9999.ebuild games-util/steam-installer/steam-installer-9999.ebuild games-util/steam-meta/steam-meta-9999.ebuild X-VCS-Directories: games-util/steam-installer/ games-util/steam-meta/ games-util/steam-games-meta/ games-util/steam-client-meta/ X-VCS-Committer: anyc X-VCS-Committer-Name: Mario Kicherer X-VCS-Revision: 1b003da71fef69b2b2007c7364f557b545a76aef X-VCS-Branch: master Date: Thu, 13 Dec 2012 04:08:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e5721145-0a00-46da-8ed7-8eb087f47f7e X-Archives-Hash: 1f0c3cbd76fd59ac835b815beddebe13 commit: 1b003da71fef69b2b2007c7364f557b545a76aef Author: Mario Kicherer kicherer org> AuthorDate: Thu Dec 13 04:08:33 2012 +0000 Commit: Mario Kicherer kicherer 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 + "