summaryrefslogtreecommitdiff
path: root/games-action/postalplus
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-action/postalplus
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-action/postalplus')
-rw-r--r--games-action/postalplus/Manifest2
-rw-r--r--games-action/postalplus/metadata.xml8
-rw-r--r--games-action/postalplus/postalplus-1-r1.ebuild35
3 files changed, 0 insertions, 45 deletions
diff --git a/games-action/postalplus/Manifest b/games-action/postalplus/Manifest
deleted file mode 100644
index 5c6536dec6ae..000000000000
--- a/games-action/postalplus/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD postalplus-1-r1.ebuild 821 BLAKE2B 751b7928b33ddfa68f752ccb0d1c2ac356df5ad7fa5dc0a49bd908564d4fea70d9f408e2295d68443c09f2859910d581373d4245ba08328ebf5b8705f5f0f59b SHA512 709242ec1096a0041ebecf97e890e6aef0561536efdabe6dda665c0fe7e9841568ee681fc543391419741837f55ad45cadce588ef73ccf4e2bb128f84b3a67df
-MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118
diff --git a/games-action/postalplus/metadata.xml b/games-action/postalplus/metadata.xml
deleted file mode 100644
index 78274e0fa550..000000000000
--- a/games-action/postalplus/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>
diff --git a/games-action/postalplus/postalplus-1-r1.ebuild b/games-action/postalplus/postalplus-1-r1.ebuild
deleted file mode 100644
index 569d32f5fa13..000000000000
--- a/games-action/postalplus/postalplus-1-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils cdrom
-
-DESCRIPTION="Ultraviolent and controversial game featuring the Postal Dude"
-HOMEPAGE="http://www.lokigames.com/products/postal/"
-SRC_URI=""
-
-LICENSE="LOKI-EULA"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-RESTRICT="strip"
-
-S=${WORKDIR}
-
-src_install() {
- local dir=/opt/${PN}
-
- cdrom_get_cds postal_plus.ini
- exeinto "${dir}"
- doexe "${CDROM_ROOT}"/bin/x86/postal
- insinto "${dir}"
- doins "${CDROM_ROOT}"/{icon.{bmp,xpm},postal_plus.ini,README}
- cp "${CDROM_ROOT}"/icon.xpm ${PN}.xpm || die
-
- cp -r "${CDROM_ROOT}"/res "${D}${dir}" || die
- find "${D}" -name TRANS.TBL -exec rm '{}' + || die
-
- make_wrapper ${PN} ./postal "${dir}"
- doicon ${PN}.xpm
- make_desktop_entry ${PN} "Postal Plus" ${PN}
-}