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 E8404138336 for ; Tue, 18 Jun 2019 21:23:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 040D1E0972; Tue, 18 Jun 2019 21:23:27 +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 C9A19E0928 for ; Tue, 18 Jun 2019 21:23:26 +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 5B915346452 for ; Tue, 18 Jun 2019 21:23:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F20F861F for ; Tue, 18 Jun 2019 21:23:22 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1560892831.6d3f99b17a5f609a1ebc4330ab9cb7d9aef849b5.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/freedoom-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/freedoom-data/Manifest games-fps/freedoom-data/freedoom-data-0.11.3.ebuild games-fps/freedoom-data/metadata.xml X-VCS-Directories: games-fps/freedoom-data/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 6d3f99b17a5f609a1ebc4330ab9cb7d9aef849b5 X-VCS-Branch: master Date: Tue, 18 Jun 2019 21:23:22 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f23cda46-0c9b-4083-a542-810aac6d8be3 X-Archives-Hash: 9676070e698c2019ac683d9c9323b6ca commit: 6d3f99b17a5f609a1ebc4330ab9cb7d9aef849b5 Author: William Breathitt Gray gmail com> AuthorDate: Fri Jun 14 09:29:43 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Tue Jun 18 21:20:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d3f99b1 games-fps/freedoom-data: New package Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: William Breathitt Gray gmail.com> Signed-off-by: James Le Cuirot gentoo.org> games-fps/freedoom-data/Manifest | 1 + .../freedoom-data/freedoom-data-0.11.3.ebuild | 29 +++++++++++++++ games-fps/freedoom-data/metadata.xml | 42 ++++++++++++++++++++++ 3 files changed, 72 insertions(+) diff --git a/games-fps/freedoom-data/Manifest b/games-fps/freedoom-data/Manifest new file mode 100644 index 00000000000..d3ca3066e92 --- /dev/null +++ b/games-fps/freedoom-data/Manifest @@ -0,0 +1 @@ +DIST freedoom-0.11.3.zip 18889307 BLAKE2B 052d7f58d1beb7947f4fff3021ec0229c9746bfb7970a52d23fa44fc881d8cf3c314b8ecf0dc400c2da4e28c623695874ae75dcd1e45933fdb1826ea04f0e24b SHA512 c67fc69bca87cba2ba40b91f578724feaabbd6cd64c6845fa567d6901b7a9e3145185011731c677a71f7b5a6f8707855fb573c0c09b6d47fef83b1577b211816 diff --git a/games-fps/freedoom-data/freedoom-data-0.11.3.ebuild b/games-fps/freedoom-data/freedoom-data-0.11.3.ebuild new file mode 100644 index 00000000000..5e38d534c7e --- /dev/null +++ b/games-fps/freedoom-data/freedoom-data-0.11.3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Game resources for Freedoom: Phase 1+2" +HOMEPAGE="https://freedoom.github.io" +SRC_URI="https://github.com/freedoom/freedoom/releases/download/v${PV}/freedoom-${PV}.zip" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +BDEPEND="app-arch/unzip" + +S="${WORKDIR}/freedoom-${PV}" + +DOOMWADPATH=/usr/share/doom + +src_install() { + insinto ${DOOMWADPATH} + doins freedoom1.wad + doins freedoom2.wad + dodoc CREDITS.txt README.html +} + +pkg_postinst() { + elog "Freedoom WAD files installed into ${DOOMWADPATH} directory." +} diff --git a/games-fps/freedoom-data/metadata.xml b/games-fps/freedoom-data/metadata.xml new file mode 100644 index 00000000000..08a722785b1 --- /dev/null +++ b/games-fps/freedoom-data/metadata.xml @@ -0,0 +1,42 @@ + + + + + The Freedoom project aims to create a complete free content first person + shooter game. But Freedoom by itself is just the raw material for a + game: it must be paired with a compatible game engine to be played. + + id Software released the source code to their classic game, Doom, under + the GNU General Public License. This means that the program code that + powers Doom is free; Freedoom complements this with free levels, + artwork, sound effects and music to make a completely free game. + + Phase 1 is the first part of the single-player game, containing four + chapters which are nine levels each, smoothly paced for beginner + players. It is compatible with mods for the original Doom and The + Ultimate Doom. + + Phase 2 is the second major part of the single-player game, a massive + 32-level chapter expanding upon the same concepts present in Phase 1, as + well as containing additional monsters and the double-barreled shotgun! + The levels in this game tend to demand more skillful play than the + previous chapters. It is compatible with mods for Doom II. + + + vilhelm.gray@gmail.com + William Breathitt Gray + + + proxy-maint@gentoo.org + Proxy Maintainers + + + games@gentoo.org + Gentoo Games Project + + + https://github.com/freedoom/freedoom/issues + https://freedoom.github.io + freedoom/freedoom + +