Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/kobodeluxe/
Date: Fri, 25 Dec 2020 15:19:36
Message-Id: 1608909551.c328eea9d6d32ec4ad9bc22373bfd3f094e66d40.soap@gentoo
1 commit: c328eea9d6d32ec4ad9bc22373bfd3f094e66d40
2 Author: Alexey Sokolov <sokolov <AT> google <DOT> com>
3 AuthorDate: Fri Dec 25 15:19:11 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 25 15:19:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c328eea9
7
8 games-arcade/kobodeluxe: drop 0.5.1-r1
9
10 (Portage version: 3.0.9/hg/Linux x86_64, unsigned Manifest commit)
11 Closes: https://github.com/gentoo/gentoo/pull/18809
12 Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
13 Signed-off-by: David Seifert <soap <AT> gentoo.org>
14
15 games-arcade/kobodeluxe/kobodeluxe-0.5.1-r1.ebuild | 56 ----------------------
16 1 file changed, 56 deletions(-)
17
18 diff --git a/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r1.ebuild b/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r1.ebuild
19 deleted file mode 100644
20 index ed655d6c5b8..00000000000
21 --- a/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r1.ebuild
22 +++ /dev/null
23 @@ -1,56 +0,0 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=6
28 -inherit desktop
29 -
30 -MY_P="KoboDeluxe-${PV/_/}"
31 -DESCRIPTION="An SDL port of xkobo, a addictive space shoot-em-up"
32 -HOMEPAGE="http://www.olofson.net/kobodl/"
33 -SRC_URI="http://www.olofson.net/kobodl/download/${MY_P}.tar.bz2"
34 -
35 -LICENSE="GPL-2"
36 -SLOT="0"
37 -KEYWORDS="~alpha ~amd64 ~ppc64 ~x86"
38 -IUSE="opengl"
39 -
40 -DEPEND="media-libs/libsdl
41 - media-libs/sdl-image[png]
42 - opengl? ( virtual/opengl )
43 -"
44 -RDEPEND="${DEPEND}"
45 -
46 -S="${WORKDIR}/${MY_P}"
47 -
48 -src_unpack() {
49 - unpack ${A}
50 - cd "${S}"
51 - unpack ./icons.tar.gz
52 -}
53 -
54 -src_prepare() {
55 - default
56 - eapply \
57 - "${FILESDIR}"/${P}-glibc29.patch \
58 - "${FILESDIR}"/${P}-glibc2.10.patch
59 - # Fix paths
60 - sed -i \
61 - -e 's:\$(datadir)/kobo-deluxe:$(datadir)/kobodeluxe:' \
62 - -e 's:\$(sharedstatedir)/kobo-deluxe/scores:$(localstatedir)/kobodeluxe:' \
63 - configure || die "sed configure failed"
64 - sed -i \
65 - -e 's:kobo-deluxe:kobodeluxe:' \
66 - data/gfx/Makefile.in \
67 - data/sfx/Makefile.in || die "sed data/Makefile.in failed"
68 -}
69 -
70 -src_configure() {
71 - econf $(use_enable opengl)
72 -}
73 -
74 -src_install() {
75 - default
76 - newicon icons/KDE/icons/32x32/kobodl.png ${PN}.png
77 - make_desktop_entry kobodl "Kobo Deluxe"
78 - keepdir /var/lib/${PN}
79 -}