From 0cf2f20608308acdf3cb922c3736446bbd8f3388 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:58:29 +0100 Subject: gentoo resync : 14.07.2018 --- games-action/postalplus/Manifest | 2 -- games-action/postalplus/metadata.xml | 8 ------ games-action/postalplus/postalplus-1-r1.ebuild | 35 -------------------------- 3 files changed, 45 deletions(-) delete mode 100644 games-action/postalplus/Manifest delete mode 100644 games-action/postalplus/metadata.xml delete mode 100644 games-action/postalplus/postalplus-1-r1.ebuild (limited to 'games-action/postalplus') 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 @@ - - - - - games@gentoo.org - Gentoo Games Project - - 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} -} -- cgit v1.2.3