public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-strategy/ufo-ai: ChangeLog ufo-ai-2.2.1.ebuild
@ 2010-02-21 15:02 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-02-21 15:02 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/02/21 15:02:23

  Modified:             ChangeLog ufo-ai-2.2.1.ebuild
  Log:
  make_desktop_entry cleanup (bug #306193)
  (Portage version: 2.1.7.16/cvs/Linux i686)

Revision  Changes    Path
1.23                 games-strategy/ufo-ai/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	19 Jan 2010 14:41:41 -0000	1.22
+++ ChangeLog	21 Feb 2010 15:02:22 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/ufo-ai
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.22 2010/01/19 14:41:41 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.23 2010/02/21 15:02:22 mr_bones_ Exp $
+
+  21 Feb 2010; Michael Sterrett <mr_bones_@gentoo.org> ufo-ai-2.2.1.ebuild:
+  make_desktop_entry cleanup (bug #306193)
 
   19 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> ufo-ai-2.2.1.ebuild:
   Fix building (conflicting type of jpeg_mem_src) with jpeg-8 wrt #301450 by



1.6                  games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild?r1=1.5&r2=1.6

Index: ufo-ai-2.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ufo-ai-2.2.1.ebuild	19 Jan 2010 14:42:14 -0000	1.5
+++ ufo-ai-2.2.1.ebuild	21 Feb 2010 15:02:22 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild,v 1.5 2010/01/19 14:42:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild,v 1.6 2010/02/21 15:02:22 mr_bones_ Exp $
 
 EAPI=2
 inherit eutils games
@@ -85,11 +85,11 @@
 	dogamesbin ufoded || die "Failed installing server"
 	newicon src/ports/linux/installer/data/ufo.xpm ${PN}.xpm \
 		|| die "Failed installing icon"
-	make_desktop_entry ${PN}-ded "UFO: Alien Invasion Server" ${PN}.xpm
+	make_desktop_entry ${PN}-ded "UFO: Alien Invasion Server"
 	if ! use dedicated ; then
 		# client
 		newgamesbin ufo ${PN} || die "Failed installing client"
-		make_desktop_entry ${PN} "UFO: Alien Invasion" ${PN}.xpm
+		make_desktop_entry ${PN} "UFO: Alien Invasion"
 	fi
 
 	if use editor ; then






^ permalink raw reply	[flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-strategy/ufo-ai: ChangeLog ufo-ai-2.2.1.ebuild
@ 2010-03-10 18:37 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-03-10 18:37 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/03/10 18:37:23

  Modified:             ChangeLog ufo-ai-2.2.1.ebuild
  Log:
  Fix building with libpng14 wrt #308863 by Locke Shinseiko.
  (Portage version: 2.2_rc66/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 games-strategy/ufo-ai/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	2 Mar 2010 10:44:00 -0000	1.24
+++ ChangeLog	10 Mar 2010 18:37:22 -0000	1.25
@@ -1,6 +1,10 @@
 # ChangeLog for games-strategy/ufo-ai
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.24 2010/03/02 10:44:00 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.25 2010/03/10 18:37:22 ssuominen Exp $
+
+  10 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> ufo-ai-2.2.1.ebuild,
+  +files/ufo-ai-2.2.1-libpng14.patch:
+  Fix building with libpng14 wrt #308863 by Locke Shinseiko.
 
   02 Mar 2010; Tupone Alfredo <tupone@gentoo.org> ufo-ai-2.2.1.ebuild,
   +files/ufo-ai-2.2.1-noelfonshared.patch:



1.8                  games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild?r1=1.7&r2=1.8

Index: ufo-ai-2.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ufo-ai-2.2.1.ebuild	2 Mar 2010 10:44:00 -0000	1.7
+++ ufo-ai-2.2.1.ebuild	10 Mar 2010 18:37:22 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild,v 1.7 2010/03/02 10:44:00 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild,v 1.8 2010/03/10 18:37:22 ssuominen Exp $
 
 EAPI=2
 inherit eutils games
@@ -46,7 +46,8 @@
 
 	# Set basedir & fixes bug in finding text files - it should use fs_basedir
 	epatch "${FILESDIR}"/${P}-gentoo.patch \
-		"${FILESDIR}"/${P}-noelfonshared.patch
+		"${FILESDIR}"/${P}-noelfonshared.patch \
+		"${FILESDIR}"/${P}-libpng14.patch
 
 	sed -i \
 		-e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \






^ permalink raw reply	[flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-strategy/ufo-ai: ChangeLog ufo-ai-2.2.1.ebuild
@ 2010-03-02 10:44 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-03-02 10:44 UTC (permalink / raw
  To: gentoo-commits

tupone      10/03/02 10:44:01

  Modified:             ChangeLog ufo-ai-2.2.1.ebuild
  Log:
  Do not install ELF under share. Bug #304707
  (Portage version: 2.1.7.16/cvs/Linux i686)

Revision  Changes    Path
1.24                 games-strategy/ufo-ai/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	21 Feb 2010 15:02:22 -0000	1.23
+++ ChangeLog	2 Mar 2010 10:44:00 -0000	1.24
@@ -1,6 +1,10 @@
 # ChangeLog for games-strategy/ufo-ai
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.23 2010/02/21 15:02:22 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.24 2010/03/02 10:44:00 tupone Exp $
+
+  02 Mar 2010; Tupone Alfredo <tupone@gentoo.org> ufo-ai-2.2.1.ebuild,
+  +files/ufo-ai-2.2.1-noelfonshared.patch:
+  Do not install ELF under share. Bug #304707 by flameeyes@gentoo.org
 
   21 Feb 2010; Michael Sterrett <mr_bones_@gentoo.org> ufo-ai-2.2.1.ebuild:
   make_desktop_entry cleanup (bug #306193)



1.7                  games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild?r1=1.6&r2=1.7

Index: ufo-ai-2.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ufo-ai-2.2.1.ebuild	21 Feb 2010 15:02:22 -0000	1.6
+++ ufo-ai-2.2.1.ebuild	2 Mar 2010 10:44:00 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild,v 1.6 2010/02/21 15:02:22 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild,v 1.7 2010/03/02 10:44:00 tupone Exp $
 
 EAPI=2
 inherit eutils games
@@ -45,10 +45,12 @@
 	mv "${WORKDIR}/base" "${S}" || die
 
 	# Set basedir & fixes bug in finding text files - it should use fs_basedir
-	epatch "${FILESDIR}"/${P}-gentoo.patch
+	epatch "${FILESDIR}"/${P}-gentoo.patch \
+		"${FILESDIR}"/${P}-noelfonshared.patch
 
 	sed -i \
 		-e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \
+		-e "s:@GAMES_LIBDIR@:$(games_get_libdir)/${PN}:" \
 		src/common/files.c \
 		src/tools/gtkradiant/games/ufoai.game \
 		src/client/cl_main.c \
@@ -78,6 +80,8 @@
 	fi
 
 	emake || die "emake failed"
+	mv base/game.so . \
+		|| die "Failed moving game library"
 }
 
 src_install() {
@@ -96,6 +100,9 @@
 		dogamesbin ufo2map || die "Failed installing editor"
 	fi
 
+	exeinto "$(games_get_libdir)"/${PN}
+	doexe game.so || die "Failed installing game library"
+
 	insinto "${GAMES_DATADIR}"/${PN}
 	doins -r base || die "doins -r failed"
 	if use doc ; then






^ permalink raw reply	[flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-strategy/ufo-ai: ChangeLog ufo-ai-2.2.1.ebuild
@ 2010-01-19 14:41 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-01-19 14:41 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/01/19 14:41:41

  Modified:             ChangeLog ufo-ai-2.2.1.ebuild
  Log:
  Fix building (conflicting type of jpeg_mem_src) with jpeg-8 wrt #301450 by Jimmy Jazz.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 games-strategy/ufo-ai/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	10 Aug 2009 00:35:30 -0000	1.21
+++ ChangeLog	19 Jan 2010 14:41:41 -0000	1.22
@@ -1,6 +1,10 @@
 # ChangeLog for games-strategy/ufo-ai
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.21 2009/08/10 00:35:30 mr_bones_ Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.22 2010/01/19 14:41:41 ssuominen Exp $
+
+  19 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> ufo-ai-2.2.1.ebuild:
+  Fix building (conflicting type of jpeg_mem_src) with jpeg-8 wrt #301450 by
+  Jimmy Jazz.
 
   10 Aug 2009; Michael Sterrett <mr_bones_@gentoo.org> ufo-ai-2.2.1.ebuild:
   EAPI=2



1.4                  games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild?r1=1.3&r2=1.4

Index: ufo-ai-2.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ufo-ai-2.2.1.ebuild	22 Sep 2009 19:43:02 -0000	1.3
+++ ufo-ai-2.2.1.ebuild	19 Jan 2010 14:41:41 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild,v 1.3 2009/09/22 19:43:02 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild,v 1.4 2010/01/19 14:41:41 ssuominen Exp $
 
 EAPI=2
 inherit eutils games
@@ -54,6 +54,10 @@
 		src/client/cl_main.c \
 		src/client/cl_language.c \
 		|| die "sed failed"
+	
+	sed -i \
+		-e "s:jpeg_mem_src:_&:" \
+		src/{renderer/r_image,tools/ufo2map/common/imagelib}.c || die
 }
 
 src_configure() {






^ permalink raw reply	[flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-strategy/ufo-ai: ChangeLog ufo-ai-2.2.1.ebuild
@ 2009-08-10  0:35 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-08-10  0:35 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/08/10 00:35:30

  Modified:             ChangeLog ufo-ai-2.2.1.ebuild
  Log:
  EAPI=2
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.21                 games-strategy/ufo-ai/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	4 Oct 2008 19:46:06 -0000	1.20
+++ ChangeLog	10 Aug 2009 00:35:30 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/ufo-ai
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.20 2008/10/04 19:46:06 tupone Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.21 2009/08/10 00:35:30 mr_bones_ Exp $
+
+  10 Aug 2009; Michael Sterrett <mr_bones_@gentoo.org> ufo-ai-2.2.1.ebuild:
+  EAPI=2
 
 *ufo-ai-2.2.1 (04 Oct 2008)
 



1.2                  games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild?r1=1.1&r2=1.2

Index: ufo-ai-2.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ufo-ai-2.2.1.ebuild	4 Oct 2008 19:46:06 -0000	1.1
+++ ufo-ai-2.2.1.ebuild	10 Aug 2009 00:35:30 -0000	1.2
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild,v 1.1 2008/10/04 19:46:06 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.2.1.ebuild,v 1.2 2009/08/10 00:35:30 mr_bones_ Exp $
 
+EAPI=2
 inherit eutils autotools games
 
 MY_P="${P/o-a/oa}"
@@ -39,11 +40,9 @@
 
 S=${WORKDIR}/${MY_P}-source
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	# move data from packages to source dir
-	mv "${WORKDIR}/base" "${S}"
+	mv "${WORKDIR}/base" "${S}" || die
 
 	# Set basedir & fixes bug in finding text files - it should use fs_basedir
 	epatch "${FILESDIR}"/${P}-gentoo.patch
@@ -57,7 +56,7 @@
 		|| die "sed failed"
 }
 
-src_compile() {
+src_configure() {
 	egamesconf \
 		$(use_enable mmx) \
 		--enable-release \
@@ -65,7 +64,9 @@
 		--enable-dedicated \
 		$(use_enable !dedicated client) \
 		--with-shaders
+}
 
+src_compile() {
 	emake lang || die "emake langs failed"
 
 	if use doc ; then






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-03-10 18:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-21 15:02 [gentoo-commits] gentoo-x86 commit in games-strategy/ufo-ai: ChangeLog ufo-ai-2.2.1.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2010-03-10 18:37 Samuli Suominen (ssuominen)
2010-03-02 10:44 Alfredo Tupone (tupone)
2010-01-19 14:41 Samuli Suominen (ssuominen)
2009-08-10  0:35 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