summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Eden <sven.eden@prydeworx.com>2020-09-21 11:55:00 +0200
committerSven Eden <sven.eden@prydeworx.com>2020-09-21 11:55:00 +0200
commit8b0cd8b4172887ac99f19afd022d0b40f9120b7e (patch)
tree405b1f75c0d5ed4761bdae135f21146aba980b95 /games-strategy
parentmedia-plugins/vocoder-ladspa: No longer inherit eutils (diff)
downloadseden-8b0cd8b4172887ac99f19afd022d0b40f9120b7e.tar.gz
seden-8b0cd8b4172887ac99f19afd022d0b40f9120b7e.tar.bz2
seden-8b0cd8b4172887ac99f19afd022d0b40f9120b7e.zip
games-strategy/glfrontier: EAPI 7, no eutils any more, fix homepage.
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sven Eden <sven.eden@prydeworx.com>
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/glfrontier/glfrontier-20060623-r5.ebuild (renamed from games-strategy/glfrontier/glfrontier-20060623-r4.ebuild)17
1 files changed, 8 insertions, 9 deletions
diff --git a/games-strategy/glfrontier/glfrontier-20060623-r4.ebuild b/games-strategy/glfrontier/glfrontier-20060623-r5.ebuild
index e0f2fb5..6ab03a2 100644
--- a/games-strategy/glfrontier/glfrontier-20060623-r4.ebuild
+++ b/games-strategy/glfrontier/glfrontier-20060623-r5.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit eutils
+inherit desktop
MY_PN=glfrontier
MY_P=${MY_PN}-${PV}
DESCRIPTION="Frontier: Elite 2 with OpenGL support"
-HOMEPAGE="http://tom.noflag.org.uk/glfrontier.html"
+HOMEPAGE="https://www.frontierastro.co.uk/Hires/hiresfe2.html"
SRC_URI="https://prydeworx.com/glfrontier/frontvm3-20060623.tar.bz2
https://prydeworx.com/glfrontier/frontvm-audio-20060222.tar.bz2"
@@ -25,12 +25,11 @@ RDEPEND="
media-libs/libogg"
DEPEND="${RDEPEND}"
-S=${WORKDIR}
+PATCHES=(
+ "${FILESDIR}/${MY_P}"-fix_missing_math_lib.patch
+)
-src_prepare() {
- epatch "${FILESDIR}/${MY_P}"-fix_missing_math_lib.patch
- eapply_user
-}
+S=${WORKDIR}
src_compile() {
emake -C frontvm3-20060623 -f Makefile-C || die "make install failed"