summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-12-20 22:30:10 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-21 02:31:59 +0100
commita93e1d0398a8a23652382df0782723d49688764f (patch)
tree12d5a518e33ad908b43edd1dc670c60ce27d2272 /games-action
parentgames-action/phobiaii: Remove old (diff)
downloadgentoo-a93e1d0398a8a23652382df0782723d49688764f.tar.gz
gentoo-a93e1d0398a8a23652382df0782723d49688764f.tar.bz2
gentoo-a93e1d0398a8a23652382df0782723d49688764f.zip
games-action/postalplus: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-action')
-rw-r--r--games-action/postalplus/postalplus-1.ebuild37
1 files changed, 0 insertions, 37 deletions
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
-}