Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/quake1-demodata/
Date: Sat, 07 Sep 2019 14:37:31
Message-Id: 1567867027.a1afbecce678dfd52b34b35b65984ad8645a43ee.chewi@gentoo
1 commit: a1afbecce678dfd52b34b35b65984ad8645a43ee
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 27 17:43:02 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 7 14:37:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1afbecc
7
8 games-fps/quake1-demodata: [QA] Remove ebeep and epause calls.
9
10 Closes: https://bugs.gentoo.org/646172
11 Package-Manager: Portage-2.3.73, Repoman-2.3.17
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
14
15 games-fps/quake1-demodata/quake1-demodata-1.06.ebuild | 11 ++---------
16 1 file changed, 2 insertions(+), 9 deletions(-)
17
18 diff --git a/games-fps/quake1-demodata/quake1-demodata-1.06.ebuild b/games-fps/quake1-demodata/quake1-demodata-1.06.ebuild
19 index 7b8a34815e8..102d80da46f 100644
20 --- a/games-fps/quake1-demodata/quake1-demodata-1.06.ebuild
21 +++ b/games-fps/quake1-demodata/quake1-demodata-1.06.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -17,7 +17,7 @@ SLOT="0"
29 KEYWORDS="~amd64 ~x86"
30 IUSE="symlink"
31
32 -RDEPEND=""
33 +RDEPEND="symlink? ( !games-fps/quake1-data )"
34 DEPEND="app-arch/lha
35 app-arch/unzip"
36
37 @@ -30,13 +30,6 @@ pkg_setup() {
38 if has_version "games-fps/quake1-data" ; then
39 ewarn "games-fps/quake1-data already includes the demo data,"
40 ewarn "so this installation is not very useful."
41 - echo
42 - if use symlink ; then
43 - eerror "The symlink for the demo data conflicts with the cdinstall data"
44 - die "Remove the 'symlink' USE flag for this package"
45 - fi
46 - ebeep
47 - epause
48 fi
49 }