summaryrefslogtreecommitdiff
path: root/games-util/vispatch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-util/vispatch
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-util/vispatch')
-rw-r--r--games-util/vispatch/Manifest3
-rw-r--r--games-util/vispatch/metadata.xml11
-rw-r--r--games-util/vispatch/vispatch-1.4.6.ebuild29
3 files changed, 0 insertions, 43 deletions
diff --git a/games-util/vispatch/Manifest b/games-util/vispatch/Manifest
deleted file mode 100644
index 299d4ef76a7f..000000000000
--- a/games-util/vispatch/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST vispatch-1.4.6.tgz 227850 BLAKE2B 5d403807d4c276e555c15da2e808fa408a54b766ac3db27f4159676689ebcfd8fedf4c43a3d8a7d39d80c29c20588d1805476ea61f4e88322b3d27f3e103b6ae SHA512 0034660c1ba238360cc5b71e846d2117f76af2340fcee2a0a25b42d1e200ec7231796b45d89335bf7e303379d9f5c03f4f0a9b22a1a54da356ac9a41b24abcc1
-EBUILD vispatch-1.4.6.ebuild 510 BLAKE2B 8fcd7553d01e818740ecdd08ddcc5f19cbe2df73ee952fb31a918f87870e776b974b8ed6b35440cb8f2bd5d8d869935f1561aba4673153864bcfa81202b3bf52 SHA512 aa22d38e18ee768b5d45ef68451d4426a6f04aafd28e2d2ceae9a08606ad5fceee4a8d2af7e8be2b5b39a18d5fe343e7fc4d8bf635ec2d629f19791b3d836ce6
-MISC metadata.xml 331 BLAKE2B ed3374770026f8ec9617349d81d1b7d6a1caaf942be3a98ee22b5385d4edf086834e0311b06a04cdfa0749443393049f50be9c5389cf81a0c155598588100b14 SHA512 a6016f990397a930eeb6fb10b1676ee26a299b3900f5937729783c80927912ee8522b4cd6641f2a71855cd75bdd92b4d0c72ad498c48f2bc5791dca1b6b4dac1
diff --git a/games-util/vispatch/metadata.xml b/games-util/vispatch/metadata.xml
deleted file mode 100644
index f12f3872db6d..000000000000
--- a/games-util/vispatch/metadata.xml
+++ /dev/null
@@ -1,11 +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>
- <upstream>
- <remote-id type="sourceforge">vispatch</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/games-util/vispatch/vispatch-1.4.6.ebuild b/games-util/vispatch/vispatch-1.4.6.ebuild
deleted file mode 100644
index 1bb5067893ac..000000000000
--- a/games-util/vispatch/vispatch-1.4.6.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="WaterVIS utility for glquake"
-HOMEPAGE="http://vispatch.sourceforge.net/"
-SRC_URI="mirror://sourceforge/vispatch/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S=${WORKDIR}/${P}/source
-
-src_prepare() {
- sed -i \
- -e '/^CFLAGS/d' \
- -e '/^LDFLAGS/d' \
- makefile || die
- tc-export CC
-}
-
-src_install() {
- dobin ${PN}
- dodoc ${PN}.txt
-}