public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-fps/ut2004: ut2004-3369.3-r1.ebuild ChangeLog
@ 2015-03-28  6:52 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; only message in thread
From: Michael Sterrett (mr_bones_) @ 2015-03-28  6:52 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    15/03/28 06:52:22

  Modified:             ut2004-3369.3-r1.ebuild ChangeLog
  Log:
  EAPI=5; update SRC_URI (bug #506112)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  games-fps/ut2004/ut2004-3369.3-r1.ebuild

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

Index: ut2004-3369.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3369.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ut2004-3369.3-r1.ebuild	14 Dec 2011 17:28:54 -0000	1.2
+++ ut2004-3369.3-r1.ebuild	28 Mar 2015 06:52:21 -0000	1.3
@@ -1,17 +1,16 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3369.3-r1.ebuild,v 1.2 2011/12/14 17:28:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3369.3-r1.ebuild,v 1.3 2015/03/28 06:52:21 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils multilib games
 
 MY_P="ut2004-lnxpatch${PV%.*}-2.tar.bz2"
 DESCRIPTION="Editor's Choice Edition plus Mega Pack for the critically-acclaimed first-person shooter"
 HOMEPAGE="http://www.unrealtournament2004.com/"
-SRC_URI="mirror://3dgamers/unrealtourn2k4/${MY_P}
-	http://speculum.twistedgamer.com/pub/0day.icculus.org/${PN}/${MY_P}
+SRC_URI="
 	http://treefort.icculus.org/${PN}/${MY_P}
-	http://sonic-lux.net/data/mirror/ut2004/${MY_P}
+	http://storage.guntoo.de/downs/downloads/Patch/ut2004-v${PV/./-}-linux-dedicated.7z
 	mirror://gentoo/ut2004-v${PV/./-}-linux-dedicated.7z"
 
 LICENSE="ut2003"
@@ -41,21 +40,19 @@
 dir=${GAMES_PREFIX_OPT}/${PN}
 
 # The executable pages are required #114733
-QA_EXECSTACK_x86="${dir:1}/System/ut2004-bin
+QA_PREBUILT="${dir:1}/System/ut2004-bin
 	${dir:1}/System/ucc-bin"
 
 src_prepare() {
 	cd "${S}"/System
 
 	# These files are owned by ut2004-bonuspack-mega
-	rm -f Manifest.in{i,t} Packages.md5
-
-	rm -f ucc-bin*
+	rm -f Manifest.in{i,t} Packages.md5 ucc-bin* || die
 
 	if use amd64 ; then
 		mv -f ut2004-bin-linux-amd64 ut2004-bin || die
 	else
-		rm -f ut2004-bin-linux-amd64
+		rm -f ut2004-bin-linux-amd64 || die
 	fi
 
 	cd "${WORKDIR}"/ut2004-ucc-bin-09192008
@@ -66,22 +63,20 @@
 	fi
 
 	if use dedicated && ! use opengl ; then
-		rm -f "${S}"/System/ut2004-bin
+		rm -f "${S}"/System/ut2004-bin || die
 	fi
 }
 
 src_install() {
 	insinto "${dir}"
-	doins -r * || die "doins failed"
-	fperms +x "${dir}"/System/ucc-bin || die "fperms ucc-bin failed"
+	doins -r *
+	fperms +x "${dir}"/System/ucc-bin
 
 	if use opengl || ! use dedicated ; then
-		fperms +x "${dir}"/System/ut2004-bin || die "fperms ut2004-bin failed"
+		fperms +x "${dir}"/System/ut2004-bin
 
-		dosym /usr/$(get_libdir)/libopenal.so "${dir}"/System/openal.so \
-			|| die "dosym openal failed"
-		dosym /usr/$(get_libdir)/libSDL-1.2.so.0 "${dir}"/System/libSDL-1.2.so.0 \
-			|| die "dosym sdl failed"
+		dosym /usr/$(get_libdir)/libopenal.so "${dir}"/System/openal.so
+		dosym /usr/$(get_libdir)/libSDL-1.2.so.0 "${dir}"/System/libSDL-1.2.so.0
 
 		games_make_wrapper ut2004 ./ut2004 "${dir}" "${dir}"
 		make_desktop_entry ut2004 "Unreal Tournament 2004"



1.68                 games-fps/ut2004/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/ut2004/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	14 Dec 2011 17:28:54 -0000	1.67
+++ ChangeLog	28 Mar 2015 06:52:21 -0000	1.68
@@ -1,6 +1,9 @@
 # ChangeLog for games-fps/ut2004
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ChangeLog,v 1.67 2011/12/14 17:28:54 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ChangeLog,v 1.68 2015/03/28 06:52:21 mr_bones_ Exp $
+
+  28 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org> ut2004-3369.3-r1.ebuild:
+  EAPI=5; update SRC_URI (bug #506112)
 
   14 Dec 2011; Mike Frysinger <vapier@gentoo.org> ut2004-3369.3-r1.ebuild:
   The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now
@@ -300,4 +303,3 @@
   20 May 2004; Chris Gianelloni <wolf31o2@gentoo.org> +metadata.xml,
   +files/ut2004.xml, +ut2004-3204.ebuild:
   Initial import.  Ebuild by me.
-





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-28  6:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-28  6:52 [gentoo-commits] gentoo-x86 commit in games-fps/ut2004: ut2004-3369.3-r1.ebuild ChangeLog Michael Sterrett (mr_bones_)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox