diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-05-01 13:24:39 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-05-01 21:32:25 +0200 |
commit | 2b24ad361c87fb5c443aa6b222d40a3cec1ae2f9 (patch) | |
tree | b79cc00c4915afdfe72c5139d65689c3a95893e8 /games-puzzle/fbg | |
parent | games-puzzle/fbg: Stop using games.eclass (diff) | |
download | gentoo-2b24ad361c87fb5c443aa6b222d40a3cec1ae2f9.tar.gz gentoo-2b24ad361c87fb5c443aa6b222d40a3cec1ae2f9.tar.bz2 gentoo-2b24ad361c87fb5c443aa6b222d40a3cec1ae2f9.zip |
games-puzzle/fbg: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-puzzle/fbg')
-rw-r--r-- | games-puzzle/fbg/fbg-0.9-r1.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/games-puzzle/fbg/fbg-0.9-r1.ebuild b/games-puzzle/fbg/fbg-0.9-r1.ebuild deleted file mode 100644 index e516d714b0d6..000000000000 --- a/games-puzzle/fbg/fbg-0.9-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="A Tetris clone written in OpenGL" -HOMEPAGE="http://fbg.sourceforge.net/" -SRC_URI="mirror://sourceforge/fbg/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="virtual/opengl - virtual/glu - dev-games/physfs - media-libs/libsdl[opengl,video] - media-libs/libmikmod - x11-libs/libXt" -RDEPEND=${DEPEND} - -src_prepare() { - sed -i \ - -e "/FBGDATADIR=/s:\".*\":\"${GAMES_DATADIR}/${PN}\":" \ - -e '/^datadir=/d' \ - configure || die -} - -src_configure() { - egamesconf --disable-fbglaunch -} - -src_install() { - default - newicon startfbg/icon.xpm ${PN}.xpm - make_desktop_entry ${PN} "Falling Block Game" ${PN} - rm -rf "${D}/${GAMES_PREFIX}"/doc - prepgamesdirs -} |