public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/dev/ulm:master commit in: games-board/egtb-syzygy/
Date: Thu,  8 Oct 2015 20:06:53 +0000 (UTC)	[thread overview]
Message-ID: <1444334313.9689bb9df24448d8cdab2b110e7845c9074cda11.ulm@gentoo> (raw)

commit:     9689bb9df24448d8cdab2b110e7845c9074cda11
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  8 19:58:33 2015 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Oct  8 19:58:33 2015 +0000
URL:        https://gitweb.gentoo.org/repo/dev/ulm.git/commit/?id=9689bb9d

games-board/egtb-syzygy: Check disk space for both settings of the tb6 flag.

Package-Manager: portage-2.2.22

 games-board/egtb-syzygy/ChangeLog                   |  3 +++
 games-board/egtb-syzygy/egtb-syzygy-20131213.ebuild | 11 ++++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/games-board/egtb-syzygy/ChangeLog b/games-board/egtb-syzygy/ChangeLog
index 0eb18b5..2c29e7f 100644
--- a/games-board/egtb-syzygy/ChangeLog
+++ b/games-board/egtb-syzygy/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  08 Oct 2015; Ulrich Müller <ulm@gentoo.org> egtb-syzygy-20131213.ebuild:
+  Check disk space for both settings of the tb6 flag.
+
   01 Oct 2015; Ulrich Müller <ulm@gentoo.org> egtb-syzygy-20131213.ebuild:
   Install under /usr/share/ instead of /usr/share/games/.
 

diff --git a/games-board/egtb-syzygy/egtb-syzygy-20131213.ebuild b/games-board/egtb-syzygy/egtb-syzygy-20131213.ebuild
index 3533c04..85d9487 100644
--- a/games-board/egtb-syzygy/egtb-syzygy-20131213.ebuild
+++ b/games-board/egtb-syzygy/egtb-syzygy-20131213.ebuild
@@ -53,15 +53,16 @@ RESTRICT="mirror"				# not on Gentoo mirrors
 
 S="${WORKDIR}"
 
-CHECKREQS_DISK_USR="151G"
-CHECKREQS_DISK_BUILD="${CHECKREQS_DISK_USR}"
-
 pkg_pretend() {
-	use tb6 && check-reqs_pkg_pretend
+	CHECKREQS_DISK_USR=$(usex tb6 "151G" "939M")
+	CHECKREQS_DISK_BUILD="${CHECKREQS_DISK_USR}"
+	check-reqs_pkg_pretend
 }
 
 pkg_setup() {
-	use tb6 && check-reqs_pkg_setup
+	CHECKREQS_DISK_USR=$(usex tb6 "151G" "939M")
+	CHECKREQS_DISK_BUILD="${CHECKREQS_DISK_USR}"
+	check-reqs_pkg_setup
 }
 
 src_unpack() { :; }


             reply	other threads:[~2015-10-08 20:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-08 20:06 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-09-29  6:57 [gentoo-commits] repo/dev/ulm:master commit in: games-board/egtb-syzygy/ Ulrich Müller
2015-09-29  6:37 Ulrich Müller

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=1444334313.9689bb9df24448d8cdab2b110e7845c9074cda11.ulm@gentoo \
    --to=ulm@gentoo.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