summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Sokolov <sokolov@google.com>2020-12-15 16:38:19 +0100
committerDavid Seifert <soap@gentoo.org>2020-12-15 16:38:19 +0100
commit0508bc92fb22c35b1cbb4b35fe10f6dc188a8349 (patch)
treec281edc03b52822a3df8c9b9163d91ddd6268b87 /games-action
parentgames-action/formido: fix build, bump EAPI (diff)
downloadgentoo-0508bc92fb22c35b1cbb4b35fe10f6dc188a8349.tar.gz
gentoo-0508bc92fb22c35b1cbb4b35fe10f6dc188a8349.tar.bz2
gentoo-0508bc92fb22c35b1cbb4b35fe10f6dc188a8349.zip
games-action/formido: drop 1.0.1-r1
Closes: https://github.com/gentoo/gentoo/pull/18409 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r--games-action/formido/formido-1.0.1-r1.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/games-action/formido/formido-1.0.1-r1.ebuild b/games-action/formido/formido-1.0.1-r1.ebuild
deleted file mode 100644
index 6f6f10f9c8af..000000000000
--- a/games-action/formido/formido-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit desktop toolchain-funcs
-
-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 || die
- unpack ${PN}-music.tar.bz2
-}
-
-src_prepare() {
- default
-
- sed -i \
- -e "s:g++:$(tc-getCXX):" \
- -e "/^FLAGS=/s:$: ${CXXFLAGS}:" \
- -e "/^LINKFLAGS=/s:=.*:=${LDFLAGS}:" \
- -e "s:\${DATDIR}:/usr/share/${PN}/data:" \
- -e "s:\${DEFCONFIGDIR}:/usr/share/${PN}:" \
- Makefile || die
-}
-
-src_install() {
- dobin ${PN}
- insinto /usr/share/${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
-}