diff options
author | William Breathitt Gray <vilhelm.gray@gmail.com> | 2019-09-01 12:36:45 +0900 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-09-05 21:08:57 +0100 |
commit | 4d0444b6e5f9fc16f24112b9eb48e87ca7ae6013 (patch) | |
tree | a48f97b6a34bfc58c952689cda7a27724f3ff2a3 /games-fps/freedm-data | |
parent | games-fps/freedm-data: Build from source (diff) | |
download | gentoo-4d0444b6e5f9fc16f24112b9eb48e87ca7ae6013.tar.gz gentoo-4d0444b6e5f9fc16f24112b9eb48e87ca7ae6013.tar.bz2 gentoo-4d0444b6e5f9fc16f24112b9eb48e87ca7ae6013.zip |
games-fps/freedm-data: Drop old
Now that we can build FreeDM from source, we no longer need to provide
the prebuilt WADs.
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-fps/freedm-data')
-rw-r--r-- | games-fps/freedm-data/Manifest | 1 | ||||
-rw-r--r-- | games-fps/freedm-data/freedm-data-0.11.3.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/games-fps/freedm-data/Manifest b/games-fps/freedm-data/Manifest index 9cafdbdf10ac..234cde6dfeb1 100644 --- a/games-fps/freedm-data/Manifest +++ b/games-fps/freedm-data/Manifest @@ -1,2 +1 @@ -DIST freedm-0.11.3.zip 7853186 BLAKE2B 5f399233e0d1f1c61d8170dc8e13ca0c6efe79255a87511027ad69e9ab7cf21045e9bc7f40fec6fa3604b3c77590cde8e85b2e9a53e1d89c5aeaf67bffa7023e SHA512 263f126e519a883b828b4f321363fe0f8c557ae58b76c6b3e28aa60e86c15fcc78c866bf003fc523276cefbb431023de64f09b026e85b0a0c7c85a88d1f47cd0 DIST freedoom-0.11.3.tar.gz 17010131 BLAKE2B a0b601575da8516cf9f83466fe2146b708aa3cb21a3df2f7cbcd018a560f65b9b89c85907115050c4985b64eff29a3a9d2cfb7d31e93043e9d3c35fe7749d749 SHA512 51e0d5f7ca7c846c556fcba36b0f9c815090bfc76a80200aebd1526291da16b71145fbe254100cc5ad37ffc044d4380ef07b8bd4bdb811f00b9150e7b34dd636 diff --git a/games-fps/freedm-data/freedm-data-0.11.3.ebuild b/games-fps/freedm-data/freedm-data-0.11.3.ebuild deleted file mode 100644 index 43ac7804c6a0..000000000000 --- a/games-fps/freedm-data/freedm-data-0.11.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Game resources for FreeDM" -HOMEPAGE="https://freedoom.github.io" -SRC_URI="https://github.com/freedoom/freedoom/releases/download/v${PV}/freedm-${PV}.zip" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND="app-arch/unzip" - -S="${WORKDIR}/freedm-${PV}" - -DOOMWADPATH=/usr/share/doom - -src_install() { - insinto ${DOOMWADPATH} - doins freedm.wad - dodoc CREDITS.txt README.html -} - -pkg_postinst() { - elog "FreeDM WAD file installed into ${DOOMWADPATH} directory." -} |