mr_bones_ 15/02/05 22:11:29 Modified: conveysdl-1.3.ebuild ChangeLog Log: add libsdl use deps; tidy (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.9 games-arcade/conveysdl/conveysdl-1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild?r1=1.8&r2=1.9 Index: conveysdl-1.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- conveysdl-1.3.ebuild 3 Jan 2015 19:38:09 -0000 1.8 +++ conveysdl-1.3.ebuild 5 Feb 2015 22:11:29 -0000 1.9 @@ -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-arcade/conveysdl/conveysdl-1.3.ebuild,v 1.8 2015/01/03 19:38:09 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild,v 1.9 2015/02/05 22:11:29 mr_bones_ Exp $ EAPI=5 inherit eutils toolchain-funcs games @@ -14,9 +14,9 @@ KEYWORDS="~amd64 ~ppc x86 ~x86-fbsd" IUSE="" -DEPEND="media-libs/libsdl +DEPEND="media-libs/libsdl[sound,video] media-libs/sdl-mixer" -RDEPEND="${DEPEND}" +RDEPEND=${DEPEND} S=${WORKDIR} @@ -24,13 +24,11 @@ # Incomplete readme sed -i \ -e 's:I k:use -nosound to disable sound\n\nI k:' \ - readme \ - || die "sed failed" + readme || die sed -i \ -e 's:SDL_Mi:SDL_mi:' \ - main.c \ - || die "sed failed" + main.c || die epatch \ "${FILESDIR}"/${P}-arrays.patch \ 1.11 games-arcade/conveysdl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 3 Jan 2015 19:38:09 -0000 1.10 +++ ChangeLog 5 Feb 2015 22:11:29 -0000 1.11 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/conveysdl # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/ChangeLog,v 1.10 2015/01/03 19:38:09 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/ChangeLog,v 1.11 2015/02/05 22:11:29 mr_bones_ Exp $ + + 05 Feb 2015; Michael Sterrett <[email protected]> conveysdl-1.3.ebuild: + add libsdl use deps; tidy 03 Jan 2015; Tupone Alfredo <[email protected]> conveysdl-1.3.ebuild: EAPI 5 @@ -37,4 +40,3 @@ 19 Feb 2005; Michael Sterrett <[email protected]> +metadata.xml, +conveysdl-1.ebuild: initial commit - ebuild submitted by Alexandru Toma via bug #81635 -
