diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-06-01 20:46:56 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-06-01 20:46:56 +0000 |
commit | 362fddfd776b46d7fb8b44c108fc23328ddf2964 (patch) | |
tree | db99bbd3c8add132e650376a5e1be90d7d7e2f1f /games-strategy | |
parent | clean up app-emulation/emul-linux which has been removed (diff) | |
download | gentoo-2-362fddfd776b46d7fb8b44c108fc23328ddf2964.tar.gz gentoo-2-362fddfd776b46d7fb8b44c108fc23328ddf2964.tar.bz2 gentoo-2-362fddfd776b46d7fb8b44c108fc23328ddf2964.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/gorky17-demo/ChangeLog | 8 | ||||
-rw-r--r-- | games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild | 30 |
2 files changed, 15 insertions, 23 deletions
diff --git a/games-strategy/gorky17-demo/ChangeLog b/games-strategy/gorky17-demo/ChangeLog index 53181d770867..7b0619a30605 100644 --- a/games-strategy/gorky17-demo/ChangeLog +++ b/games-strategy/gorky17-demo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/gorky17-demo -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/gorky17-demo/ChangeLog,v 1.12 2014/08/29 18:01:42 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/gorky17-demo/ChangeLog,v 1.13 2015/06/01 20:46:56 mr_bones_ Exp $ + + 01 Jun 2015; Michael Sterrett <mr_bones_@gentoo.org> + gorky17-demo-1.0.1.0.1-r1.ebuild: + clean up app-emulation/emul-linux which has been removed 29 Aug 2014; Michael Sterrett <mr_bones_@gentoo.org> gorky17-demo-1.0.1.0.1-r1.ebuild: diff --git a/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild b/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild index cc4ffaf91dba..d4110adc91e9 100644 --- a/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild +++ b/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild @@ -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-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild,v 1.3 2014/08/29 18:01:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/gorky17-demo/gorky17-demo-1.0.1.0.1-r1.ebuild,v 1.4 2015/06/01 20:46:56 mr_bones_ Exp $ EAPI=5 inherit eutils unpacker versionator games @@ -20,25 +20,13 @@ IUSE="" RESTRICT="mirror bindist strip" RDEPEND=" - || ( - ( - >=media-libs/alsa-lib-1.0.27.2[abi_x86_32(-)] - >=media-libs/libsdl-1.2.15-r4[abi_x86_32(-)] - >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)] - >=x11-libs/libX11-1.6.2[abi_x86_32(-)] - >=x11-libs/libXau-1.0.7-r1[abi_x86_32(-)] - >=x11-libs/libXdmcp-1.1.1-r1[abi_x86_32(-)] - >=x11-libs/libXext-1.3.2[abi_x86_32(-)] - ) - amd64? ( - ( - app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] - app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)] - app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] - ) - ) - )" + >=media-libs/alsa-lib-1.0.27.2[abi_x86_32(-)] + >=media-libs/libsdl-1.2.15-r4[abi_x86_32(-)] + >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)] + >=x11-libs/libX11-1.6.2[abi_x86_32(-)] + >=x11-libs/libXau-1.0.7-r1[abi_x86_32(-)] + >=x11-libs/libXdmcp-1.1.1-r1[abi_x86_32(-)] + >=x11-libs/libXext-1.3.2[abi_x86_32(-)]" S=${WORKDIR} |