diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-06 22:44:25 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-06 22:44:25 +0000 |
commit | 8af11055f200f95011c59fa1c677ebbc61a4f4d7 (patch) | |
tree | 360d58073c2af9fbeabc68659d292f553f3381ac /games-arcade | |
parent | EAPI=5 (diff) | |
download | gentoo-2-8af11055f200f95011c59fa1c677ebbc61a4f4d7.tar.gz gentoo-2-8af11055f200f95011c59fa1c677ebbc61a4f4d7.tar.bz2 gentoo-2-8af11055f200f95011c59fa1c677ebbc61a4f4d7.zip |
EAPI=5
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/monkey-bubble/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild | 11 |
2 files changed, 10 insertions, 9 deletions
diff --git a/games-arcade/monkey-bubble/ChangeLog b/games-arcade/monkey-bubble/ChangeLog index 2fc2efe818e9..76b20f14d1ec 100644 --- a/games-arcade/monkey-bubble/ChangeLog +++ b/games-arcade/monkey-bubble/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/monkey-bubble -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/monkey-bubble/ChangeLog,v 1.31 2012/07/21 16:23:26 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/monkey-bubble/ChangeLog,v 1.32 2015/02/06 22:44:25 mr_bones_ Exp $ + + 06 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> + monkey-bubble-0.4.0.ebuild: + EAPI=5 21 Jul 2012; Pacho Ramos <pacho@gentoo.org> +files/monkey-bubble-0.4.0-glib-single-include.patch, diff --git a/games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild b/games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild index 19c1013d15ac..89724a9a9386 100644 --- a/games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild +++ b/games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild,v 1.12 2012/07/21 16:23:26 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild,v 1.13 2015/02/06 22:44:25 mr_bones_ Exp $ -EAPI=4 +EAPI=5 inherit autotools eutils gnome2 DESCRIPTION="A Puzzle Bobble clone" @@ -34,10 +34,7 @@ src_prepare() { "${FILESDIR}"/${P}-noesound.patch \ "${FILESDIR}"/${P}-glib-single-include.patch # bug 260895 - sed -i \ - -e 's/ -Werror//' \ - $(find . -name Makefile.am) \ - || die "sed failed" + sed -i -e 's/ -Werror//' $(find . -name Makefile.am) || die AT_NOELIBTOOLIZE=yes eautoreconf gnome2_src_prepare } |