summaryrefslogtreecommitdiff
path: root/games-action/postalplus
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-21 20:47:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-21 20:47:17 +0000
commit4ab6db5717ef23f29320d4c6fb9ebdb8dec1f193 (patch)
treef7640b8b96a04499f1ce44a2cad122d45a8373bd /games-action/postalplus
parent48bdeb0db9c7ffed22c6eb859ee40b55ba598b86 (diff)
gentoo resync : 21.12.2017
Diffstat (limited to 'games-action/postalplus')
-rw-r--r--games-action/postalplus/Manifest1
-rw-r--r--games-action/postalplus/postalplus-1.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/games-action/postalplus/Manifest b/games-action/postalplus/Manifest
index 329deb876286..5c6536dec6ae 100644
--- a/games-action/postalplus/Manifest
+++ b/games-action/postalplus/Manifest
@@ -1,3 +1,2 @@
EBUILD postalplus-1-r1.ebuild 821 BLAKE2B 751b7928b33ddfa68f752ccb0d1c2ac356df5ad7fa5dc0a49bd908564d4fea70d9f408e2295d68443c09f2859910d581373d4245ba08328ebf5b8705f5f0f59b SHA512 709242ec1096a0041ebecf97e890e6aef0561536efdabe6dda665c0fe7e9841568ee681fc543391419741837f55ad45cadce588ef73ccf4e2bb128f84b3a67df
-EBUILD postalplus-1.ebuild 857 BLAKE2B 410a55105084e606b40ff4cfaa0938f124fb92c511c2e519568d3019f7215b501f89b9aeb0505e02d349fd28130fde407fa44b12b8d978965d2c02ea27ad3f31 SHA512 d86af0dc954016dcaa6c3b4c84496490c9471996f991a39765ca6be6e3f2266f3686986b75968bf51a287d69ddd30bbc5d897f4f844a0dd44d8745951ea98569
MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118
diff --git a/games-action/postalplus/postalplus-1.ebuild b/games-action/postalplus/postalplus-1.ebuild
deleted file mode 100644
index eb18db26279c..000000000000
--- a/games-action/postalplus/postalplus-1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils cdrom games
-
-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=${GAMES_PREFIX_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 '{}' +
-
- games_make_wrapper ${PN} ./postal "${dir}"
- doicon ${PN}.xpm
- make_desktop_entry ${PN} "Postal Plus" ${PN}
-
- prepgamesdirs
-}