diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-15 09:35:24 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-15 09:35:24 +0000 |
commit | 0334a52ae5ec188c8880e2c236a82a32404d346f (patch) | |
tree | 9f74e2bfc13eaa9abbe7527c88cd118802d5496c /games-simulation | |
parent | fix deps with ocaml 4.02, bug #537252 (diff) | |
download | gentoo-2-0334a52ae5ec188c8880e2c236a82a32404d346f.tar.gz gentoo-2-0334a52ae5ec188c8880e2c236a82a32404d346f.tar.bz2 gentoo-2-0334a52ae5ec188c8880e2c236a82a32404d346f.zip |
EAPI=5; update HOMEPAGE
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/pmars-sdl/ChangeLog | 8 | ||||
-rw-r--r-- | games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild | 12 |
2 files changed, 11 insertions, 9 deletions
diff --git a/games-simulation/pmars-sdl/ChangeLog b/games-simulation/pmars-sdl/ChangeLog index 6ac43df2ae42..f9a2c456e7af 100644 --- a/games-simulation/pmars-sdl/ChangeLog +++ b/games-simulation/pmars-sdl/ChangeLog @@ -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 <mr_bones_@gentoo.org> pmars-sdl-0.9.2e.ebuild: + EAPI=5; update HOMEPAGE 18 Oct 2010; Michael Sterrett <mr_bones_@gentoo.org> 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 - diff --git a/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild b/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild index 6cf7d3d3348a..9efe018f46e9 100644 --- a/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild +++ b/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild @@ -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_PV="${PV/e/-5}" 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_compile() { } src_install() { - dogamesbin src/${MY_PN} || die + dogamesbin src/${MY_PN} doman doc/${MY_PN}.6 dodoc AUTHORS CONTRIB ChangeLog README doc/redcode.ref |