mr_bones_ 15/04/15 06:51:01 Modified: coe2-2007-r1.ebuild ChangeLog Log: tidy (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.3 games-rpg/coe2/coe2-2007-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/coe2/coe2-2007-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/coe2/coe2-2007-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/coe2/coe2-2007-r1.ebuild?r1=1.2&r2=1.3 Index: coe2-2007-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-rpg/coe2/coe2-2007-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- coe2-2007-r1.ebuild 16 Apr 2014 17:02:40 -0000 1.2 +++ coe2-2007-r1.ebuild 15 Apr 2015 06:51:01 -0000 1.3 @@ -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-rpg/coe2/coe2-2007-r1.ebuild,v 1.2 2014/04/16 17:02:40 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/coe2/coe2-2007-r1.ebuild,v 1.3 2015/04/15 06:51:01 mr_bones_ Exp $ EAPI=5 - inherit eutils games DESCRIPTION="Precursor to the Dominions series" @@ -20,16 +19,15 @@ DEPEND="${RDEPEND} app-arch/unzip" -S="${WORKDIR}/coe" +S=${WORKDIR}/coe # bug #430026 QA_PREBUILT="/opt/coe2/coe_linux" src_prepare() { - rm *.{dll,exe} || die 'rm failed' - rm -r old || die 'rm failed' + rm -r *.{dll,exe} old || die if use amd64 ; then - mv -f coe_linux64bit coe_linux || die "mv amd64 image failed" + mv -f coe_linux64bit coe_linux || die fi } 1.7 games-rpg/coe2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/coe2/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/coe2/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/coe2/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-rpg/coe2/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 16 Apr 2014 17:02:40 -0000 1.6 +++ ChangeLog 15 Apr 2015 06:51:01 -0000 1.7 @@ -1,6 +1,9 @@ # ChangeLog for games-rpg/coe2 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/coe2/ChangeLog,v 1.6 2014/04/16 17:02:40 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/coe2/ChangeLog,v 1.7 2015/04/15 06:51:01 mr_bones_ Exp $ + + 15 Apr 2015; Michael Sterrett <[email protected]> coe2-2007-r1.ebuild: + tidy 16 Apr 2014; Ulrich Müller <[email protected]> coe2-2007-r1.ebuild: Fix LICENSE, add mirror and bindist restrictions, bug 505730.
