Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/xbubble/
Date: Wed, 25 Apr 2018 18:29:50
Message-Id: 1524680967.f0e41416313f320996feaf8cfeb2b320408e16f8.pacho@gentoo
1 commit: f0e41416313f320996feaf8cfeb2b320408e16f8
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 25 17:54:03 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 25 18:29:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0e41416
7
8 games-arcade/xbubble: Drop old
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 games-arcade/xbubble/xbubble-0.5.8.ebuild | 47 -------------------------------
13 1 file changed, 47 deletions(-)
14
15 diff --git a/games-arcade/xbubble/xbubble-0.5.8.ebuild b/games-arcade/xbubble/xbubble-0.5.8.ebuild
16 deleted file mode 100644
17 index b884d4631f1..00000000000
18 --- a/games-arcade/xbubble/xbubble-0.5.8.ebuild
19 +++ /dev/null
20 @@ -1,47 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -inherit eutils games
26 -
27 -DESCRIPTION="a Puzzle Bobble clone similar to Frozen-Bubble"
28 -HOMEPAGE="http://www.nongnu.org/xbubble/"
29 -SRC_URI="http://www.ibiblio.org/pub/mirrors/gnu/ftp/savannah/files/${PN}/${P}.tar.gz"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="~alpha ~amd64 ~x86"
34 -IUSE="nls"
35 -
36 -RDEPEND="x11-libs/libX11
37 - x11-libs/libXt
38 - media-libs/libpng:0
39 - nls? ( virtual/libintl )"
40 -DEPEND="${RDEPEND}
41 - nls? ( sys-devel/gettext )"
42 -DOCS=( AUTHORS ChangeLog NEWS NetworkProtocol README TODO )
43 -
44 -src_prepare() {
45 - epatch \
46 - "${FILESDIR}"/${P}-xpaths.patch \
47 - "${FILESDIR}"/${P}-locale.patch \
48 - "${FILESDIR}"/${P}-libpng14.patch \
49 - "${FILESDIR}"/${P}-png15.patch
50 - sed -i \
51 - -e '/^AM_CFLAGS/d' \
52 - src/Makefile.in || die
53 - sed -i \
54 - -e '/^localedir/s:=.*:=/usr/share/locale:' \
55 - configure po/Makefile.in.in || die
56 -}
57 -
58 -src_configure() {
59 - egamesconf $(use_enable nls)
60 -}
61 -
62 -src_install() {
63 - default
64 - newicon data/themes/fancy/Bubble_black_DEAD_01.png ${PN}.png
65 - make_desktop_entry ${PN} XBubble
66 - prepgamesdirs
67 -}