diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-06-01 20:50:01 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-06-01 20:50:01 +0000 |
commit | 4c7a44b0c907a9a22d0fc1e8417fe8d163e0345d (patch) | |
tree | ae24540ca0c3572880da23212c9b9367b8e5830f /games-strategy | |
parent | clean up app-emulation/emul-linux which has been removed (diff) | |
download | gentoo-2-4c7a44b0c907a9a22d0fc1e8417fe8d163e0345d.tar.gz gentoo-2-4c7a44b0c907a9a22d0fc1e8417fe8d163e0345d.tar.bz2 gentoo-2-4c7a44b0c907a9a22d0fc1e8417fe8d163e0345d.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/darwinia-demo/ChangeLog | 8 | ||||
-rw-r--r-- | games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild | 21 |
2 files changed, 12 insertions, 17 deletions
diff --git a/games-strategy/darwinia-demo/ChangeLog b/games-strategy/darwinia-demo/ChangeLog index 0dd5a7b2f6bf..aeb74c797a96 100644 --- a/games-strategy/darwinia-demo/ChangeLog +++ b/games-strategy/darwinia-demo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/darwinia-demo -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/darwinia-demo/ChangeLog,v 1.17 2014/10/13 16:32:12 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/darwinia-demo/ChangeLog,v 1.18 2015/06/01 20:50:01 mr_bones_ Exp $ + + 01 Jun 2015; Michael Sterrett <mr_bones_@gentoo.org> + darwinia-demo-1.3.0.ebuild: + clean up app-emulation/emul-linux which has been removed 13 Oct 2014; Michał Górny <mgorny@gentoo.org> darwinia-demo-1.3.0.ebuild: Support multilib providers for deps. Bump to EAPI=5. diff --git a/games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild b/games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild index 7d95219445f7..f2d486b89cdd 100644 --- a/games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild +++ b/games-strategy/darwinia-demo/darwinia-demo-1.3.0.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/darwinia-demo/darwinia-demo-1.3.0.ebuild,v 1.14 2014/10/13 16:32:12 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/darwinia-demo/darwinia-demo-1.3.0.ebuild,v 1.15 2015/06/01 20:50:01 mr_bones_ Exp $ EAPI=5 - inherit eutils unpacker games DESCRIPTION="Darwinia, the hyped indie game of the year. By the Uplink creators" @@ -18,18 +17,10 @@ RESTRICT="mirror strip" RDEPEND=" ~virtual/libstdc++-3.3 - || ( - ( - media-libs/libsdl[abi_x86_32(-)] - media-libs/libvorbis[abi_x86_32(-)] - virtual/glu[abi_x86_32(-)] - virtual/opengl[abi_x86_32(-)] - ) - amd64? ( - app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] - ) - )" + media-libs/libsdl[abi_x86_32(-)] + media-libs/libvorbis[abi_x86_32(-)] + virtual/glu[abi_x86_32(-)] + virtual/opengl[abi_x86_32(-)]" S=${WORKDIR} |