summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-05-02 19:16:22 +0200
committerPacho Ramos <pacho@gentoo.org>2018-05-02 21:27:36 +0200
commit909ea91921069889bf83af7c530bdeb5a5b6b109 (patch)
tree70203fbbd7ae94c6d7a7641b993318ca3ebbedbb /games-strategy/galaxyhack
parentgames-strategy/galaxyhack: Stop using games.eclass (diff)
downloadgentoo-909ea91921069889bf83af7c530bdeb5a5b6b109.tar.gz
gentoo-909ea91921069889bf83af7c530bdeb5a5b6b109.tar.bz2
gentoo-909ea91921069889bf83af7c530bdeb5a5b6b109.zip
games-strategy/galaxyhack: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-strategy/galaxyhack')
-rw-r--r--games-strategy/galaxyhack/galaxyhack-1.74.ebuild60
1 files changed, 0 insertions, 60 deletions
diff --git a/games-strategy/galaxyhack/galaxyhack-1.74.ebuild b/games-strategy/galaxyhack/galaxyhack-1.74.ebuild
deleted file mode 100644
index 68d0a57a06f8..000000000000
--- a/games-strategy/galaxyhack/galaxyhack-1.74.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils flag-o-matic games
-
-DESCRIPTION="Multiplayer AI script based strategy game"
-HOMEPAGE="http://galaxyhack.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
- mirror://gentoo/${PN}.png"
-
-LICENSE="GPL-2 galaxyhack"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl[video]
- media-libs/sdl-image[png]
- media-libs/sdl-mixer[mod,vorbis]
- >=dev-libs/boost-1.34"
-RDEPEND=${DEPEND}
-
-S=${WORKDIR}/${PN}/src
-
-src_prepare() {
- edos2unix Makefile
- epatch \
- "${FILESDIR}"/${P}-destdirs.patch \
- "${FILESDIR}"/${P}-boost.patch \
- "${FILESDIR}"/${P}-gcc43.patch \
- "${FILESDIR}"/${P}-boost-1.50.patch \
- "${FILESDIR}"/${P}-format.patch \
- "${FILESDIR}"/${P}-gentoo.patch
- sed -i "s:@GAMES_DATADIR@:${GAMES_DATADIR}:" \
- Main.cpp || die
- sed -i "/Base data path/s:pwd:${GAMES_DATADIR}/${PN}:" \
- ../settings.dat || die
-}
-
-src_install() {
- dogamesbin "${PN}"
- cd ..
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r fleets gamedata graphics music standardpictures \
- settings.dat
- dodoc readme.txt
- doicon "${DISTDIR}"/${PN}.png
- make_desktop_entry ${PN} GalaxyHack
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
- elog "Settings will default to those found in"
- elog "${GAMES_DATADIR}/galaxyhack/settings.dat"
- elog "Per user settings can be specified by creating"
- elog "~/.galaxyhack/settings.dat"
- elog "Additional user submitted fleets can be downloaded from"
- elog "http://galaxyhack.sourceforge.net/viewfleets.php"
-}