mr_bones_ 15/03/27 06:16:59 Modified: concentration-1.2-r1.ebuild ChangeLog Log: add jpeg to sdl-image use dep (bug #542018) (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.7 games-puzzle/concentration/concentration-1.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild?r1=1.6&r2=1.7 Index: concentration-1.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- concentration-1.2-r1.ebuild 18 Feb 2015 20:20:08 -0000 1.6 +++ concentration-1.2-r1.ebuild 27 Mar 2015 06:16:59 -0000 1.7 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild,v 1.6 2015/02/18 20:20:08 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild,v 1.7 2015/03/27 06:16:59 mr_bones_ Exp $ EAPI=5 inherit eutils games @@ -16,11 +16,13 @@ DEPEND="media-libs/libsdl[sound,video] media-libs/sdl-mixer[vorbis] - media-libs/sdl-image[png] + media-libs/sdl-image[jpeg,png] media-libs/sdl-ttf" RDEPEND="${DEPEND}" -PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) +src_prepare() { + epatch "${FILESDIR}"/${P}-gentoo.patch +} src_install() { default 1.15 games-puzzle/concentration/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/concentration/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/concentration/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/concentration/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/concentration/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 18 Feb 2015 20:20:08 -0000 1.14 +++ ChangeLog 27 Mar 2015 06:16:59 -0000 1.15 @@ -1,6 +1,10 @@ # ChangeLog for games-puzzle/concentration # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/ChangeLog,v 1.14 2015/02/18 20:20:08 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/ChangeLog,v 1.15 2015/03/27 06:16:59 mr_bones_ Exp $ + + 27 Mar 2015; Michael Sterrett <mr_bon...@gentoo.org> + concentration-1.2-r1.ebuild: + add jpeg to sdl-image use dep (bug #542018) 18 Feb 2015; Tupone Alfredo <tup...@gentoo.org> concentration-1.2-r1.ebuild: EAPI 5 @@ -54,4 +58,3 @@ 26 Feb 2004; Michael Sterrett <mr_bon...@gentoo.org> concentration-1.0.1.ebuild, metadata.xml: Initial commit -