diff options
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/xbubble/ChangeLog | 5 | ||||
-rw-r--r-- | games-arcade/xbubble/xbubble-0.5.8.ebuild | 13 |
2 files changed, 9 insertions, 9 deletions
diff --git a/games-arcade/xbubble/ChangeLog b/games-arcade/xbubble/ChangeLog index 292c0529194b..83a6423554d7 100644 --- a/games-arcade/xbubble/ChangeLog +++ b/games-arcade/xbubble/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/xbubble # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbubble/ChangeLog,v 1.12 2010/03/09 21:19:38 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbubble/ChangeLog,v 1.13 2010/03/09 21:22:50 mr_bones_ Exp $ + + 09 Mar 2010; Michael Sterrett <mr_bones_@gentoo.org> xbubble-0.5.8.ebuild: + EAPI=2 09 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> xbubble-0.5.8.ebuild, +files/xbubble-0.5.8-libpng14.patch: diff --git a/games-arcade/xbubble/xbubble-0.5.8.ebuild b/games-arcade/xbubble/xbubble-0.5.8.ebuild index 7e56591a882c..ae5794957ae3 100644 --- a/games-arcade/xbubble/xbubble-0.5.8.ebuild +++ b/games-arcade/xbubble/xbubble-0.5.8.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbubble/xbubble-0.5.8.ebuild,v 1.14 2010/03/09 21:19:38 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbubble/xbubble-0.5.8.ebuild,v 1.15 2010/03/09 21:22:50 mr_bones_ Exp $ +EAPI=2 inherit eutils games DESCRIPTION="a Puzzle Bobble clone similar to Frozen-Bubble" @@ -20,9 +21,7 @@ RDEPEND="x11-libs/libX11 DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch \ "${FILESDIR}"/${P}-xpaths.patch \ "${FILESDIR}"/${P}-locale.patch \ @@ -35,12 +34,10 @@ src_unpack() { configure po/Makefile.in.in || die "sed locale" } -src_compile() { +src_configure() { egamesconf \ --disable-dependency-tracking \ - $(use_enable nls) \ - || die - emake || die "emake failed" + $(use_enable nls) } src_install() { |