summaryrefslogtreecommitdiff
path: root/games-simulation
diff options
context:
space:
mode:
authoreroen2016-10-14 18:19:50 +0200
committereroen2016-10-14 18:32:42 +0200
commit5f442cbba55677adc5996c0fbf081e6e76cdefa2 (patch)
treeeb92935d4189546a03777f3b0e602d7432e0b5ab /games-simulation
parent0e6d723d71a3a8bcb5e9ed02b147fccd56fe9718 (diff)
downloaderoen-overlay-5f442cbba55677adc5996c0fbf081e6e76cdefa2.tar.gz
eroen-overlay-5f442cbba55677adc5996c0fbf081e6e76cdefa2.tar.bz2
eroen-overlay-5f442cbba55677adc5996c0fbf081e6e76cdefa2.tar.xz
drop obsolete packages, fix oldcruft
Diffstat (limited to 'games-simulation')
-rw-r--r--games-simulation/dwarffortress/dwarffortress-0.42.04.ebuild2
-rw-r--r--games-simulation/lincity-ng/Manifest1
-rw-r--r--games-simulation/lincity-ng/lincity-ng-2.0.ebuild48
3 files changed, 1 insertions, 50 deletions
diff --git a/games-simulation/dwarffortress/dwarffortress-0.42.04.ebuild b/games-simulation/dwarffortress/dwarffortress-0.42.04.ebuild
index f8cb85e9..cd22cbd5 100644
--- a/games-simulation/dwarffortress/dwarffortress-0.42.04.ebuild
+++ b/games-simulation/dwarffortress/dwarffortress-0.42.04.ebuild
@@ -79,7 +79,7 @@ src_install() {
prepgamesdirs
fperms 750 "${gamesdir}"/libs/Dwarf_Fortress
-
+
# PAX marking for dfhack. PTPAX markings change the md5 hash of the
# executable, and breaks version detection in dfhack
PAX_MARKINGS=XT pax-mark -m "${ED%/}${gamesdir}"/libs/Dwarf_Fortress
diff --git a/games-simulation/lincity-ng/Manifest b/games-simulation/lincity-ng/Manifest
index f5f2ab1f..c686a15f 100644
--- a/games-simulation/lincity-ng/Manifest
+++ b/games-simulation/lincity-ng/Manifest
@@ -1,2 +1 @@
-DIST lincity-ng-2.0.tar.bz2 39475719 SHA256 a6b206a5dfc7a817669f4fc7cbc012bd4a7073c42f918ceb2f1f484cc0b06606 SHA512 d85cd398145d1591f8640458c076f2a0b55713c39ede28b67d99adc7b76d38f09b58cd2ec84d9acac11bbaa794f6d97f6200f54efcdd4286315e6b3133284c55 WHIRLPOOL d218d0475198c9852abf18caab55df57c2dc0026c74db3215c66c4915758c9f4e608906ccdeb8ff9b83eace67ad4cdcb3e5d5d7dd5d1a7aa4c18131e03646d91
DIST lincity-ng-2.9.beta.tar.bz2 44956934 SHA256 542506135e833f7fd7231c0a5b2ab532fab719d214add461227af72d97ac9d4f SHA512 3ec9997971c7c5a0d027cc09cb7608f965122d5f7dccc7bffcab1bf84d50db495a2b42131ec80a049138a35625c7cfe6e49214be248cdceeefe056616ff71bc9 WHIRLPOOL 84cb7eda258e42be4745a3290a7ca5b7cd1001638606ef13792af06e5c4b26b29e220649dfa8a2c9c61fab709b9e726b10fdac3362c43e55376f22329fcfeef8
diff --git a/games-simulation/lincity-ng/lincity-ng-2.0.ebuild b/games-simulation/lincity-ng/lincity-ng-2.0.ebuild
deleted file mode 100644
index 8c2ac8a5..00000000
--- a/games-simulation/lincity-ng/lincity-ng-2.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-inherit eutils multiprocessing games
-
-DESCRIPTION="city/country simulation game for X and opengl"
-HOMEPAGE="http://lincity-ng.berlios.de/"
-SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2 BitstreamVera"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE=""
-
-RDEPEND="virtual/opengl
- sys-libs/zlib
- dev-libs/libxml2
- media-libs/libsdl[sound,joystick,opengl,video]
- media-libs/sdl-mixer[vorbis]
- media-libs/sdl-image[png]
- media-libs/sdl-ttf
- media-libs/sdl-gfx
- dev-games/physfs"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- dev-util/ftjam"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-build.patch
-}
-
-src_compile() {
- jam -q -dx -j $(makeopts_jobs) || die "jam failed"
-}
-
-src_install() {
- jam -sDESTDIR="${D}" \
- -sappdocdir="/usr/share/doc/${PF}" \
- -sapplicationsdir="/usr/share/applications" \
- -spixmapsdir="/usr/share/pixmaps" \
- install \
- || die "jam install failed"
- rm -f "${D}"/usr/share/doc/${PF}/COPYING*
- prepalldocs
- prepgamesdirs
-}