summaryrefslogtreecommitdiff
path: root/games-fps/postal2
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
commit7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch)
tree4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /games-fps/postal2
parentb284a3168fa91a038925d2ecf5e4791011ea5e7d (diff)
gentoo resync : 15.12.2019
Diffstat (limited to 'games-fps/postal2')
-rw-r--r--games-fps/postal2/Manifest4
-rw-r--r--games-fps/postal2/metadata.xml8
-rw-r--r--games-fps/postal2/postal2-1409.2-r2.ebuild68
3 files changed, 0 insertions, 80 deletions
diff --git a/games-fps/postal2/Manifest b/games-fps/postal2/Manifest
deleted file mode 100644
index c8bca9867059..000000000000
--- a/games-fps/postal2/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST postal2-1409.1.run 4816304 BLAKE2B a93e7af6f5332572c8344f3431ae540dd8e1b5e820244d710e578d69577dfcc533cdade56fc021d5254db30998a3b734bb527ca4e4d2f238c6ee33540b212f22 SHA512 5ff4880435394c552e7c1f33baf8dfdb71eb56fe5e3067eeb746826a25e585d3901292618668de50dc8bf641b2628a26a82cdf5b642e33f4113b55d72df9c4fe
-DIST postal2-1409.2.run 5645624 BLAKE2B 3aa4b466995344e767223d7c3296b498ca74f6b960fc32b4da7632b939df81e9d7a58836d3b9d26f5f85e51f3ba6e4a27e5b447c8318d90deede21498177ff95 SHA512 9fafcfec30d99e30b879318a96f484d3723853a213606f58b02a37631b4393ab4925022fcef3f84c95907269c6675090100358c16cec8b779140bf83fe7cb660
-EBUILD postal2-1409.2-r2.ebuild 1678 BLAKE2B 3059beb022da7364af1deb6223bffe9428d63ad65817ba1997d85455495d560a3bffcccdff641d4ff77331755d463e3b44eb9bc75026f97bd90f69ea09005572 SHA512 4e6b2a3b288985b5d236e8f3cca4079ae9a9a0290abdd564a6c3e2fddee003f2566a6b4770f7ff8751253d7af96f61d1b96613451cb1e1c996c9db88291ea7d4
-MISC metadata.xml 252 BLAKE2B 1b951d2e730631865ae5f379b19ed9de2c8adf2f2786da3f75d0871d967374198ddd9106433f388bdc7050c37063fb28cda4320ae7bdc9a03854838693d9f952 SHA512 90798aff93ec7e3881b882e7b10bb1680e8cb7d82b0ef4280e562ab0c9e8a2daba8afe57333dc64697322267a4b651c00ee9b4fdeb56278ff70c073da7b91638
diff --git a/games-fps/postal2/metadata.xml b/games-fps/postal2/metadata.xml
deleted file mode 100644
index 3c186688e265..000000000000
--- a/games-fps/postal2/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-fps/postal2/postal2-1409.2-r2.ebuild b/games-fps/postal2/postal2-1409.2-r2.ebuild
deleted file mode 100644
index d94eeaa873b1..000000000000
--- a/games-fps/postal2/postal2-1409.2-r2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils unpacker cdrom multilib games
-
-DESCRIPTION="Postal 2: Share the Pain"
-HOMEPAGE="http://www.linuxgamepublishing.com/info.php?id=postal2"
-SRC_URI="http://updatefiles.linuxgamepublishing.com/${PN}/${P/%?/1}.run
- http://updatefiles.linuxgamepublishing.com/${PN}/${P}.run"
-
-LICENSE="postal2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="bindist mirror strip"
-
-DEPEND="games-util/loki_patch"
-RDEPEND="sys-libs/glibc
- sys-libs/libstdc++-v3:5
- amd64? ( sys-libs/glibc[multilib] sys-libs/libstdc++-v3:5[multilib] )
- >=virtual/opengl-7.0-r1[abi_x86_32(-)]
- >=media-libs/libsdl-1.2.15-r4[X,opengl,abi_x86_32(-)]
- >=media-libs/openal-1.15.1[abi_x86_32(-)]"
-
-S=${WORKDIR}
-
-src_unpack() {
- cdrom_get_cds .installation_data/linux-specific.tar.bz2
- mkdir ${A}
-
- local f
- for f in * ; do
- cd "${S}"/${f}
- unpack_makeself ${f}
- done
-}
-
-src_install() {
- has_multilib_profile && ABI=x86
-
- local dir=${GAMES_PREFIX_OPT}/${PN}
-
- dodir "${dir}"
- cd "${D}/${dir}"
-
- ln -s "${CDROM_ROOT}"/.installation_data/*.bz2 .
- unpack ./*.bz2
- rm -f ./*.bz2
-
- local d
- for d in "${S}"/* ; do
- pushd "${d}" > /dev/null
- loki_patch patch.dat "${D}/${dir}" || die "loki_patch ${d} failed"
- popd > /dev/null
- done
-
- rm -f System/{libstdc++.so.5,libgcc_s.so.1}
-
- dosym /usr/$(get_libdir)/libopenal.so "${dir}"/System/openal.so
- dosym /usr/$(get_libdir)/libSDL-1.2.so.0 "${dir}"/System/libSDL-1.2.so.0
-
- games_make_wrapper ${PN} ./${PN}-bin "${dir}"/System .
- doicon "${CDROM_ROOT}"/.installation_data/${PN}.xpm
- make_desktop_entry ${PN} "Postal 2: Share the Pain"
-
- prepgamesdirs
-}