public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-action/xpilot-ng: ChangeLog xpilot-ng-4.7.2-r1.ebuild
@ 2009-06-08 10:45 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 4+ messages in thread
From: Alfredo Tupone (tupone) @ 2009-06-08 10:45 UTC (permalink / raw
  To: gentoo-commits

tupone      09/06/08 10:45:13

  Modified:             ChangeLog xpilot-ng-4.7.2-r1.ebuild
  Log:
  Fix build with glibc-2.10. Bug #272655
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 games-action/xpilot-ng/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xpilot-ng/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xpilot-ng/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xpilot-ng/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	2 Oct 2007 03:53:18 -0000	1.10
+++ ChangeLog	8 Jun 2009 10:45:13 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/xpilot-ng
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/ChangeLog,v 1.10 2007/10/02 03:53:18 dirtyepic Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/ChangeLog,v 1.11 2009/06/08 10:45:13 tupone Exp $
+
+  08 Jun 2009; Alfredo Tupone <tupone@gentoo.org>
+  +files/xpilot-ng-4.7.2-glibc210.patch, xpilot-ng-4.7.2-r1.ebuild:
+  Fix build with glibc-2.10. Bug #272655 by Diego Petteno'
 
   02 Oct 2007; Ryan Hill <dirtyepic@gentoo.org> xpilot-ng-4.7.2-r1.ebuild:
   Lock wxpython to 2.6.



1.6                  games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild?r1=1.5&r2=1.6

Index: xpilot-ng-4.7.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xpilot-ng-4.7.2-r1.ebuild	2 Oct 2007 03:53:18 -0000	1.5
+++ xpilot-ng-4.7.2-r1.ebuild	8 Jun 2009 10:45:13 -0000	1.6
@@ -1,6 +1,7 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild,v 1.5 2007/10/02 03:53:18 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild,v 1.6 2009/06/08 10:45:13 tupone Exp $
+EAPI=2
 
 inherit python eutils multilib games
 
@@ -30,10 +31,9 @@
 	x11-proto/xextproto
 	x11-proto/xproto"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}/${P}"-xpngcc.patch
+src_prepare() {
+	epatch "${FILESDIR}/${P}"-xpngcc.patch \
+		"${FILESDIR}"/${P}-glibc210.patch
 
 	sed -i \
 		-e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}:" \
@@ -41,15 +41,13 @@
 		|| die "sed failed"
 }
 
