tupone 15/02/26 23:07:52 Modified: ChangeLog wakkabox-1.1.0.ebuild Log: EAPI 5 Underlink Buffer overflow (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.7 games-puzzle/wakkabox/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/wakkabox/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/wakkabox/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/wakkabox/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/wakkabox/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 8 Feb 2007 21:20:36 -0000 1.6 +++ ChangeLog 26 Feb 2015 23:07:52 -0000 1.7 @@ -1,6 +1,10 @@ # ChangeLog for games-puzzle/wakkabox -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/wakkabox/ChangeLog,v 1.6 2007/02/08 21:20:36 wolf31o2 Exp $ +# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/wakkabox/ChangeLog,v 1.7 2015/02/26 23:07:52 tupone Exp $ + + 26 Feb 2015; Tupone Alfredo <[email protected]> wakkabox-1.1.0.ebuild, + +files/wakkabox-1.1.0-gentoo.patch: + EAPI 5 - underlinking and buffer overflow 08 Feb 2007; Chris Gianelloni <[email protected]> ChangeLog: Regenerate digest in Manifest2 format. 1.9 games-puzzle/wakkabox/wakkabox-1.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/wakkabox/wakkabox-1.1.0.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/wakkabox/wakkabox-1.1.0.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/wakkabox/wakkabox-1.1.0.ebuild?r1=1.8&r2=1.9 Index: wakkabox-1.1.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/wakkabox/wakkabox-1.1.0.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- wakkabox-1.1.0.ebuild 31 Oct 2005 08:55:43 -0000 1.8 +++ wakkabox-1.1.0.ebuild 26 Feb 2015 23:07:52 -0000 1.9 @@ -1,8 +1,9 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/wakkabox/wakkabox-1.1.0.ebuild,v 1.8 2005/10/31 08:55:43 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/wakkabox/wakkabox-1.1.0.ebuild,v 1.9 2015/02/26 23:07:52 tupone Exp $ -inherit games +EAPI=5 +inherit eutils autotools games DESCRIPTION="A simple block-pushing game" HOMEPAGE="http://kenn.frap.net/wakkabox/" @@ -14,9 +15,15 @@ IUSE="" DEPEND=">=media-libs/libsdl-1.0.1" +RDEPEND="${DEPEND}" + +src_prepare() { + epatch "${FILESDIR}"/${P}-gentoo.patch + rm aclocal.m4 + eautoreconf +} src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS NEWS README + default prepgamesdirs }
