mr_bones_ 14/06/16 06:16:17 Modified: scramble-0.9.5.ebuild ChangeLog Log: EAPI=5; fix build (bug #513412) (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.3 games-puzzle/scramble/scramble-0.9.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/scramble/scramble-0.9.5.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/scramble/scramble-0.9.5.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/scramble/scramble-0.9.5.ebuild?r1=1.2&r2=1.3 Index: scramble-0.9.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/scramble/scramble-0.9.5.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- scramble-0.9.5.ebuild 26 Apr 2007 07:20:11 -0000 1.2 +++ scramble-0.9.5.ebuild 16 Jun 2014 06:16:17 -0000 1.3 @@ -1,8 +1,9 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/scramble/scramble-0.9.5.ebuild,v 1.2 2007/04/26 07:20:11 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/scramble/scramble-0.9.5.ebuild,v 1.3 2014/06/16 06:16:17 mr_bones_ Exp $ -inherit games +EAPI=5 +inherit autotools flag-o-matic games DESCRIPTION="Create as many words as you can before the time runs out" HOMEPAGE="http://www.shiftygames.com/scramble/scramble.html" @@ -13,14 +14,19 @@ KEYWORDS="~amd64 ~ppc x86" IUSE="" -DEPEND=">=media-libs/libsdl-1.2 - >=media-libs/sdl-mixer-1.2 - >=media-libs/sdl-image-1.2 +DEPEND=">=media-libs/libsdl-1.2[sound,video] + >=media-libs/sdl-mixer-1.2[vorbis] + >=media-libs/sdl-image-1.2[png] media-libs/sdl-ttf" RDEPEND="${DEPEND} sys-apps/miscfiles" +src_prepare() { + append-cflags $(sdl-config --cflags) + eautoreconf +} + src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + default prepgamesdirs } 1.10 games-puzzle/scramble/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/scramble/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/scramble/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/scramble/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/scramble/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 8 Feb 2007 21:19:10 -0000 1.9 +++ ChangeLog 16 Jun 2014 06:16:17 -0000 1.10 @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/scramble -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/scramble/ChangeLog,v 1.9 2007/02/08 21:19:10 wolf31o2 Exp $ +# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/scramble/ChangeLog,v 1.10 2014/06/16 06:16:17 mr_bones_ Exp $ + + 16 Jun 2014; Michael Sterrett <[email protected]> scramble-0.9.5.ebuild: + EAPI=5; fix build (bug #513412) 08 Feb 2007; Chris Gianelloni <[email protected]> ChangeLog: Regenerate digest in Manifest2 format. @@ -36,4 +39,3 @@ 05 Mar 2004; Michael Sterrett <[email protected]> metadata.xml, scramble-0.7.ebuild: initial commit -
