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 253FD138334 for ; Thu, 7 Nov 2019 21:28:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E99AE0BF4; Thu, 7 Nov 2019 21:28:46 +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 61031E0BF4 for ; Thu, 7 Nov 2019 21:28:46 +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 7626C34CA43 for ; Thu, 7 Nov 2019 21:28:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F3A28AE for ; Thu, 7 Nov 2019 21:28:41 +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: <1573162041.bbac094bd53fb9ab6c86ac2079f02e89072dba53.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/freedm-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/freedm-data/Manifest games-fps/freedm-data/freedm-data-0.12.0.ebuild X-VCS-Directories: games-fps/freedm-data/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: bbac094bd53fb9ab6c86ac2079f02e89072dba53 X-VCS-Branch: master Date: Thu, 7 Nov 2019 21:28:41 +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: 91e8840d-9289-4992-ae2a-0d70116d1051 X-Archives-Hash: bdb183d1f283b3ec6ff94506c30343ed commit: bbac094bd53fb9ab6c86ac2079f02e89072dba53 Author: James Le Cuirot gentoo org> AuthorDate: Thu Nov 7 21:27:21 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Thu Nov 7 21:27:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbac094b games-fps/freedm-data: Drop old 0.12.0 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: James Le Cuirot gentoo.org> games-fps/freedm-data/Manifest | 1 - games-fps/freedm-data/freedm-data-0.12.0.ebuild | 54 ------------------------- 2 files changed, 55 deletions(-) diff --git a/games-fps/freedm-data/Manifest b/games-fps/freedm-data/Manifest index 5d68da46525..c976f53feb2 100644 --- a/games-fps/freedm-data/Manifest +++ b/games-fps/freedm-data/Manifest @@ -1,2 +1 @@ -DIST freedoom-0.12.0.tar.gz 18409554 BLAKE2B 01ae58c8edb12a8453f6026f09f45d54b19949d38f0668ddc6d4a6ee5fee4cc62c3926af0fb8e30e5f574b46ad1990fb20b57369821562851ae0cef0a6a5e5f1 SHA512 055cae8d16cc7ca2017eeabcaca9436da044def5f630ab46fb0c4cd7d36b9db3b416f9ddeb855e79f21f7c5337d25fb82625ac987712910daec448b49ef9c41e DIST freedoom-0.12.1.tar.gz 18405081 BLAKE2B a508d9ce924ff10640d6017302864869efff474c89fe20a866082b565a1ce65182483a5a692c9ce3329b81472ae9e4fee4ac2511670ecb5dd06ccf81930ac70d SHA512 7db65b039ce98593a86a19b46efe629b85a339c4c020750c3abb95d226fca484c63686ab8c88ecc1e16e86a6aca3b8c7952d85103e0f3db07cc7204fa528daf2 diff --git a/games-fps/freedm-data/freedm-data-0.12.0.ebuild b/games-fps/freedm-data/freedm-data-0.12.0.ebuild deleted file mode 100644 index 62b8cf23423..00000000000 --- a/games-fps/freedm-data/freedm-data-0.12.0.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{5,6,7} ) - -inherit prefix python-any-r1 xdg - -DESCRIPTION="Game resources for FreeDM" -HOMEPAGE="https://freedoom.github.io" -SRC_URI="https://github.com/freedoom/freedoom/archive/v${PV}.tar.gz -> freedoom-${PV}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND=" - $(python_gen_any_dep 'dev-python/pillow[${PYTHON_USEDEP}]') - app-text/asciidoc - games-util/deutex" - -S="${WORKDIR}/freedoom-${PV}" - -DOOMWADPATH=share/doom - -python_check_deps() { - has_version -b "dev-python/pillow[${PYTHON_USEDEP}]" -} - -src_prepare() { - xdg_src_prepare - eapply_user - - hprefixify dist/freedoom -} - -src_compile() { - emake wads/freedm.wad -} - -src_install() { - emake install-freedm \ - prefix="${ED}/usr/" \ - bindir="bin/" \ - mandir="share/man/" \ - waddir="${DOOMWADPATH}/" -} - -pkg_postinst() { - xdg_pkg_postinst - - elog "FreeDM WAD file installed into ${EPREFIX}/usr/${DOOMWADPATH} directory." -}