Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/bastion/
Date: Mon, 23 Aug 2021 04:06:24
Message-Id: 1629691553.ec7c346961050ceb3c015fd27869e18ccba4e081.sam@gentoo
1 commit: ec7c346961050ceb3c015fd27869e18ccba4e081
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 22 02:27:15 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 23 04:05:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7c3469
7
8 games-rpg/bastion: tidy ebuild
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 games-rpg/bastion/bastion-20161016.ebuild | 7 +++----
13 1 file changed, 3 insertions(+), 4 deletions(-)
14
15 diff --git a/games-rpg/bastion/bastion-20161016.ebuild b/games-rpg/bastion/bastion-20161016.ebuild
16 index d0388d065a8..ecf7ae32af1 100644
17 --- a/games-rpg/bastion/bastion-20161016.ebuild
18 +++ b/games-rpg/bastion/bastion-20161016.ebuild
19 @@ -1,14 +1,16 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 +CHECKREQS_DISK_BUILD="2400M"
27 inherit desktop check-reqs unpacker wrapper xdg
28
29 TIMESTAMP=${PV:4:2}${PV:6:2}${PV:0:4}
30 DESCRIPTION="An original action role-playing game set in a lush imaginative world"
31 HOMEPAGE="https://supergiantgames.com/games/bastion/"
32 SRC_URI="bastion-${TIMESTAMP}-bin"
33 +S="${WORKDIR}/data"
34
35 LICENSE="all-rights-reserved"
36 SLOT="0"
37 @@ -28,9 +30,6 @@ BDEPEND="
38 app-arch/unzip
39 "
40
41 -CHECKREQS_DISK_BUILD="2400M"
42 -S="${WORKDIR}/data"
43 -
44 pkg_nofetch() {
45 einfo "Please buy and download ${SRC_URI} from:"
46 einfo " https://www.humblebundle.com/store/${PN}"