diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-18 19:42:07 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-18 19:42:07 +0000 |
commit | 8aa7b7e0129c606d7d4e2cc34cc1d028e45057e3 (patch) | |
tree | 48bf36a58687255e419d4ae94a3b20422407a2b2 /games-simulation | |
parent | add slot dep for boost (diff) | |
download | gentoo-2-8aa7b7e0129c606d7d4e2cc34cc1d028e45057e3.tar.gz gentoo-2-8aa7b7e0129c606d7d4e2cc34cc1d028e45057e3.tar.bz2 gentoo-2-8aa7b7e0129c606d7d4e2cc34cc1d028e45057e3.zip |
tidy
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/crashtest/ChangeLog | 7 | ||||
-rw-r--r-- | games-simulation/crashtest/crashtest-1.1.ebuild | 10 |
2 files changed, 9 insertions, 8 deletions
diff --git a/games-simulation/crashtest/ChangeLog b/games-simulation/crashtest/ChangeLog index f33591b4b861..089a271f6137 100644 --- a/games-simulation/crashtest/ChangeLog +++ b/games-simulation/crashtest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/crashtest -# 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 $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/crashtest/ChangeLog,v 1.13 2015/02/18 19:42:07 mr_bones_ Exp $ + + 18 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> crashtest-1.1.ebuild: + tidy 10 Apr 2014; Michael Sterrett <mr_bones_@gentoo.org> crashtest-1.1.ebuild: EAPI=5; fix up HOMEPAGE,SRC_URI (bug #499706) diff --git a/games-simulation/crashtest/crashtest-1.1.ebuild b/games-simulation/crashtest/crashtest-1.1.ebuild index 5bd685bc8a3d..d65bd0bf0d49 100644 --- a/games-simulation/crashtest/crashtest-1.1.ebuild +++ b/games-simulation/crashtest/crashtest-1.1.ebuild @@ -1,6 +1,6 @@ -# 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-simulation/crashtest/crashtest-1.1.ebuild,v 1.5 2014/04/10 06:33:20 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/crashtest/crashtest-1.1.ebuild,v 1.6 2015/02/18 19:42:07 mr_bones_ Exp $ EAPI=5 inherit eutils flag-o-matic games @@ -31,14 +31,12 @@ src_prepare() { sed -i \ -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \ -e "s:@GENTOO_BINDIR@:${GAMES_BINDIR}:" \ - Makefile ${PN}.cxx \ - || die "sed failed" + Makefile ${PN}.cxx || die append-flags -DHAVE_ISNANF } src_install() { - emake DESTDIR="${D}" install - dodoc README + default make_desktop_entry ${PN} Crashtest prepgamesdirs } |