* [gentoo-commits] repo/gentoo:master commit in: games-action/phobiaii/
@ 2017-01-27 19:44 Austin English
0 siblings, 0 replies; only message in thread
From: Austin English @ 2017-01-27 19:44 UTC (permalink / raw
To: gentoo-commits
commit: 65e97d50c64739b88b9c765c1356f3f3e92907e1
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 21:53:23 2017 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Fri Jan 27 19:44:10 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e97d50
games-action/phobiaii: remove deprecated games eclass
Also update to EAPI 6
Gentoo-Bug: https://bugs.gentoo.org/574082
Package-Manager: Portage-2.3.2, Repoman-2.3.1
games-action/phobiaii/phobiaii-1.1-r1.ebuild | 37 ++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/games-action/phobiaii/phobiaii-1.1-r1.ebuild b/games-action/phobiaii/phobiaii-1.1-r1.ebuild
new file mode 100644
index 00000000..993046d
--- /dev/null
+++ b/games-action/phobiaii/phobiaii-1.1-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+
+MY_P="linuxphobia-${PV}"
+DESCRIPTION="Just a moment ago, you were safe inside your ship, behind five inch armour"
+HOMEPAGE="http://www.lynxlabs.com/games/linuxphobia/index.html"
+SRC_URI="http://www.lynxlabs.com/games/linuxphobia/${MY_P}-i386.tar.bz2"
+
+LICENSE="freedist" #505612
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ media-libs/libsdl[abi_x86_32(-)]
+ media-libs/sdl-mixer[abi_x86_32(-)]
+ sys-libs/lib-compat"
+
+S=${WORKDIR}/${MY_P}
+
+QA_PRESTRIPPED="opt/phobiaii/linuxphobia"
+QA_FLAGS_IGNORED="opt/phobiaii/linuxphobia"
+
+src_install() {
+ local dir=/opt/${PN}
+ make_wrapper phobiaII ./linuxphobia "${dir}"
+ newicon phobia2.ico ${PN}.ico
+ make_desktop_entry phobiaII "Phobia II" /usr/share/pixmaps/${PN}.ico
+ insinto "${dir}"
+ doins -r *
+ rm -rf "${D}/${dir}"/{*.desktop,*.sh,/pics/.xvpics}
+ fperms 775 "${dir}"/linuxphobia
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-01-27 19:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-27 19:44 [gentoo-commits] repo/gentoo:master commit in: games-action/phobiaii/ Austin English
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox