diff options
Diffstat (limited to 'games-fps/doom3-cdoom')
-rw-r--r-- | games-fps/doom3-cdoom/Manifest | 1 | ||||
-rw-r--r-- | games-fps/doom3-cdoom/doom3-cdoom-1.3.1.ebuild | 31 | ||||
-rw-r--r-- | games-fps/doom3-cdoom/metadata.xml | 5 |
3 files changed, 37 insertions, 0 deletions
diff --git a/games-fps/doom3-cdoom/Manifest b/games-fps/doom3-cdoom/Manifest new file mode 100644 index 000000000000..bb4fc9cae128 --- /dev/null +++ b/games-fps/doom3-cdoom/Manifest @@ -0,0 +1 @@ +DIST classic_doom_3_131.zip 212329377 SHA256 32ed98f373573906d5f5082ad9a09ae0d65e4ae7c47e42cee8468b95e4ce8171 diff --git a/games-fps/doom3-cdoom/doom3-cdoom-1.3.1.ebuild b/games-fps/doom3-cdoom/doom3-cdoom-1.3.1.ebuild new file mode 100644 index 000000000000..ee0796064b08 --- /dev/null +++ b/games-fps/doom3-cdoom/doom3-cdoom-1.3.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=2 + +MOD_DESC="Doom 1 conversion for Doom 3" +MOD_NAME="Classic Doom" +MOD_DIR="cdoom" +MOD_ICON="cdoom.ico" + +inherit games games-mods + +HOMEPAGE="http://cdoom.d3files.com/" +SRC_URI="classic_doom_3_${PV//.}.zip" + +LICENSE="GameFront" +KEYWORDS="amd64 x86" +IUSE="dedicated opengl" +RESTRICT="fetch bindist" + +pkg_nofetch() { + elog "Please download ${SRC_URI} from:" + elog "http://www.filefront.com/8748743" + elog "and move it to ${DISTDIR}" +} + +src_prepare() { + cd ${MOD_DIR} || die + rm -f *.{bat,url} cdoom_{dll,mac}.pk4 +} diff --git a/games-fps/doom3-cdoom/metadata.xml b/games-fps/doom3-cdoom/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-fps/doom3-cdoom/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +</pkgmetadata> |