Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/biniax2/
Date: Wed, 09 Jun 2021 11:27:50
Message-Id: 1623237994.832f89e6e0991402b5d992fafbe81a6a2ea9208f.ionen@gentoo
1 commit: 832f89e6e0991402b5d992fafbe81a6a2ea9208f
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 9 11:21:39 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 9 11:26:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=832f89e6
7
8 games-puzzle/biniax2: drop 1.30-r1
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 games-puzzle/biniax2/biniax2-1.30-r1.ebuild | 42 -----------------------------
13 1 file changed, 42 deletions(-)
14
15 diff --git a/games-puzzle/biniax2/biniax2-1.30-r1.ebuild b/games-puzzle/biniax2/biniax2-1.30-r1.ebuild
16 deleted file mode 100644
17 index e4710407e8e..00000000000
18 --- a/games-puzzle/biniax2/biniax2-1.30-r1.ebuild
19 +++ /dev/null
20 @@ -1,42 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -inherit desktop
26 -
27 -DESCRIPTION="Logic game with arcade and tactics modes"
28 -HOMEPAGE="http://biniax.com/"
29 -SRC_URI="http://mordred.dir.bg/biniax/${P}-fullsrc.tar.gz"
30 -
31 -LICENSE="ZLIB"
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~x86"
34 -IUSE=""
35 -
36 -DEPEND="media-libs/libsdl
37 - media-libs/sdl-image[png]
38 - media-libs/sdl-mixer[mod]"
39 -RDEPEND="${DEPEND}"
40 -
41 -S="${WORKDIR}"
42 -
43 -src_prepare() {
44 - default
45 -
46 - rm -f data/Thumbs.db
47 - sed -i \
48 - -e "s:data/:/usr/share/${PN}/:" \
49 - desktop/{gfx,snd}.c \
50 - || die
51 - eapply \
52 - "${FILESDIR}"/${P}-build.patch \
53 - "${FILESDIR}"/${P}-dotfiles.patch
54 -}
55 -
56 -src_install() {
57 - dobin ${PN}
58 - insinto "/usr/share/${PN}"
59 - doins -r data/*
60 - doicon "${FILESDIR}"/${PN}.xpm
61 - make_desktop_entry ${PN} Biniax-2
62 -}