From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 73EBB138A1A for ; Wed, 18 Feb 2015 19:42:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF99DE082D; Wed, 18 Feb 2015 19:42:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7FA65E082D for ; Wed, 18 Feb 2015 19:42:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0869B3407A8 for ; Wed, 18 Feb 2015 19:42:09 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 665) id 930F3120AB; Wed, 18 Feb 2015 19:42:07 +0000 (UTC) From: "Michael Sterrett (mr_bones_)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mr_bones_@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-simulation/crashtest: crashtest-1.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: crashtest-1.1.ebuild ChangeLog X-VCS-Directories: games-simulation/crashtest X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150218194207.930F3120AB@oystercatcher.gentoo.org> Date: Wed, 18 Feb 2015 19:42:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b70f406d-a5ea-48ee-8509-934d036e1ec2 X-Archives-Hash: 2797ee53b8e68fd0f3f2fc5528eaec7e mr_bones_ 15/02/18 19:42:07 Modified: crashtest-1.1.ebuild ChangeLog Log: tidy (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.6 games-simulation/crashtest/crashtest-1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crashtest/crashtest-1.1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crashtest/crashtest-1.1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crashtest/crashtest-1.1.ebuild?r1=1.5&r2=1.6 Index: crashtest-1.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-simulation/crashtest/crashtest-1.1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- crashtest-1.1.ebuild 10 Apr 2014 06:33:20 -0000 1.5 +++ crashtest-1.1.ebuild 18 Feb 2015 19:42:07 -0000 1.6 @@ -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 @@ 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 } 1.13 games-simulation/crashtest/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crashtest/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crashtest/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crashtest/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-simulation/crashtest/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 10 Apr 2014 06:33:20 -0000 1.12 +++ ChangeLog 18 Feb 2015 19:42:07 -0000 1.13 @@ -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 crashtest-1.1.ebuild: + tidy 10 Apr 2014; Michael Sterrett crashtest-1.1.ebuild: EAPI=5; fix up HOMEPAGE,SRC_URI (bug #499706)