summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-04-14 23:36:36 +0200
committerPacho Ramos <pacho@gentoo.org>2018-04-14 23:38:56 +0200
commitb98c2e3c3f18e59f87ce4d81eeeff7852fffe6d7 (patch)
tree3311bcdb0afe846bc4244bfee48c356918e449ef /games-puzzle
parentgames-puzzle/biniax2: Stop using games.eclass (diff)
downloadgentoo-b98c2e3c3f18e59f87ce4d81eeeff7852fffe6d7.tar.gz
gentoo-b98c2e3c3f18e59f87ce4d81eeeff7852fffe6d7.tar.bz2
gentoo-b98c2e3c3f18e59f87ce4d81eeeff7852fffe6d7.zip
games-puzzle/biniax2: Drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/biniax2/biniax2-1.30.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/games-puzzle/biniax2/biniax2-1.30.ebuild b/games-puzzle/biniax2/biniax2-1.30.ebuild
deleted file mode 100644
index 8c89af60317a..000000000000
--- a/games-puzzle/biniax2/biniax2-1.30.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="Logic game with arcade and tactics modes"
-HOMEPAGE="http://biniax.com/"
-SRC_URI="http://mordred.dir.bg/biniax/${P}-fullsrc.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl
- media-libs/sdl-image[png]
- media-libs/sdl-mixer[mod]"
-RDEPEND="${DEPEND}"
-S=${WORKDIR}
-
-src_prepare() {
- rm -f data/Thumbs.db
- sed -i \
- -e "s:data/:${GAMES_DATADIR}/${PN}/:" \
- desktop/{gfx,snd}.c \
- || die
- epatch \
- "${FILESDIR}"/${P}-build.patch \
- "${FILESDIR}"/${P}-dotfiles.patch
-}
-
-src_install() {
- dogamesbin ${PN}
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r data/*
- doicon "${FILESDIR}"/${PN}.xpm
- make_desktop_entry ${PN} Biniax-2
- prepgamesdirs
-}