-src_compile() {
+src_configure() {
 	egamesconf \
 		--disable-dependency-tracking \
 		$(use_enable sdl sdl-client) \
 		$(use_enable sdl sdl-gameloop) \
 		$(use_enable openal sound) \
 		|| die
-
-	emake || die "emake failed"
 }
 
 src_install() {






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

* [gentoo-commits] gentoo-x86 commit in games-action/xpilot-ng: ChangeLog xpilot-ng-4.7.2-r1.ebuild
@ 2009-11-23 13:46 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2009-11-23 13:46 UTC (permalink / raw
  To: gentoo-commits

maekke      09/11/23 13:46:30

  Modified:             ChangeLog xpilot-ng-4.7.2-r1.ebuild
  Log:
  amd64/x86 stable, bug #294019
  (Portage version: 2.2_rc51/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 games-action/xpilot-ng/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xpilot-ng/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xpilot-ng/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xpilot-ng/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	8 Jun 2009 10:45:13 -0000	1.11
+++ ChangeLog	23 Nov 2009 13:46:30 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/xpilot-ng
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/ChangeLog,v 1.11 2009/06/08 10:45:13 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/ChangeLog,v 1.12 2009/11/23 13:46:30 maekke Exp $
+
+  23 Nov 2009; Markus Meier <maekke@gentoo.org> xpilot-ng-4.7.2-r1.ebuild:
+  amd64/x86 stable, bug #294019
 
   08 Jun 2009; Alfredo Tupone <tupone@gentoo.org>
   +files/xpilot-ng-4.7.2-glibc210.patch, xpilot-ng-4.7.2-r1.ebuild:



1.8                  games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild?r1=1.7&r2=1.8

Index: xpilot-ng-4.7.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xpilot-ng-4.7.2-r1.ebuild	14 Oct 2009 04:44:46 -0000	1.7
+++ xpilot-ng-4.7.2-r1.ebuild	23 Nov 2009 13:46:30 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild,v 1.7 2009/10/14 04:44:46 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild,v 1.8 2009/11/23 13:46:30 maekke Exp $
 
 EAPI=2
 inherit python eutils multilib games
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="openal sdl"
 
 RDEPEND="x11-libs/libX11






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

* [gentoo-commits] gentoo-x86 commit in games-action/xpilot-ng: ChangeLog xpilot-ng-4.7.2-r1.ebuild
@ 2010-01-22 20:05 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2010-01-22 20:05 UTC (permalink / raw
  To: gentoo-commits

ranger      10/01/22 20:05:06

  Modified:             ChangeLog xpilot-ng-4.7.2-r1.ebuild
  Log:
  stable ppc, bug 294019
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.13                 games-action/xpilot-ng/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xpilot-ng/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xpilot-ng/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xpilot-ng/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	23 Nov 2009 13:46:30 -0000	1.12
+++ ChangeLog	22 Jan 2010 20:05:05 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/xpilot-ng
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/ChangeLog,v 1.12 2009/11/23 13:46:30 maekke Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/ChangeLog,v 1.13 2010/01/22 20:05:05 ranger Exp $
+
+  22 Jan 2010; Brent Baude <ranger@gentoo.org> xpilot-ng-4.7.2-r1.ebuild:
+  stable ppc, bug 294019
 
   23 Nov 2009; Markus Meier <maekke@gentoo.org> xpilot-ng-4.7.2-r1.ebuild:
   amd64/x86 stable, bug #294019



1.9                  games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild?r1=1.8&r2=1.9

Index: xpilot-ng-4.7.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xpilot-ng-4.7.2-r1.ebuild	23 Nov 2009 13:46:30 -0000	1.8
+++ xpilot-ng-4.7.2-r1.ebuild	22 Jan 2010 20:05:05 -0000	1.9
@@ -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-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild,v 1.8 2009/11/23 13:46:30 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild,v 1.9 2010/01/22 20:05:05 ranger Exp $
 
 EAPI=2
 inherit python eutils multilib games
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="openal sdl"
 
 RDEPEND="x11-libs/libX11






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

* [gentoo-commits] gentoo-x86 commit in games-action/xpilot-ng: ChangeLog xpilot-ng-4.7.2-r1.ebuild
@ 2010-06-16  2:02 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-06-16  2:02 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/06/16 02:02:46

  Modified:             ChangeLog xpilot-ng-4.7.2-r1.ebuild
  Log:
  Use Python 2 and remove deprecation warning (bug #324193).
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 games-action/xpilot-ng/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot-ng/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot-ng/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot-ng/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	22 Jan 2010 20:05:05 -0000	1.13
+++ ChangeLog	16 Jun 2010 02:02:46 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/xpilot-ng
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/ChangeLog,v 1.13 2010/01/22 20:05:05 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/ChangeLog,v 1.14 2010/06/16 02:02:46 arfrever Exp $
+
+  16 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  xpilot-ng-4.7.2-r1.ebuild:
+  Use Python 2 and remove deprecation warning (bug #324193).
 
   22 Jan 2010; Brent Baude <ranger@gentoo.org> xpilot-ng-4.7.2-r1.ebuild:
   stable ppc, bug 294019



1.10                 games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild?r1=1.9&r2=1.10

Index: xpilot-ng-4.7.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xpilot-ng-4.7.2-r1.ebuild	22 Jan 2010 20:05:05 -0000	1.9
+++ xpilot-ng-4.7.2-r1.ebuild	16 Jun 2010 02:02:46 -0000	1.10
@@ -1,8 +1,9 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild,v 1.9 2010/01/22 20:05:05 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild,v 1.10 2010/06/16 02:02:46 arfrever Exp $
 
 EAPI=2
+PYTHON_DEPEND="2"
 inherit python eutils multilib games
 
 DESCRIPTION="Improvement of the multiplayer space game XPilot"
@@ -31,6 +32,11 @@
 	x11-proto/xextproto
 	x11-proto/xproto"
 
+pkg_setup() {
+	python_set_active_version 2
+	games_pkg_setup
+}
+
 src_prepare() {
 	epatch "${FILESDIR}/${P}"-xpngcc.patch \
 		"${FILESDIR}"/${P}-glibc210.patch
@@ -52,13 +58,12 @@
 src_install() {
 	emake DESTDIR="${D}" install || die "emake install failed"
 	dodoc AUTHORS ChangeLog README
-	python_version
 	insinto "${GAMES_DATADIR}"/${PN}/xpngcc
 	doins contrib/xpngcc/*.py contrib/xpngcc/*.png
 	exeinto "${GAMES_DATADIR}"/${PN}/xpngcc
 	doexe contrib/xpngcc/xpngcc.py
-	dodir /usr/$(get_libdir)/python${PYVER}/site-packages
-	dosym "${GAMES_DATADIR}"/${PN}/xpngcc /usr/$(get_libdir)/python${PYVER}/site-packages/xpngcc
+	dodir $(python_get_sitedir)
+	dosym "${GAMES_DATADIR}"/${PN}/xpngcc $(python_get_sitedir)/xpngcc
 	dosym "${GAMES_DATADIR}"/${PN}/xpngcc/xpngcc.py "${GAMES_BINDIR}"/xpilot-ng
 	doicon "${DISTDIR}"/${PN}.png
 	make_desktop_entry ${PN} "XPilot NG"






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

end of thread, other threads:[~2010-06-16  2:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-22 20:05 [gentoo-commits] gentoo-x86 commit in games-action/xpilot-ng: ChangeLog xpilot-ng-4.7.2-r1.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-16  2:02 Arfrever Frehtes Taifersar Arahesis (arfrever)
2009-11-23 13:46 Markus Meier (maekke)
2009-06-08 10:45 Alfredo Tupone (tupone)

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