diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-04-14 23:23:32 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-04-14 23:38:50 +0200 |
commit | cbfa6e65aeeec1736029b5339285b319e8ccd63c (patch) | |
tree | 2a924d7d7172b7b7d8405e2d4e2551c0410d080d /games-puzzle/amoebax | |
parent | games-puzzle/amoebax: Stop using games.eclass (diff) | |
download | gentoo-cbfa6e65aeeec1736029b5339285b319e8ccd63c.tar.gz gentoo-cbfa6e65aeeec1736029b5339285b319e8ccd63c.tar.bz2 gentoo-cbfa6e65aeeec1736029b5339285b319e8ccd63c.zip |
games-puzzle/amoebax: Drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'games-puzzle/amoebax')
-rw-r--r-- | games-puzzle/amoebax/amoebax-0.2.1.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/games-puzzle/amoebax/amoebax-0.2.1.ebuild b/games-puzzle/amoebax/amoebax-0.2.1.ebuild deleted file mode 100644 index 687f1d8f9057..000000000000 --- a/games-puzzle/amoebax/amoebax-0.2.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools eutils games - -DESCRIPTION="a cute and addictive action-puzzle game, similar to tetris" -HOMEPAGE="http://www.emma-soft.com/games/amoebax/" -SRC_URI="http://www.emma-soft.com/games/amoebax/download/${P}.tar.bz2" - -LICENSE="FreeArt GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="media-libs/libsdl[sound,joystick,video] - media-libs/sdl-image[png] - media-libs/sdl-mixer[vorbis]" -RDEPEND=${DEPEND} - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-aclocal.patch \ - "${FILESDIR}"/${P}-compile.patch - - sed -i \ - -e "/^SUBDIRS/s:doc ::" \ - Makefile.am || die - sed -i \ - -e "/^iconsdir/s:=.*:=/usr/share/pixmaps:" \ - -e "/^desktopdir/s:=.*:=/usr/share/applications:" \ - data/Makefile.am || die - sed -i \ - -e '/Encoding/d' \ - -e '/Icon/s/.svg//' \ - data/amoebax.desktop || die - AT_M4DIR=m4 eautoreconf -} - -src_install() { - default - prepgamesdirs -} |