summaryrefslogtreecommitdiff
path: root/games-misc/papers-please/papers-please-1.1.65.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'games-misc/papers-please/papers-please-1.1.65.ebuild')
-rw-r--r--games-misc/papers-please/papers-please-1.1.65.ebuild70
1 files changed, 0 insertions, 70 deletions
diff --git a/games-misc/papers-please/papers-please-1.1.65.ebuild b/games-misc/papers-please/papers-please-1.1.65.ebuild
deleted file mode 100644
index fc553bd4d136..000000000000
--- a/games-misc/papers-please/papers-please-1.1.65.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils games
-
-DESCRIPTION="A Dystopian Document Thriller"
-HOMEPAGE="http://papersplea.se"
-SRC_URI="papers-please_${PV}_i386.tar.gz"
-
-LICENSE="PAPERS-PLEASE"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="fetch bindist"
-
-QA_PREBUILT="${GAMES_PREFIX_OPT#/}/${PN}/*"
-
-RDEPEND="
- amd64? (
- >=x11-libs/libX11-1.6.2[abi_x86_32]
- >=x11-libs/libXau-1.0.7-r1[abi_x86_32]
- >=x11-libs/libXdmcp-1.1.1-r1[abi_x86_32]
- >=x11-libs/libXext-1.3.2[abi_x86_32]
- >=x11-libs/libXxf86vm-1.1.3[abi_x86_32]
- >=x11-libs/libdrm-2.4.46[abi_x86_32]
- >=x11-libs/libxcb-1.9.1[abi_x86_32]
- >=virtual/opengl-7.0-r1[abi_x86_32]
- )
- x86? (
- x11-libs/libX11
- x11-libs/libXau
- x11-libs/libXdmcp
- x11-libs/libXext
- x11-libs/libXxf86vm
- x11-libs/libdrm
- x11-libs/libxcb
- virtual/opengl
- )"
-
-S=${WORKDIR}/${PN}
-
-pkg_nofetch() {
- einfo
- einfo "Please buy & download \"${SRC_URI}\" from:"
- einfo " ${HOMEPAGE}"
- einfo "and move/link it to \"${DISTDIR}\""
- einfo
-}
-
-src_prepare() {
- rm -v launch.sh LICENSE || die
- mv README "${T}"/README || die
-}
-
-src_install() {
- local dir=${GAMES_PREFIX_OPT}/${PN}
-
- insinto "${dir}"
- doins -r *
- fperms +x "${dir}"/PapersPlease
-
- games_make_wrapper ${PN} "./PapersPlease" "${dir}" "${dir}"
- make_desktop_entry ${PN} "Papers, Please"
-
- dodoc "${T}"/README
-
- prepgamesdirs
-}