summaryrefslogtreecommitdiff
path: root/games-fps/freedoom/freedoom-0.11.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'games-fps/freedoom/freedoom-0.11.3.ebuild')
-rw-r--r--games-fps/freedoom/freedoom-0.11.3.ebuild30
1 files changed, 0 insertions, 30 deletions
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 d4377003850c..000000000000
--- 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}"
-}