From 0cf2f20608308acdf3cb922c3736446bbd8f3388 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:58:29 +0100 Subject: gentoo resync : 14.07.2018 --- games-fps/doom-data/Manifest | 3 --- games-fps/doom-data/doom-data-1-r2.ebuild | 40 ------------------------------- games-fps/doom-data/metadata.xml | 11 --------- 3 files changed, 54 deletions(-) delete mode 100644 games-fps/doom-data/Manifest delete mode 100644 games-fps/doom-data/doom-data-1-r2.ebuild delete mode 100644 games-fps/doom-data/metadata.xml (limited to 'games-fps/doom-data') diff --git a/games-fps/doom-data/Manifest b/games-fps/doom-data/Manifest deleted file mode 100644 index c4056bcb87f6..000000000000 --- a/games-fps/doom-data/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST doom1.wad.bz2 1689021 BLAKE2B 45ab359525cec44ac6f58110be80e76a75e0d5e186c1fc6bb67e055e7a7e03d2596c2e99cb3636484245d1af85d6b93830f07d8548df99f5f40e55d249bcef16 SHA512 f3aa78fd1e36d2dbd176c8c5284f8cee4f39d8e34df5386fd668565e752410e2b776413c78c1e7a3571695a1668f1e4820338ebc9a2b1a0ed1a81896260534fe -EBUILD doom-data-1-r2.ebuild 900 BLAKE2B 9a8e2c28cbc9dbc48fb6e986f557fe7629752358822af27a833f7172ef52bde43da146cb855ffc8ebfea4bc920dd4b58ad3088dbaaffa3eabb3ad14910e7639b SHA512 c0b0d7b36df52b3165a07d63297fa14513d6fc1ee01cb0174c8333def136b1ab197dc9ea1c338a58098c003b2c980c6d52397cd316a823a6a89dca2414aafdc4 -MISC metadata.xml 347 BLAKE2B 4655211a8c43a4659d40a685721f45ba4abce6277eba9ec94b19755dff4824feef2bb704d7f5746cb43d91eef2ab9f72a47fe4a116f994cddb8bcc0cf7371180 SHA512 2cf8dbebdc411b37294374d196748fa23a741e5ae37946d87b74fabba84dc67811db3f5e215b82be1ec0e8543ea4e0b5e3a5e46412dffb576b3492ebb79edd3a diff --git a/games-fps/doom-data/doom-data-1-r2.ebuild b/games-fps/doom-data/doom-data-1-r2.ebuild deleted file mode 100644 index dcbff4655ed9..000000000000 --- a/games-fps/doom-data/doom-data-1-r2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit eutils - -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" - -RDEPEND="doomsday? ( games-fps/doomsday )" -DEPEND="" - -S="${WORKDIR}" - -src_install() { - insinto /usr/share/doom-data - doins *.wad - if use doomsday; then - # Make wrapper for doomsday - make_wrapper doomsday-demo "jdoom -file \ - /usr/share/doom-data/doom1.wad" - make_desktop_entry doomsday-demo "Doomsday - Demo" - fi -} - -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 -} diff --git a/games-fps/doom-data/metadata.xml b/games-fps/doom-data/metadata.xml deleted file mode 100644 index 343e8213e1cf..000000000000 --- a/games-fps/doom-data/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - games@gentoo.org - Gentoo Games Project - - - Add wrapper to run it within doomsday - - -- cgit v1.2.3