* [gentoo-commits] gentoo-x86 commit in games-action/xpilot-ng: ChangeLog xpilot-ng-4.7.3.ebuild
@ 2010-11-20 20:08 Alfredo Tupone (tupone)
0 siblings, 0 replies; 4+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-11-20 20:08 UTC (permalink / raw
To: gentoo-commits
tupone 10/11/20 20:08:22
Modified: ChangeLog
Added: xpilot-ng-4.7.3.ebuild
Log:
Version bump to 4.7.3 Bug #339490
(Portage version: 2.1.9.24/cvs/Linux i686)
Revision Changes Path
1.15 games-action/xpilot-ng/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot-ng/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot-ng/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot-ng/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 16 Jun 2010 02:02:46 -0000 1.14
+++ ChangeLog 20 Nov 2010 20:08:22 -0000 1.15
@@ -1,6 +1,12 @@
# 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.14 2010/06/16 02:02:46 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/ChangeLog,v 1.15 2010/11/20 20:08:22 tupone Exp $
+
+*xpilot-ng-4.7.3 (20 Nov 2010)
+
+ 20 Nov 2010; Tupone Alfredo <tupone@gentoo.org> +xpilot-ng-4.7.3.ebuild,
+ +files/xpilot-ng-4.7.3-xpngcc.patch:
+ Version bump to 4.7.3 Bug #339490 by Hans Meier
16 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
xpilot-ng-4.7.2-r1.ebuild:
1.1 games-action/xpilot-ng/xpilot-ng-4.7.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.3.ebuild?rev=1.1&content-type=text/plain
Index: xpilot-ng-4.7.3.ebuild
===================================================================
# 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.3.ebuild,v 1.1 2010/11/20 20:08:22 tupone Exp $
EAPI=2
PYTHON_DEPEND="2"
inherit python eutils multilib games
DESCRIPTION="Improvement of the multiplayer space game XPilot"
HOMEPAGE="http://xpilot.sourceforge.net/"
SRC_URI="mirror://sourceforge/xpilot/xpilot_ng/${P}/${P}.tar.gz
mirror://gentoo/${PN}.png"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="openal sdl"
RDEPEND="x11-libs/libX11
x11-libs/libICE
x11-libs/libSM
dev-libs/expat
openal? ( media-libs/openal )
dev-python/wxpython:2.6
sdl? (
virtual/opengl
media-libs/libsdl
media-libs/sdl-image
media-libs/sdl-ttf
)"
DEPEND="${RDEPEND}
x11-proto/xextproto
x11-proto/xproto"
pkg_setup() {
python_set_active_version 2
games_pkg_setup
}
src_prepare() {
epatch "${FILESDIR}/${P}"-xpngcc.patch
sed -i \
-e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}:" \
contrib/xpngcc/config.py \
|| die "sed failed"
}
src_configure() {
egamesconf \
--disable-dependency-tracking \
$(use_enable sdl sdl-client) \
$(use_enable sdl sdl-gameloop) \
$(use_enable openal sound)
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog README
insinto "${GAMES_DATADIR}"/${PN}/xpngcc
doins contrib/xpngcc/*.py contrib/xpngcc/*.png
exeinto "${GAMES_DATADIR}"/${PN}/xpngcc
doexe contrib/xpngcc/xpngcc.py
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"
prepgamesdirs
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-action/xpilot-ng: ChangeLog xpilot-ng-4.7.3.ebuild
@ 2011-02-10 11:22 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-02-10 11:22 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/02/10 11:22:05
Modified: ChangeLog xpilot-ng-4.7.3.ebuild
Log:
x86 stable wrt bug #353995
(Portage version: 2.1.9.25/cvs/Linux i686)
Revision Changes Path
1.16 games-action/xpilot-ng/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot-ng/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot-ng/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot-ng/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 20 Nov 2010 20:08:22 -0000 1.15
+++ ChangeLog 10 Feb 2011 11:22:05 -0000 1.16
@@ -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.15 2010/11/20 20:08:22 tupone Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/ChangeLog,v 1.16 2011/02/10 11:22:05 phajdan.jr Exp $
+
+ 10 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ xpilot-ng-4.7.3.ebuild:
+ x86 stable wrt bug #353995
*xpilot-ng-4.7.3 (20 Nov 2010)
1.2 games-action/xpilot-ng/xpilot-ng-4.7.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.3.ebuild?r1=1.1&r2=1.2
Index: xpilot-ng-4.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xpilot-ng-4.7.3.ebuild 20 Nov 2010 20:08:22 -0000 1.1
+++ xpilot-ng-4.7.3.ebuild 10 Feb 2011 11:22:05 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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.3.ebuild,v 1.1 2010/11/20 20:08:22 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.3.ebuild,v 1.2 2011/02/10 11:22:05 phajdan.jr Exp $
EAPI=2
PYTHON_DEPEND="2"
@@ -13,7 +13,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.3.ebuild
@ 2011-02-11 19:11 Markos Chandras (hwoarang)
0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-02-11 19:11 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/02/11 19:11:07
Modified: ChangeLog xpilot-ng-4.7.3.ebuild
Log:
Stable on amd64 wrt bug #353995
(Portage version: 2.1.9.39/cvs/Linux x86_64)
Revision Changes Path
1.17 games-action/xpilot-ng/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot-ng/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot-ng/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot-ng/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 10 Feb 2011 11:22:05 -0000 1.16
+++ ChangeLog 11 Feb 2011 19:11:06 -0000 1.17
@@ -1,6 +1,9 @@
# ChangeLog for games-action/xpilot-ng
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/ChangeLog,v 1.16 2011/02/10 11:22:05 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/ChangeLog,v 1.17 2011/02/11 19:11:06 hwoarang Exp $
+
+ 11 Feb 2011; Markos Chandras <hwoarang@gentoo.org> xpilot-ng-4.7.3.ebuild:
+ Stable on amd64 wrt bug #353995
10 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
xpilot-ng-4.7.3.ebuild:
1.3 games-action/xpilot-ng/xpilot-ng-4.7.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.3.ebuild?r1=1.2&r2=1.3
Index: xpilot-ng-4.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xpilot-ng-4.7.3.ebuild 10 Feb 2011 11:22:05 -0000 1.2
+++ xpilot-ng-4.7.3.ebuild 11 Feb 2011 19:11:06 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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.3.ebuild,v 1.2 2011/02/10 11:22:05 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.3.ebuild,v 1.3 2011/02/11 19:11:06 hwoarang Exp $
EAPI=2
PYTHON_DEPEND="2"
@@ -13,7 +13,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.3.ebuild
@ 2011-03-04 13:00 Brent Baude (ranger)
0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2011-03-04 13:00 UTC (permalink / raw
To: gentoo-commits
ranger 11/03/04 13:00:31
Modified: ChangeLog xpilot-ng-4.7.3.ebuild
Log:
stable ppc, bug 353995
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Revision Changes Path
1.18 games-action/xpilot-ng/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot-ng/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot-ng/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot-ng/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 11 Feb 2011 19:11:06 -0000 1.17
+++ ChangeLog 4 Mar 2011 13:00:31 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for games-action/xpilot-ng
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/ChangeLog,v 1.17 2011/02/11 19:11:06 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/ChangeLog,v 1.18 2011/03/04 13:00:31 ranger Exp $
+
+ 04 Mar 2011; Brent Baude <ranger@gentoo.org> xpilot-ng-4.7.3.ebuild:
+ stable ppc, bug 353995
11 Feb 2011; Markos Chandras <hwoarang@gentoo.org> xpilot-ng-4.7.3.ebuild:
Stable on amd64 wrt bug #353995
1.4 games-action/xpilot-ng/xpilot-ng-4.7.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.3.ebuild?r1=1.3&r2=1.4
Index: xpilot-ng-4.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xpilot-ng-4.7.3.ebuild 11 Feb 2011 19:11:06 -0000 1.3
+++ xpilot-ng-4.7.3.ebuild 4 Mar 2011 13:00:31 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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.3.ebuild,v 1.3 2011/02/11 19:11:06 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.3.ebuild,v 1.4 2011/03/04 13:00:31 ranger Exp $
EAPI=2
PYTHON_DEPEND="2"
@@ -13,7 +13,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
end of thread, other threads:[~2011-03-04 13:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-10 11:22 [gentoo-commits] gentoo-x86 commit in games-action/xpilot-ng: ChangeLog xpilot-ng-4.7.3.ebuild PaweA Hajdan (phajdan.jr)
-- strict thread matches above, loose matches on Subject: below --
2011-03-04 13:00 Brent Baude (ranger)
2011-02-11 19:11 Markos Chandras (hwoarang)
2010-11-20 20:08 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