diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2014-04-10 06:33:20 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2014-04-10 06:33:20 +0000 |
commit | 0ffd7d47dd762da60fb4cfe8527902779d0693f7 (patch) | |
tree | 5bd25bf2d516d2512901ee44a702270d9c902776 /games-simulation/crashtest | |
parent | fix up HOMEPAGE,SRC_URI (bug #499702); EAPI=5; improve icon handling (diff) | |
download | gentoo-2-0ffd7d47dd762da60fb4cfe8527902779d0693f7.tar.gz gentoo-2-0ffd7d47dd762da60fb4cfe8527902779d0693f7.tar.bz2 gentoo-2-0ffd7d47dd762da60fb4cfe8527902779d0693f7.zip |
EAPI=5; fix up HOMEPAGE,SRC_URI (bug #499706)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-simulation/crashtest')
-rw-r--r-- | games-simulation/crashtest/ChangeLog | 8 | ||||
-rw-r--r-- | games-simulation/crashtest/crashtest-1.1.ebuild | 12 |
2 files changed, 11 insertions, 9 deletions
diff --git a/games-simulation/crashtest/ChangeLog b/games-simulation/crashtest/ChangeLog index ba3fc1e10113..f33591b4b861 100644 --- a/games-simulation/crashtest/ChangeLog +++ b/games-simulation/crashtest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/crashtest -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/crashtest/ChangeLog,v 1.11 2012/05/17 06:18:08 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/crashtest/ChangeLog,v 1.12 2014/04/10 06:33:20 mr_bones_ Exp $ + + 10 Apr 2014; Michael Sterrett <mr_bones_@gentoo.org> crashtest-1.1.ebuild: + EAPI=5; fix up HOMEPAGE,SRC_URI (bug #499706) 17 May 2012; Michael Sterrett <mr_bones_@gentoo.org> files/crashtest-1.1-gentoo.patch: @@ -43,4 +46,3 @@ 18 May 2007; Tupone Alfredo <tupone@gentoo.org> +files/crashtest-1.0-gentoo.patch, +metadata.xml, +crashtest-1.0.ebuild: New package. Bug #153560 by Paul Bredbury - diff --git a/games-simulation/crashtest/crashtest-1.1.ebuild b/games-simulation/crashtest/crashtest-1.1.ebuild index 4e409c79c8d7..5bd685bc8a3d 100644 --- a/games-simulation/crashtest/crashtest-1.1.ebuild +++ b/games-simulation/crashtest/crashtest-1.1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/crashtest/crashtest-1.1.ebuild,v 1.4 2011/03/20 20:17:03 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/crashtest/crashtest-1.1.ebuild,v 1.5 2014/04/10 06:33:20 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit eutils flag-o-matic games DESCRIPTION="Educational car crash simulator" -HOMEPAGE="http://bram.creative4vision.nl/crashtest/" -SRC_URI="http://bram.creative4vision.nl/${PN}/${P}.tar.gz" +HOMEPAGE="http://www.stolk.org/crashtest/" +SRC_URI="http://www.stolk.org/crashtest/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -37,7 +37,7 @@ src_prepare() { } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + emake DESTDIR="${D}" install dodoc README make_desktop_entry ${PN} Crashtest prepgamesdirs |