diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-08-27 19:43:02 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-09-07 15:37:07 +0100 |
commit | a1afbecce678dfd52b34b35b65984ad8645a43ee (patch) | |
tree | 0ad88f8ce7d0b7015aa15376c43b20bcbedb63af /games-fps/quake1-demodata | |
parent | www-apps/moodle: version bumps to 3.5.8, 3.6.6, 3.7.2 (diff) | |
download | gentoo-a1afbecce678dfd52b34b35b65984ad8645a43ee.tar.gz gentoo-a1afbecce678dfd52b34b35b65984ad8645a43ee.tar.bz2 gentoo-a1afbecce678dfd52b34b35b65984ad8645a43ee.zip |
games-fps/quake1-demodata: [QA] Remove ebeep and epause calls.
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>
Diffstat (limited to 'games-fps/quake1-demodata')
-rw-r--r-- | games-fps/quake1-demodata/quake1-demodata-1.06.ebuild | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/games-fps/quake1-demodata/quake1-demodata-1.06.ebuild b/games-fps/quake1-demodata/quake1-demodata-1.06.ebuild index 7b8a34815e89..102d80da46f6 100644 --- a/games-fps/quake1-demodata/quake1-demodata-1.06.ebuild +++ b/games-fps/quake1-demodata/quake1-demodata-1.06.ebuild @@ -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 } |