summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-06-09 07:21:39 -0400
committerIonen Wolkens <ionen@gentoo.org>2021-06-09 07:26:34 -0400
commit832f89e6e0991402b5d992fafbe81a6a2ea9208f (patch)
treefe0352e0cad3c382b75093f811f7b00c0c4c3a44 /games-puzzle
parentgames-puzzle/biniax2: fix -fno-common, EAPI-7 bump (diff)
downloadgentoo-832f89e6e0991402b5d992fafbe81a6a2ea9208f.tar.gz
gentoo-832f89e6e0991402b5d992fafbe81a6a2ea9208f.tar.bz2
gentoo-832f89e6e0991402b5d992fafbe81a6a2ea9208f.zip
games-puzzle/biniax2: drop 1.30-r1
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/biniax2/biniax2-1.30-r1.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/games-puzzle/biniax2/biniax2-1.30-r1.ebuild b/games-puzzle/biniax2/biniax2-1.30-r1.ebuild
deleted file mode 100644
index e4710407e8e7..000000000000
--- a/games-puzzle/biniax2/biniax2-1.30-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit desktop
-
-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() {
- default
-
- rm -f data/Thumbs.db
- sed -i \
- -e "s:data/:/usr/share/${PN}/:" \
- desktop/{gfx,snd}.c \
- || die
- eapply \
- "${FILESDIR}"/${P}-build.patch \
- "${FILESDIR}"/${P}-dotfiles.patch
-}
-
-src_install() {
- dobin ${PN}
- insinto "/usr/share/${PN}"
- doins -r data/*
- doicon "${FILESDIR}"/${PN}.xpm
- make_desktop_entry ${PN} Biniax-2
-}