diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:08 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:30:04 +0100 |
commit | 79ae82762fed5db9b5860f00cfed8c25437c745e (patch) | |
tree | 720614756c4d0ace1fa978e95168177925bd73c5 /games-action | |
parent | games-action/fakk2: Remove old (diff) | |
download | gentoo-79ae82762fed5db9b5860f00cfed8c25437c745e.tar.gz gentoo-79ae82762fed5db9b5860f00cfed8c25437c745e.tar.bz2 gentoo-79ae82762fed5db9b5860f00cfed8c25437c745e.zip |
games-action/formido: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/formido/formido-1.0.1.ebuild | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/games-action/formido/formido-1.0.1.ebuild b/games-action/formido/formido-1.0.1.ebuild deleted file mode 100644 index e60df50ab70c..000000000000 --- a/games-action/formido/formido-1.0.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils toolchain-funcs games - -DESCRIPTION="A shooting game in the spirit of Phobia games" -HOMEPAGE="http://www.mhgames.org/oldies/formido/" -SRC_URI="http://noe.falzon.free.fr/prog/${P}.tar.gz - http://koti.mbnet.fi/lsoft/formido/formido-music.tar.bz2" - -LICENSE="GPL-2" -SLOT=0 -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="media-libs/libsdl[sound,video] - media-libs/sdl-image - media-libs/sdl-mixer" -RDEPEND=${DEPEND} - -src_unpack() { - unpack ${P}.tar.gz - cd "${S}"/data - unpack ${PN}-music.tar.bz2 -} - -src_prepare() { - sed -i \ - -e "s:g++:$(tc-getCXX):" \ - -e "/^FLAGS=/s:$: ${CXXFLAGS}:" \ - -e "/^LINKFLAGS=/s:=.*:=${LDFLAGS}:" \ - -e "s:\${DATDIR}:${GAMES_DATADIR}/${PN}/data:" \ - -e "s:\${DEFCONFIGDIR}:${GAMES_DATADIR}/${PN}:" \ - Makefile || die -} - -src_install() { - dogamesbin ${PN} - insinto "${GAMES_DATADIR}"/${PN} - doins -r ${PN}.cfg data - newicon data/icon.dat ${PN}.bmp - make_desktop_entry ${PN} Formido /usr/share/pixmaps/${PN}.bmp - dodoc README README-1.0.1 - prepgamesdirs -} |