diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-06-01 20:54:49 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-06-01 20:54:49 +0000 |
commit | 8bacbb1e4dafcb69e55bba4d832fc7940e0a6d1c (patch) | |
tree | 53b750520fe70b62c022fcab6178ea59faea69c0 /games-simulation | |
parent | clean up app-emulation/emul-linux which has been removed (diff) | |
download | gentoo-2-8bacbb1e4dafcb69e55bba4d832fc7940e0a6d1c.tar.gz gentoo-2-8bacbb1e4dafcb69e55bba4d832fc7940e0a6d1c.tar.bz2 gentoo-2-8bacbb1e4dafcb69e55bba4d832fc7940e0a6d1c.zip |
clean up app-emulation/emul-linux which has been removed
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/bcs-demo/ChangeLog | 5 | ||||
-rw-r--r-- | games-simulation/bcs-demo/bcs-demo-1.3.ebuild | 27 |
2 files changed, 13 insertions, 19 deletions
diff --git a/games-simulation/bcs-demo/ChangeLog b/games-simulation/bcs-demo/ChangeLog index eaf1302a85a5..374d0229cb23 100644 --- a/games-simulation/bcs-demo/ChangeLog +++ b/games-simulation/bcs-demo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/bcs-demo # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/bcs-demo/ChangeLog,v 1.13 2015/03/27 03:43:21 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/bcs-demo/ChangeLog,v 1.14 2015/06/01 20:54:49 mr_bones_ Exp $ + + 01 Jun 2015; Michael Sterrett <mr_bones_@gentoo.org> bcs-demo-1.3.ebuild: + clean up app-emulation/emul-linux which has been removed 27 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org> bcs-demo-1.3.ebuild: update HOMEPAGE (bug #457888) diff --git a/games-simulation/bcs-demo/bcs-demo-1.3.ebuild b/games-simulation/bcs-demo/bcs-demo-1.3.ebuild index 1e6223c0d4be..98f82f5e2fbf 100644 --- a/games-simulation/bcs-demo/bcs-demo-1.3.ebuild +++ b/games-simulation/bcs-demo/bcs-demo-1.3.ebuild @@ -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-simulation/bcs-demo/bcs-demo-1.3.ebuild,v 1.13 2015/03/27 03:43:21 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/bcs-demo/bcs-demo-1.3.ebuild,v 1.14 2015/06/01 20:54:49 mr_bones_ Exp $ EAPI=5 inherit unpacker games @@ -17,21 +17,12 @@ IUSE="" RESTRICT="strip" RDEPEND="sys-libs/glibc - || ( - ( - media-libs/libsdl[abi_x86_32(-)] - x11-libs/libX11[abi_x86_32(-)] - x11-libs/libXext[abi_x86_32(-)] - x11-libs/libXau[abi_x86_32(-)] - x11-libs/libXdmcp[abi_x86_32(-)] - virtual/opengl[abi_x86_32(-)] - ) - amd64? ( - app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] - app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)] - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] - ) - )" + media-libs/libsdl[abi_x86_32(-)] + x11-libs/libX11[abi_x86_32(-)] + x11-libs/libXext[abi_x86_32(-)] + x11-libs/libXau[abi_x86_32(-)] + x11-libs/libXdmcp[abi_x86_32(-)] + virtual/opengl[abi_x86_32(-)]" S=${WORKDIR} @@ -47,8 +38,8 @@ src_unpack() { src_install() { dodir "${dir}" "${GAMES_BINDIR}" - tar -zxf bcsdemo.tar.gz -C "${Ddir}" || die "extracting bcsdemo.tar.gz" - rm -f "${Ddir}"/bcs-linux-openal-fixer.sh + tar -zxf bcsdemo.tar.gz -C "${Ddir}" || die + rm -f "${Ddir}"/bcs-linux-openal-fixer.sh || die exeinto "${dir}" # doexe bin/Linux/x86/rungame.sh |