public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julian Ospald (hasufell)" <hasufell@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-fps/urbanterror: ChangeLog urbanterror-4.1.1.ebuild
Date: Sat,  2 Jun 2012 16:02:56 +0000 (UTC)	[thread overview]
Message-ID: <20120602160256.114092004B@flycatcher.gentoo.org> (raw)

hasufell    12/06/02 16:02:56

  Modified:             ChangeLog urbanterror-4.1.1.ebuild
  Log:
  bump to EAPI=4
  
  (Portage version: 2.2.0_alpha109/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  games-fps/urbanterror/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/urbanterror/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/urbanterror/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/urbanterror/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/urbanterror/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	24 May 2012 23:37:46 -0000	1.1
+++ ChangeLog	2 Jun 2012 16:02:55 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for games-fps/urbanterror
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/urbanterror/ChangeLog,v 1.1 2012/05/24 23:37:46 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/urbanterror/ChangeLog,v 1.2 2012/06/02 16:02:55 hasufell Exp $
+
+  02 Jun 2012; Julian Ospald <hasufell@gentoo.org> urbanterror-4.1.1.ebuild:
+  bump to EAPI=4
 
 *urbanterror-4.1.1 (24 May 2012)
 



1.2                  games-fps/urbanterror/urbanterror-4.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/urbanterror/urbanterror-4.1.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/urbanterror/urbanterror-4.1.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/urbanterror/urbanterror-4.1.1.ebuild?r1=1.1&r2=1.2

Index: urbanterror-4.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/urbanterror/urbanterror-4.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- urbanterror-4.1.1.ebuild	24 May 2012 23:37:46 -0000	1.1
+++ urbanterror-4.1.1.ebuild	2 Jun 2012 16:02:55 -0000	1.2
@@ -1,8 +1,8 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/urbanterror/urbanterror-4.1.1.ebuild,v 1.1 2012/05/24 23:37:46 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/urbanterror/urbanterror-4.1.1.ebuild,v 1.2 2012/06/02 16:02:55 hasufell Exp $
 
-EAPI=3
+EAPI=4
 
 inherit eutils games
 
@@ -88,7 +88,7 @@
 		USE_LOCAL_HEADERS=0 \
 		OPTIMIZEVM="" \
 		Q="" \
-		release || die
+		release
 }
 
 src_install() {
@@ -100,17 +100,17 @@
 	dodoc ChangeLog NOTTODO README TODO {md4,voip}-readme.txt
 
 	insinto "${GAMES_DATADIR}"/${PN}/q3ut4
-	doins -r "${WORKDIR}"/UrbanTerror/q3ut4/{*.pk3,demos/,description.txt} || die
+	doins -r "${WORKDIR}"/UrbanTerror/q3ut4/{*.pk3,demos/,description.txt}
 
 	if use !dedicated ; then
-		newgamesbin build/release-linux-${my_arch}/ioquake3-smp.${my_arch} ${PN} || die
+		newgamesbin build/release-linux-${my_arch}/ioquake3-smp.${my_arch} ${PN}
 		make_desktop_entry ${PN} "UrbanTerror"
 	fi
 
 	if use dedicated || use server ; then
-		newgamesbin build/release-linux-${my_arch}/ioq3ded.${my_arch} ${PN}-dedicated || die
-		newins "${WORKDIR}"/UrbanTerror/q3ut4/mapcycle.txt mapcycle.txt.example || die
-		newins "${WORKDIR}"/UrbanTerror/q3ut4/server.cfg q3config_server.cfg.example || die
+		newgamesbin build/release-linux-${my_arch}/ioq3ded.${my_arch} ${PN}-dedicated
+		newins "${WORKDIR}"/UrbanTerror/q3ut4/mapcycle.txt mapcycle.txt.example
+		newins "${WORKDIR}"/UrbanTerror/q3ut4/server.cfg q3config_server.cfg.example
 	fi
 
 	prepgamesdirs






             reply	other threads:[~2012-06-02 16:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-02 16:02 Julian Ospald (hasufell) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-06-05 19:20 [gentoo-commits] gentoo-x86 commit in games-fps/urbanterror: ChangeLog urbanterror-4.1.1.ebuild Julian Ospald (hasufell)
2012-07-08 16:01 Julian Ospald (hasufell)
2012-07-09 11:42 Agostino Sarubbo (ago)
2012-07-19  7:20 Jeff Horelick (jdhore)
2015-01-27  7:25 Michael Sterrett (mr_bones_)

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=20120602160256.114092004B@flycatcher.gentoo.org \
    --to=hasufell@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