mr_bones_ 15/02/15 09:35:24 Modified: pmars-sdl-0.9.2e.ebuild ChangeLog Log: EAPI=5; update HOMEPAGE (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.15 games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild?r1=1.14&r2=1.15 Index: pmars-sdl-0.9.2e.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- pmars-sdl-0.9.2e.ebuild 12 Jan 2011 17:46:58 -0000 1.14 +++ pmars-sdl-0.9.2e.ebuild 15 Feb 2015 09:35:24 -0000 1.15 @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild,v 1.14 2011/01/12 17:46:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild,v 1.15 2015/02/15 09:35:24 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit toolchain-funcs games MY_PN="${PN/-sdl/}" @@ -10,8 +10,8 @@ MY_P="${MY_PN}-${MY_PV}" DESCRIPTION="Portable redcode simulator's sdl port for core war" -HOMEPAGE="http://www.cs.helsinki.fi/u/jpihlaja/cw/pmars-sdl" -SRC_URI="http://www.cs.helsinki.fi/u/jpihlaja/cw/pmars-sdl/${MY_P}.tar.gz" +HOMEPAGE="http://corewar.co.uk/pihlaja/pmars-sdl/" +SRC_URI="http://corewar.co.uk/pihlaja/pmars-sdl/${MY_P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0" @@ -64,7 +64,7 @@ } src_install() { - dogamesbin src/${MY_PN} || die + dogamesbin src/${MY_PN} doman doc/${MY_PN}.6 dodoc AUTHORS CONTRIB ChangeLog README doc/redcode.ref 1.11 games-simulation/pmars-sdl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/pmars-sdl/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/pmars-sdl/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/pmars-sdl/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 18 Oct 2010 19:16:34 -0000 1.10 +++ ChangeLog 15 Feb 2015 09:35:24 -0000 1.11 @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/pmars-sdl -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/ChangeLog,v 1.10 2010/10/18 19:16:34 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/ChangeLog,v 1.11 2015/02/15 09:35:24 mr_bones_ Exp $ + + 15 Feb 2015; Michael Sterrett <[email protected]> pmars-sdl-0.9.2e.ebuild: + EAPI=5; update HOMEPAGE 18 Oct 2010; Michael Sterrett <[email protected]> pmars-sdl-0.9.2e.ebuild: @@ -36,4 +39,3 @@ pmars-sdl-0.9.2e.ebuild: initial commit; ebuild based on the one submitted by Andreas Scholta via bug #40738 -
