games-fps/quake1-demodata: [QA] Remove ebeep and epause calls.
authorUlrich Müller <ulm@gentoo.org>
Tue, 27 Aug 2019 17:43:02 +0000 (19:43 +0200)
committerJames Le Cuirot <chewi@gentoo.org>
Sat, 7 Sep 2019 14:37:07 +0000 (15:37 +0100)
Closes: https://bugs.gentoo.org/646172
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
games-fps/quake1-demodata/quake1-demodata-1.06.ebuild

index 7b8a34815e89b67a330a7811a73d93422717fd96..102d80da46f65d13a6ff837e7bb6787ba11b8a30 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,7 +17,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="symlink"
 
-RDEPEND=""
+RDEPEND="symlink? ( !games-fps/quake1-data )"
 DEPEND="app-arch/lha
        app-arch/unzip"
 
@@ -30,13 +30,6 @@ pkg_setup() {
        if has_version "games-fps/quake1-data" ; then
                ewarn "games-fps/quake1-data already includes the demo data,"
                ewarn "so this installation is not very useful."
-               echo
-               if use symlink ; then
-                       eerror "The symlink for the demo data conflicts with the cdinstall data"
-                       die "Remove the 'symlink' USE flag for this package"
-               fi
-               ebeep
-               epause
        fi
 }