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 0FF46138334 for ; Tue, 18 Jun 2019 21:23:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4964DE09BC; Tue, 18 Jun 2019 21:23:28 +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 2E88DE09BC for ; Tue, 18 Jun 2019 21:23:28 +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 42F75346456 for ; Tue, 18 Jun 2019 21:23:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37DDC622 for ; Tue, 18 Jun 2019 21:23:23 +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: <1560892841.1e25da9d8a91f0a89b1225fa1e76785c84c49bee.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/freedoom/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/freedoom/Manifest games-fps/freedoom/freedoom-0.11.3.ebuild X-VCS-Directories: games-fps/freedoom/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 1e25da9d8a91f0a89b1225fa1e76785c84c49bee X-VCS-Branch: master Date: Tue, 18 Jun 2019 21:23:23 +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: 9c6999bf-ebdb-40c1-ab35-5c28118d5185 X-Archives-Hash: c67ab2ce012026cdf91b533d3ca69dc2 commit: 1e25da9d8a91f0a89b1225fa1e76785c84c49bee Author: William Breathitt Gray gmail com> AuthorDate: Mon Jun 10 09:58:33 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Tue Jun 18 21:20:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e25da9d games-fps/freedoom: Drop old version 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/Manifest | 2 -- games-fps/freedoom/freedoom-0.11.3.ebuild | 30 ------------------------------ 2 files changed, 32 deletions(-) diff --git a/games-fps/freedoom/Manifest b/games-fps/freedoom/Manifest deleted file mode 100644 index fcbe3fd6369..00000000000 --- a/games-fps/freedoom/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST freedm-0.11.3.zip 7853186 BLAKE2B 5f399233e0d1f1c61d8170dc8e13ca0c6efe79255a87511027ad69e9ab7cf21045e9bc7f40fec6fa3604b3c77590cde8e85b2e9a53e1d89c5aeaf67bffa7023e SHA512 263f126e519a883b828b4f321363fe0f8c557ae58b76c6b3e28aa60e86c15fcc78c866bf003fc523276cefbb431023de64f09b026e85b0a0c7c85a88d1f47cd0 -DIST freedoom-0.11.3.zip 18889307 BLAKE2B 052d7f58d1beb7947f4fff3021ec0229c9746bfb7970a52d23fa44fc881d8cf3c314b8ecf0dc400c2da4e28c623695874ae75dcd1e45933fdb1826ea04f0e24b SHA512 c67fc69bca87cba2ba40b91f578724feaabbd6cd64c6845fa567d6901b7a9e3145185011731c677a71f7b5a6f8707855fb573c0c09b6d47fef83b1577b211816 diff --git a/games-fps/freedoom/freedoom-0.11.3.ebuild b/games-fps/freedoom/freedoom-0.11.3.ebuild deleted file mode 100644 index d4377003850..00000000000 --- a/games-fps/freedoom/freedoom-0.11.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Free game content for the Doom engine" -HOMEPAGE="https://freedoom.github.io" -SRC_URI="https://github.com/freedoom/freedoom/releases/download/v${PV}/freedoom-${PV}.zip - https://github.com/freedoom/freedoom/releases/download/v${PV}/freedm-${PV}.zip" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" -BDEPEND="app-arch/unzip" - -S="${WORKDIR}" - -src_install() { - insinto /usr/share/doom-data/${PN} - doins */*.wad - dodoc "${P}"/CREDITS.txt "${P}"/README.html -} - -pkg_postinst() { - einfo "Please note that WAD files location is /usr/share/doom-data/${PN}" -}