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 DDD51138334 for ; Thu, 8 Aug 2019 21:47:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22428E0822; Thu, 8 Aug 2019 21:47:00 +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 E7442E0822 for ; Thu, 8 Aug 2019 21:46:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 06BDF3496DA for ; Thu, 8 Aug 2019 21:46:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED48A760 for ; Thu, 8 Aug 2019 21:46:55 +0000 (UTC) From: "Azamat H. Hackimov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Azamat H. Hackimov" Message-ID: <1565299533.6ff8e288a4d56e492d356cdeddd10f51c360b787.winterheart@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-fps/brutal-doom/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-fps/brutal-doom/brutal-doom-20b_p3.ebuild games-fps/brutal-doom/brutal-doom-21.ebuild X-VCS-Directories: games-fps/brutal-doom/ X-VCS-Committer: winterheart X-VCS-Committer-Name: Azamat H. Hackimov X-VCS-Revision: 6ff8e288a4d56e492d356cdeddd10f51c360b787 X-VCS-Branch: master Date: Thu, 8 Aug 2019 21:46:55 +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: 7228c144-a23b-4b65-b646-a6cf836ec197 X-Archives-Hash: b46fa1b010264656a670df77e2302021 commit: 6ff8e288a4d56e492d356cdeddd10f51c360b787 Author: Azamat H. Hackimov gmail com> AuthorDate: Thu Aug 8 21:25:33 2019 +0000 Commit: Azamat H. Hackimov gentoo ru> CommitDate: Thu Aug 8 21:25:33 2019 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=6ff8e288 games-fps/brutal-doom: update to 21 Package-Manager: Portage-2.3.66, Repoman-2.3.16 games-fps/brutal-doom/brutal-doom-20b_p3.ebuild | 36 ------------------------- games-fps/brutal-doom/brutal-doom-21.ebuild | 32 ++++++++++++++++++++++ 2 files changed, 32 insertions(+), 36 deletions(-) diff --git a/games-fps/brutal-doom/brutal-doom-20b_p3.ebuild b/games-fps/brutal-doom/brutal-doom-20b_p3.ebuild deleted file mode 100644 index 6524f26..0000000 --- a/games-fps/brutal-doom/brutal-doom-20b_p3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PV=${PV/p/R} - -DESCRIPTION="A mod that attempts to make Doom faster placed, harder, gorier and more violent." -HOMEPAGE="http://www.moddb.com/mods/brutal-doom/" -SRC_URI="http://www.moddb.com/downloads/mirror/122563/102/d740616df58ec6ef1495c9b094f06b13 -> BrutalDoomv${MY_PV}.zip" - -LICENSE="HPND" -SLOT="0" -KEYWORDS="~amd64 ~x86" -# TODO Add USEs for zdoom and skulltag -IUSE="" - -RDEPEND="|| ( - >=games-fps/zdoom-2.7.0 - >=games-fps/gzdoom-3.0.0 ) - " -DEPEND="app-arch/unzip" - -S="${WORKDIR}" - -src_install() { - insinto "/usr/share/doom-data" - doins brutalv20b_R.pk3 -} - -pkg_postinst() { - echo - elog "In order to play this mod run zdoom with -file option:" - elog " [g]zdoom -file /usr/share/doom-data/brutalv20b_R.pk3" - echo -} diff --git a/games-fps/brutal-doom/brutal-doom-21.ebuild b/games-fps/brutal-doom/brutal-doom-21.ebuild new file mode 100644 index 0000000..8ecc556 --- /dev/null +++ b/games-fps/brutal-doom/brutal-doom-21.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="A mod that attempts to make Doom faster placed, harder, gorier and more violent." +HOMEPAGE="http://www.moddb.com/mods/brutal-doom/" +SRC_URI="https://www.moddb.com/downloads/mirror/95667/100/b8fb37ddb10c39462f9625533fab59d2 -> brutalv${PV}.rar" + +LICENSE="HPND" +SLOT="0" +KEYWORDS="~amd64 ~x86" +# TODO Add USEs for zdoom and skulltag +IUSE="" + +RDEPEND=">=games-fps/zdoom-2.7.0" +DEPEND="app-arch/unrar" + +S="${WORKDIR}" + +src_install() { + insinto "/usr/share/doom-data" + doins brutalv${PV}.pk3 + dodoc "BRUTAL DOOM MANUAL.rtf" "bd21 changelog.txt" +} + +pkg_postinst() { + echo + elog "In order to play this mod run gzdoom with -file option:" + elog " gzdoom -file /usr/share/doom-data/brutalv${PV}.pk3" + echo +}