From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 310D11382C5 for ; Sun, 29 Apr 2018 17:13:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E900CE0ACF; Sun, 29 Apr 2018 17:13:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2601E0ACF for ; Sun, 29 Apr 2018 17:13:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2041335C9F for ; Sun, 29 Apr 2018 17:13:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB36A2A3 for ; Sun, 29 Apr 2018 17:13:20 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1525021991.6ab29e7be35fd3cf5c6e4885aa2f1e4f896ed9c5.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/doom-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/doom-data/doom-data-1-r1.ebuild X-VCS-Directories: games-fps/doom-data/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 6ab29e7be35fd3cf5c6e4885aa2f1e4f896ed9c5 X-VCS-Branch: master Date: Sun, 29 Apr 2018 17:13:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 35b7300f-2b88-437a-a9bb-93543f80ab40 X-Archives-Hash: c6a1161c8293ab05c0a9588773b1c3a7 commit: 6ab29e7be35fd3cf5c6e4885aa2f1e4f896ed9c5 Author: Pacho Ramos gentoo org> AuthorDate: Sun Apr 29 17:02:13 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Apr 29 17:13:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab29e7b games-fps/doom-data: Drop old Package-Manager: Portage-2.3.31, Repoman-2.3.9 games-fps/doom-data/doom-data-1-r1.ebuild | 43 ------------------------------- 1 file changed, 43 deletions(-) diff --git a/games-fps/doom-data/doom-data-1-r1.ebuild b/games-fps/doom-data/doom-data-1-r1.ebuild deleted file mode 100644 index a17ee253c24..00000000000 --- a/games-fps/doom-data/doom-data-1-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="collection of doom wad files from id" -HOMEPAGE="http://www.idsoftware.com/" -SRC_URI="mirror://gentoo/doom1.wad.bz2" - -LICENSE="freedist" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="doomsday" - -DEPEND="doomsday? ( games-fps/doomsday ) - !<=games-fps/freedoom-0.4.1" -RDEPEND="${DEPEND}" - -S=${WORKDIR} - -src_install() { - insinto "${GAMES_DATADIR}"/doom-data - doins *.wad - if use doomsday; then - # Make wrapper for doomsday - games_make_wrapper doomsday-demo "jdoom -file \ - ${GAMES_DATADIR}/doom-data/doom1.wad" - make_desktop_entry doomsday-demo "Doomsday - Demo" - fi - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - if use doomsday; then - elog "To use the doomsday engine, run doomsday-demo" - else - elog "A Doom engine is required to play the wad" - elog "Enable the doomsday use flag if you want to use" - elog " the doomsday engine" - fi -}