diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:25 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:48:16 +0100 |
commit | e8441c074cf04b1cc370deb48f004bfa23fdb607 (patch) | |
tree | c919fe2a447b0f1ac7c2d18fbcac32bb0dcaddfb /games-puzzle | |
parent | games-puzzle/atomix: Remove old (diff) | |
download | gentoo-e8441c074cf04b1cc370deb48f004bfa23fdb607.tar.gz gentoo-e8441c074cf04b1cc370deb48f004bfa23fdb607.tar.bz2 gentoo-e8441c074cf04b1cc370deb48f004bfa23fdb607.zip |
games-puzzle/brainparty: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/brainparty/brainparty-0.61.ebuild | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/games-puzzle/brainparty/brainparty-0.61.ebuild b/games-puzzle/brainparty/brainparty-0.61.ebuild deleted file mode 100644 index ec75d548eb03..000000000000 --- a/games-puzzle/brainparty/brainparty-0.61.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="A puzzle-solving, brain-stretching game for all ages" -HOMEPAGE="http://www.tuxradar.com/brainparty" -SRC_URI="https://launchpad.net/brainparty/trunk/${PV}/+download/${PN}${PV}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="media-libs/libsdl[sound,opengl,video] - media-libs/sdl-mixer[vorbis] - media-libs/sdl-ttf - media-libs/sdl-image[png] - media-libs/sdl-gfx" -RDEPEND=${DEPEND} - -S=${WORKDIR}/${PN} - -src_prepare() { - sed -i \ - -e 's/$(LIBS) $(OSXCOMPAT) $(OBJFILES)/$(OSXCOMPAT) $(OBJFILES) $(LIBS)/' \ - -e 's/CXXFLAGS = .*/CXXFLAGS+=-c/' \ - -e '/^CXX =/d' \ - -e '/-o brainparty/s/INCLUDES) /&$(LDFLAGS) /' \ - Makefile || die - sed -i \ - "/^int main(/ a\\\\tchdir(\"${GAMES_DATADIR}/${PN}\");\n" \ - main.cpp || die - epatch \ - "${FILESDIR}"/${P}-savegame.patch \ - "${FILESDIR}"/${P}-gcc49.patch \ - "${FILESDIR}"/${P}-gnu_cxx-hash.patch - -} - -src_install() { - dogamesbin brainparty - insinto "${GAMES_DATADIR}/${PN}/Content" - doins Content/* - newicon Content/icon.bmp ${PN}.bmp - make_desktop_entry brainparty "Brain Party" /usr/share/pixmaps/${PN}.bmp - prepgamesdirs -} |