diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:58:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:58:29 +0100 |
commit | 0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch) | |
tree | 07815070629c7c11000a7f51ceb8ccbccb49a809 /games-fps/doom3-ducttape | |
parent | 1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'games-fps/doom3-ducttape')
-rw-r--r-- | games-fps/doom3-ducttape/Manifest | 3 | ||||
-rw-r--r-- | games-fps/doom3-ducttape/doom3-ducttape-0007.ebuild | 35 | ||||
-rw-r--r-- | games-fps/doom3-ducttape/metadata.xml | 8 |
3 files changed, 0 insertions, 46 deletions
diff --git a/games-fps/doom3-ducttape/Manifest b/games-fps/doom3-ducttape/Manifest deleted file mode 100644 index f1ba3ac5f1f4..000000000000 --- a/games-fps/doom3-ducttape/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST ducttape0007.zip 66501 BLAKE2B 393f295da2093ab70b4392097ea6301c06b5c977a787fe3e319a591ee7faddca46551c4142ace34d95d9c59b19ac4369c1882307dd8f930f487184e848248ed0 SHA512 90c2a271881b3cc7823be5f01b0809d99aabb6f8a88c9a3806d6b4adc0f86a9a0f63cd34498fcd99ff1eb25de4271aac5912495a469bbb72d4b9ae7b90f003a2 -EBUILD doom3-ducttape-0007.ebuild 752 BLAKE2B a69ba2c84574989947658e7285b9cdfde351bd3fe0cd19c66e53376288258911a74e66d1c44a8619791e919d699c60546c63229e6a3b3fa54b115583facde89b SHA512 99386e825eaf510f6b604e1b681c9fdbee1202187c1db250c4253877c338aaa14d203a4fa8cfb931c71d0071fea12554c4a853975f27a06f66a8d734d8f1176b -MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 diff --git a/games-fps/doom3-ducttape/doom3-ducttape-0007.ebuild b/games-fps/doom3-ducttape/doom3-ducttape-0007.ebuild deleted file mode 100644 index 4553ae0e3326..000000000000 --- a/games-fps/doom3-ducttape/doom3-ducttape-0007.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MOD_DESC="sticks flashlights to your machinegun and shotgun" -MOD_NAME="Duct Tape" -MOD_DIR="ducttape" - -inherit games games-mods - -HOMEPAGE="http://ducttape.glenmurphy.com/" -SRC_URI="http://ducttape.glenmurphy.com/ducttape${PV}.zip" - -LICENSE="freedist" -KEYWORDS="~amd64 ~x86" -IUSE="dedicated opengl" - -src_unpack() { - mkdir ${MOD_DIR} || die - cd ${MOD_DIR} || die - unpack ${A} -} - -src_prepare() { - rm -f ${MOD_DIR}/pak002.pk4 || die # for doom3-roe -} - -pkg_postinst() { - games-mods_pkg_postinst - - elog "To use old saved games with this mod, run:" - elog " mkdir -p ~/.doom3/ducttape" - elog " cp -r ~/.doom3/base/savegames ~/.doom3/ducttape" -} diff --git a/games-fps/doom3-ducttape/metadata.xml b/games-fps/doom3-ducttape/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-fps/doom3-ducttape/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>games@gentoo.org</email> - <name>Gentoo Games Project</name> -</maintainer> -</pkgmetadata> |