public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Sterrett (mr_bones_)" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-simulation/crashtest: crashtest-1.1.ebuild ChangeLog
Date: Thu, 10 Apr 2014 06:33:20 +0000 (UTC)	[thread overview]
Message-ID: <20140410063321.04EDC2004B@flycatcher.gentoo.org> (raw)

mr_bones_    14/04/10 06:33:20

  Modified:             crashtest-1.1.ebuild ChangeLog
  Log:
  EAPI=5; fix up HOMEPAGE,SRC_URI (bug #499706)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  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.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crashtest/crashtest-1.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crashtest/crashtest-1.1.ebuild?r1=1.4&r2=1.5

Index: crashtest-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/crashtest/crashtest-1.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- crashtest-1.1.ebuild	20 Mar 2011 20:17:03 -0000	1.4
+++ crashtest-1.1.ebuild	10 Apr 2014 06:33:20 -0000	1.5
@@ -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_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
+	emake DESTDIR="${D}" install
 	dodoc README
 	make_desktop_entry ${PN} Crashtest
 	prepgamesdirs



1.12                 games-simulation/crashtest/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crashtest/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crashtest/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/crashtest/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/crashtest/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	17 May 2012 06:18:08 -0000	1.11
+++ ChangeLog	10 Apr 2014 06:33:20 -0000	1.12
@@ -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
-





             reply	other threads:[~2014-04-10  6:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-10  6:33 Michael Sterrett (mr_bones_) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-02-18 19:42 [gentoo-commits] gentoo-x86 commit in games-simulation/crashtest: crashtest-1.1.ebuild ChangeLog Michael Sterrett (mr_bones_)
2011-03-20 20:17 Justin Lecher (jlec)
2010-09-16 17:51 Tomas Chvatal (scarabeus)
2009-11-26 20:03 Markus Meier (maekke)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140410063321.04EDC2004B@flycatcher.gentoo.org \
    --to=mr_bones_@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox