Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/arx-fatalis-demo/
Date: Mon, 22 Oct 2018 13:43:54
Message-Id: 1540215809.9da0039b79e4f005090a32655eda45def78b4437.asturm@gentoo
1 commit: 9da0039b79e4f005090a32655eda45def78b4437
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 21 21:01:59 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 22 13:43:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9da0039b
7
8 games-rpg/arx-fatalis-demo: distfiles not DISTFILES
9
10 There is no point in telling the user to put it below ${PORTAGE_BUILDDIR}
11
12 Closes: https://bugs.gentoo.org/669240
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14 Package-Manager: Portage-2.3.51, Repoman-2.3.11
15
16 games-rpg/arx-fatalis-demo/arx-fatalis-demo-0-r1.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/games-rpg/arx-fatalis-demo/arx-fatalis-demo-0-r1.ebuild b/games-rpg/arx-fatalis-demo/arx-fatalis-demo-0-r1.ebuild
20 index f249e93678b..7fda4c8028f 100644
21 --- a/games-rpg/arx-fatalis-demo/arx-fatalis-demo-0-r1.ebuild
22 +++ b/games-rpg/arx-fatalis-demo/arx-fatalis-demo-0-r1.ebuild
23 @@ -24,7 +24,7 @@ DEPEND="
24 S="${WORKDIR}"
25
26 pkg_nofetch() {
27 - einfo "Please find and download ${SRC_URI} and put it into ${DISTDIR}."
28 + einfo "Please find and download ${SRC_URI} and put it into your distfiles directory."
29 einfo "There is a list of possible download locations at"
30 einfo "http://wiki.arx-libertatis.org/Getting_the_game_data#Demo"
31 }