diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-04-25 19:54:03 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-04-25 20:29:27 +0200 |
commit | f0e41416313f320996feaf8cfeb2b320408e16f8 (patch) | |
tree | 4ce773ebcfdc87187efe6b5c61e8a2455cf8524f | |
parent | games-arcade/xbubble: Stop using games.eclass (diff) | |
download | gentoo-f0e41416313f320996feaf8cfeb2b320408e16f8.tar.gz gentoo-f0e41416313f320996feaf8cfeb2b320408e16f8.tar.bz2 gentoo-f0e41416313f320996feaf8cfeb2b320408e16f8.zip |
games-arcade/xbubble: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
-rw-r--r-- | games-arcade/xbubble/xbubble-0.5.8.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/games-arcade/xbubble/xbubble-0.5.8.ebuild b/games-arcade/xbubble/xbubble-0.5.8.ebuild deleted file mode 100644 index b884d4631f12..000000000000 --- a/games-arcade/xbubble/xbubble-0.5.8.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="a Puzzle Bobble clone similar to Frozen-Bubble" -HOMEPAGE="http://www.nongnu.org/xbubble/" -SRC_URI="http://www.ibiblio.org/pub/mirrors/gnu/ftp/savannah/files/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~x86" -IUSE="nls" - -RDEPEND="x11-libs/libX11 - x11-libs/libXt - media-libs/libpng:0 - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" -DOCS=( AUTHORS ChangeLog NEWS NetworkProtocol README TODO ) - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-xpaths.patch \ - "${FILESDIR}"/${P}-locale.patch \ - "${FILESDIR}"/${P}-libpng14.patch \ - "${FILESDIR}"/${P}-png15.patch - sed -i \ - -e '/^AM_CFLAGS/d' \ - src/Makefile.in || die - sed -i \ - -e '/^localedir/s:=.*:=/usr/share/locale:' \ - configure po/Makefile.in.in || die -} - -src_configure() { - egamesconf $(use_enable nls) -} - -src_install() { - default - newicon data/themes/fancy/Bubble_black_DEAD_01.png ${PN}.png - make_desktop_entry ${PN} XBubble - prepgamesdirs -} |