mr_bones_ 15/06/01 20:58:52 Modified: eschalon-book-1-demo-106.ebuild ChangeLog Log: clean up app-emulation/emul-linux which has been removed (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.6 games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106.ebuild?r1=1.5&r2=1.6 Index: eschalon-book-1-demo-106.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- eschalon-book-1-demo-106.ebuild 15 Oct 2014 10:08:02 -0000 1.5 +++ eschalon-book-1-demo-106.ebuild 1 Jun 2015 20:58:52 -0000 1.6 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106.ebuild,v 1.5 2014/10/15 10:08:02 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/eschalon-book-1-demo/eschalon-book-1-demo-106.ebuild,v 1.6 2015/06/01 20:58:52 mr_bones_ Exp $ EAPI=5 inherit eutils games @@ -17,25 +17,15 @@ QA_PREBUILT="${GAMES_PREFIX_OPT:1}/${PN}/Eschalon Book I Demo" RDEPEND=" - || ( - ( - >=media-libs/freetype-2.5.0.1[abi_x86_32(-)] - x11-libs/libX11[abi_x86_32(-)] - x11-libs/libXxf86vm[abi_x86_32(-)] - virtual/glu[abi_x86_32(-)] - virtual/opengl[abi_x86_32(-)] - ) - amd64? ( - app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] - ) - ) -" -DEPEND="" + >=media-libs/freetype-2.5.0.1[abi_x86_32(-)] + x11-libs/libX11[abi_x86_32(-)] + x11-libs/libXxf86vm[abi_x86_32(-)] + virtual/glu[abi_x86_32(-)] + virtual/opengl[abi_x86_32(-)]" S="${WORKDIR}/Eschalon Book I Demo" -src_install () { +src_install() { insinto "${GAMES_PREFIX_OPT}/${PN}" doins -r data music sound *pdf *pak help.txt 1.9 games-rpg/eschalon-book-1-demo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/eschalon-book-1-demo/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/eschalon-book-1-demo/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/eschalon-book-1-demo/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-rpg/eschalon-book-1-demo/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 15 Oct 2014 10:08:02 -0000 1.8 +++ ChangeLog 1 Jun 2015 20:58:52 -0000 1.9 @@ -1,6 +1,10 @@ # ChangeLog for games-rpg/eschalon-book-1-demo -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/eschalon-book-1-demo/ChangeLog,v 1.8 2014/10/15 10:08:02 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/eschalon-book-1-demo/ChangeLog,v 1.9 2015/06/01 20:58:52 mr_bones_ Exp $ + + 01 Jun 2015; Michael Sterrett <[email protected]> + eschalon-book-1-demo-106.ebuild: + clean up app-emulation/emul-linux which has been removed 15 Oct 2014; Pacho Ramos <[email protected]> eschalon-book-1-demo-106.ebuild: Support multilib providers for deps. Bump to EAPI=5.
