diff options
author | 2015-06-01 20:46:04 +0000 | |
---|---|---|
committer | 2015-06-01 20:46:04 +0000 | |
commit | 2709ab06e70c42baf61dbb278e1b0fbe0176b267 (patch) | |
tree | 2d5cd53ad3363ccccbe55885934325399fd568af /games-strategy | |
parent | Port to upcoming ghc-7.10. (diff) | |
download | gentoo-2-2709ab06e70c42baf61dbb278e1b0fbe0176b267.tar.gz gentoo-2-2709ab06e70c42baf61dbb278e1b0fbe0176b267.tar.bz2 gentoo-2-2709ab06e70c42baf61dbb278e1b0fbe0176b267.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-strategy')
-rw-r--r-- | games-strategy/heroes3-demo/ChangeLog | 8 | ||||
-rw-r--r-- | games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild | 14 |
2 files changed, 11 insertions, 11 deletions
diff --git a/games-strategy/heroes3-demo/ChangeLog b/games-strategy/heroes3-demo/ChangeLog index 49f7ba34cf98..e2e23452a776 100644 --- a/games-strategy/heroes3-demo/ChangeLog +++ b/games-strategy/heroes3-demo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/heroes3-demo -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/heroes3-demo/ChangeLog,v 1.9 2014/10/13 16:12:03 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/heroes3-demo/ChangeLog,v 1.10 2015/06/01 20:46:04 mr_bones_ Exp $ + + 01 Jun 2015; Michael Sterrett <mr_bones_@gentoo.org> + heroes3-demo-1.3.1a.ebuild: + clean up app-emulation/emul-linux which has been removed 13 Oct 2014; Michał Górny <mgorny@gentoo.org> heroes3-demo-1.3.1a.ebuild: Support multilib providers for deps. Bump to EAPI=5. diff --git a/games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild b/games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild index a1b7f16e2942..d1d657dd1cd3 100644 --- a/games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild +++ b/games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild @@ -1,9 +1,8 @@ -# 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-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild,v 1.9 2014/10/13 16:12:03 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/heroes3-demo/heroes3-demo-1.3.1a.ebuild,v 1.10 2015/06/01 20:46:04 mr_bones_ Exp $ EAPI=5 - inherit eutils unpacker games MY_PN=${PN%-demo} @@ -28,19 +27,16 @@ RDEPEND=">=sys-libs/lib-compat-loki-0.2 !ppc? ( x11-libs/libX11[abi_x86_32(-)] ) - amd64? ( - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] - ) )" -dir="${GAMES_PREFIX_OPT}/${PN}" +dir=${GAMES_PREFIX_OPT}/${PN} QA_PREBUILT="${dir:1}/*" S=${WORKDIR} src_install() { # Apply patch - loki_patch patch.dat data/ || die "loki patch failed" + loki_patch patch.dat data/ || die local demo="data/demos/${MY_PN}_demo" @@ -54,7 +50,7 @@ src_install() { insinto "${dir}" exeinto "${dir}" doins -r "${demo}"/* - rm "${D}/${dir}"/{${exe_stub}*,*.sh} || die "rm executables failed" + rm "${D}/${dir}"/{${exe_stub}*,*.sh} || die doexe "${demo}/${exe}" einfo "Linking libs provided by 'sys-libs/lib-compat-loki' to '${dir}'." |