tupone 14/05/13 06:37:18 Modified: ChangeLog c++robots-0.ebuild Log: Fix patch file as per Bug #507932 Migrate to EAPI=4 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.10 games-misc/c++robots/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/c++robots/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/c++robots/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/c++robots/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-misc/c++robots/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 17 Apr 2014 19:17:30 -0000 1.9 +++ ChangeLog 13 May 2014 06:37:18 -0000 1.10 @@ -1,6 +1,11 @@ # ChangeLog for games-misc/c++robots # Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/c++robots/ChangeLog,v 1.9 2014/04/17 19:17:30 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/c++robots/ChangeLog,v 1.10 2014/05/13 06:37:18 tupone Exp $ + + 13 May 2014; Tupone Alfredo <[email protected]> c++robots-0.ebuild, + files/proper-coding.patch: + Fix patch file as per Bug #507932 by Ulrich Muller + Migrate to EAPI=4 17 Apr 2014; Ulrich Müller <[email protected]> c++robots-0.ebuild: Update LICENSE, BSD according to LICENSE file, bug 505858. 1.10 games-misc/c++robots/c++robots-0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/c++robots/c++robots-0.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/c++robots/c++robots-0.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/c++robots/c++robots-0.ebuild?r1=1.9&r2=1.10 Index: c++robots-0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-misc/c++robots/c++robots-0.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- c++robots-0.ebuild 17 Apr 2014 19:17:30 -0000 1.9 +++ c++robots-0.ebuild 13 May 2014 06:37:18 -0000 1.10 @@ -1,7 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/c++robots/c++robots-0.ebuild,v 1.9 2014/04/17 19:17:30 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/c++robots/c++robots-0.ebuild,v 1.10 2014/05/13 06:37:18 tupone Exp $ +EAPI=4 inherit eutils games DESCRIPTION="ongoing 'King of the Hill' (KotH) tournament" @@ -15,20 +16,18 @@ S=${WORKDIR}/${PN} -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch "${FILESDIR}/proper-coding.patch" } src_compile() { local myldflags="${LDFLAGS}" use static && myldflags="${myldflags} -static" - emake CFLAGS="${CFLAGS}" LDFLAGS="${myldflags}" || die "emake failed" + emake CFLAGS="${CFLAGS}" LDFLAGS="${myldflags}" } src_install() { - dogamesbin combat cylon target tracker || die "dogamesbin failed" + dogamesbin combat cylon target tracker dodoc README prepgamesdirs }
