* [gentoo-commits] proj/gamerlay:master commit in: games-util/steam-installer/
@ 2012-11-18 14:40 Mario Kicherer
0 siblings, 0 replies; 3+ messages in thread
From: Mario Kicherer @ 2012-11-18 14:40 UTC (permalink / raw
To: gentoo-commits
commit: dee87ced0f39309341f685e685ffeb2311a32e82
Author: Mario Kicherer <dev <AT> kicherer <DOT> org>
AuthorDate: Sun Nov 18 14:40:04 2012 +0000
Commit: Mario Kicherer <dev <AT> kicherer <DOT> org>
CommitDate: Sun Nov 18 14:40:04 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=dee87ced
[games-util/steam-installer] added RESTRICT variable
---
.../steam-installer/steam-installer-9999.ebuild | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/games-util/steam-installer/steam-installer-9999.ebuild b/games-util/steam-installer/steam-installer-9999.ebuild
index 9bf8f9a..9290e7b 100644
--- a/games-util/steam-installer/steam-installer-9999.ebuild
+++ b/games-util/steam-installer/steam-installer-9999.ebuild
@@ -11,6 +11,7 @@ HOMEPAGE="https://steampowered.com"
SRC_URI="http://media.steampowered.com/client/installer/steam.deb"
LICENSE="ValveSteamLicense"
+RESTRICT="bindist mirror"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE=""
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-util/steam-installer/
@ 2012-12-02 15:09 Mario Kicherer
0 siblings, 0 replies; 3+ messages in thread
From: Mario Kicherer @ 2012-12-02 15:09 UTC (permalink / raw
To: gentoo-commits
commit: 41c4ddaaeb62200a2aba0c0421a0eb93579642cf
Author: Mario Kicherer <dev <AT> kicherer <DOT> org>
AuthorDate: Sun Dec 2 15:08:57 2012 +0000
Commit: Mario Kicherer <dev <AT> kicherer <DOT> org>
CommitDate: Sun Dec 2 15:08:57 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=41c4ddaa
[games-util/steam-installer] ebuild sync with dev overlay
---
.../steam-installer/steam-installer-9999.ebuild | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/games-util/steam-installer/steam-installer-9999.ebuild b/games-util/steam-installer/steam-installer-9999.ebuild
index 9290e7b..9809c13 100644
--- a/games-util/steam-installer/steam-installer-9999.ebuild
+++ b/games-util/steam-installer/steam-installer-9999.ebuild
@@ -64,12 +64,12 @@ src_install() {
}
pkg_postinst() {
- einfo "This ebuild only installs the steam installer."
+ einfo "This ebuild only provides 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"
+ 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."
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-util/steam-installer/
@ 2012-12-14 16:49 Mario Kicherer
0 siblings, 0 replies; 3+ messages in thread
From: Mario Kicherer @ 2012-12-14 16:49 UTC (permalink / raw
To: gentoo-commits
commit: 9fbf6e21ca4d7d05cc5667893a8fc5b19450230e
Author: Mario Kicherer <dev <AT> kicherer <DOT> org>
AuthorDate: Fri Dec 14 16:49:45 2012 +0000
Commit: Mario Kicherer <dev <AT> kicherer <DOT> org>
CommitDate: Fri Dec 14 16:49:45 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=9fbf6e21
[games-util/steam-installer] introducing versioned ebuilds
---
.../steam-installer-1.0.0.17.ebuild | 1 +
.../steam-installer/steam-installer-9999.ebuild | 11 +++++++++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/games-util/steam-installer/steam-installer-1.0.0.17.ebuild b/games-util/steam-installer/steam-installer-1.0.0.17.ebuild
new file mode 120000
index 0000000..b7a0fbd
--- /dev/null
+++ b/games-util/steam-installer/steam-installer-1.0.0.17.ebuild
@@ -0,0 +1 @@
+steam-installer-9999.ebuild
\ No newline at end of file
diff --git a/games-util/steam-installer/steam-installer-9999.ebuild b/games-util/steam-installer/steam-installer-9999.ebuild
index 479e678..35cd4a0 100644
--- a/games-util/steam-installer/steam-installer-9999.ebuild
+++ b/games-util/steam-installer/steam-installer-9999.ebuild
@@ -11,12 +11,19 @@ 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"
+
+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}_i386.deb"
+ KEYWORDS="-* ~amd64 ~x86"
+fi
+
LICENSE="ValveSteamLicense"
RESTRICT="bindist mirror"
SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-12-14 16:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-02 15:09 [gentoo-commits] proj/gamerlay:master commit in: games-util/steam-installer/ Mario Kicherer
-- strict thread matches above, loose matches on Subject: below --
2012-12-14 16:49 Mario Kicherer
2012-11-18 14:40 Mario Kicherer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox