mr_bones_ 15/05/14 18:51:22 Modified: shadowgrounds-bin-0_beta12-r1.ebuild ChangeLog Log: use system zlib with patch from Robert Cernansky (bug #549074) (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.3 games-action/shadowgrounds-bin/shadowgrounds-bin-0_beta12-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/shadowgrounds-bin/shadowgrounds-bin-0_beta12-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/shadowgrounds-bin/shadowgrounds-bin-0_beta12-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/shadowgrounds-bin/shadowgrounds-bin-0_beta12-r1.ebuild?r1=1.2&r2=1.3 Index: shadowgrounds-bin-0_beta12-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/shadowgrounds-bin/shadowgrounds-bin-0_beta12-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- shadowgrounds-bin-0_beta12-r1.ebuild 25 Jun 2014 13:46:12 -0000 1.2 +++ shadowgrounds-bin-0_beta12-r1.ebuild 14 May 2015 18:51:22 -0000 1.3 @@ -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-action/shadowgrounds-bin/shadowgrounds-bin-0_beta12-r1.ebuild,v 1.2 2014/06/25 13:46:12 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/shadowgrounds-bin/shadowgrounds-bin-0_beta12-r1.ebuild,v 1.3 2015/05/14 18:51:22 mr_bones_ Exp $ EAPI=5 @@ -21,11 +21,18 @@ >=sys-devel/gcc-4.3.0 !amd64? ( gnome-base/libglade + sys-libs/zlib ) amd64? ( || ( - app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)] - >=gnome-base/libglade-2.6.4-r1[abi_x86_32(-)] + ( + app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)] + app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] + ) + ( + >=gnome-base/libglade-2.6.4-r1[abi_x86_32(-)] + sys-libs/zlib[abi_x86_32(-)] + ) ) )" @@ -43,7 +50,7 @@ src_unpack() { # manually run unzip as the initial seek causes it to exit(1) unpack_zip ${A} - rm lib*/lib{gcc_s,m,rt,selinux}.so.? + rm lib*/lib{gcc_s,m,rt,selinux,z}.so.? } src_install() { 1.7 games-action/shadowgrounds-bin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/shadowgrounds-bin/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/shadowgrounds-bin/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/shadowgrounds-bin/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/shadowgrounds-bin/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 29 Aug 2014 17:20:34 -0000 1.6 +++ ChangeLog 14 May 2015 18:51:22 -0000 1.7 @@ -1,6 +1,10 @@ # ChangeLog for games-action/shadowgrounds-bin -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/shadowgrounds-bin/ChangeLog,v 1.6 2014/08/29 17:20:34 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/shadowgrounds-bin/ChangeLog,v 1.7 2015/05/14 18:51:22 mr_bones_ Exp $ + + 14 May 2015; Michael Sterrett <[email protected]> + shadowgrounds-bin-0_beta12-r1.ebuild: + use system zlib with patch from Robert Cernansky (bug #549074) 29 Aug 2014; Michael Sterrett <[email protected]> -shadowgrounds-bin-0_beta12.ebuild:
