public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-action/xpilot: xpilot-4.5.5.ebuild ChangeLog
@ 2010-04-06 18:58 Tristan Heaven (nyhm)
  0 siblings, 0 replies; 3+ messages in thread
From: Tristan Heaven (nyhm) @ 2010-04-06 18:58 UTC (permalink / raw
  To: gentoo-commits

nyhm        10/04/06 18:58:49

  Modified:             ChangeLog
  Added:                xpilot-4.5.5.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 games-action/xpilot/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xpilot/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	1 Dec 2006 20:17:34 -0000	1.10
+++ ChangeLog	6 Apr 2010 18:58:49 -0000	1.11
@@ -1,6 +1,11 @@
 # ChangeLog for games-action/xpilot
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot/ChangeLog,v 1.10 2006/12/01 20:17:34 wolf31o2 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot/ChangeLog,v 1.11 2010/04/06 18:58:49 nyhm Exp $
+
+*xpilot-4.5.5 (06 Apr 2010)
+
+  06 Apr 2010; Tristan Heaven <nyhm@gentoo.org> +xpilot-4.5.5.ebuild:
+  Version bump
 
   01 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> xpilot-4.5.4.ebuild:
   Removing old virtual/x11 dependency.



1.1                  games-action/xpilot/xpilot-4.5.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xpilot/xpilot-4.5.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/xpilot/xpilot-4.5.5.ebuild?rev=1.1&content-type=text/plain

Index: xpilot-4.5.5.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/xpilot-4.5.5.ebuild,v 1.1 2010/04/06 18:58:49 nyhm Exp $

EAPI=2
inherit eutils games

DESCRIPTION="A multi-player 2D client/server space game"
HOMEPAGE="http://www.xpilot.org/"
SRC_URI="mirror://sourceforge/xpilotgame/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

RDEPEND="x11-libs/libX11
	x11-libs/libXext"
DEPEND="${RDEPEND}
	x11-proto/xextproto
	x11-proto/xproto
	x11-misc/gccmakedep
	x11-misc/imake
	app-text/rman"

src_prepare() {
	sed -i \
		-e '/^INSTMAN/s:=.*:=/usr/share/man/man:' \
		-e "/^INSTLIB/s:=.*:=${GAMES_DATADIR}/${PN}:" \
		-e "/^INSTBIN/s:=.*:=${GAMES_BINDIR}:" \
		Local.config \
		|| die "sed failed"
}

src_compile() {
	xmkmf || die "xmkmf failed"
	emake Makefiles || die "emake Makefiles failed"
	emake includes || die "emake includes failed"
	emake depend || die "emake depend failed"
	emake CC="${CC}" CDEBUGFLAGS="${CFLAGS} ${LDFLAGS}" || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	emake DESTDIR="${D}" install.man || die "emake install.man failed"
	newicon lib/textures/logo.ppm ${PN}.ppm
	make_desktop_entry ${PN} XPilot /usr/share/pixmaps/${PN}.ppm
	dodoc README.txt doc/{ChangeLog,CREDITS,FAQ,README*,TODO}
	prepgamesdirs
}






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

* [gentoo-commits] gentoo-x86 commit in games-action/xpilot: xpilot-4.5.5.ebuild ChangeLog
@ 2010-06-21 20:13 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2010-06-21 20:13 UTC (permalink / raw
  To: gentoo-commits

maekke      10/06/21 20:13:52

  Modified:             xpilot-4.5.5.ebuild ChangeLog
  Log:
  amd64/x86 stable, bug #323121
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  games-action/xpilot/xpilot-4.5.5.ebuild

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

Index: xpilot-4.5.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xpilot/xpilot-4.5.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xpilot-4.5.5.ebuild	6 Apr 2010 19:01:39 -0000	1.2
+++ xpilot-4.5.5.ebuild	21 Jun 2010 20:13:52 -0000	1.3
@@ -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-action/xpilot/xpilot-4.5.5.ebuild,v 1.2 2010/04/06 19:01:39 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot/xpilot-4.5.5.ebuild,v 1.3 2010/06/21 20:13:52 maekke Exp $
 
 EAPI=2
 inherit eutils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11



1.12                 games-action/xpilot/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xpilot/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	6 Apr 2010 18:58:49 -0000	1.11
+++ ChangeLog	21 Jun 2010 20:13:52 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/xpilot
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot/ChangeLog,v 1.11 2010/04/06 18:58:49 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot/ChangeLog,v 1.12 2010/06/21 20:13:52 maekke Exp $
+
+  21 Jun 2010; Markus Meier <maekke@gentoo.org> xpilot-4.5.5.ebuild:
+  amd64/x86 stable, bug #323121
 
 *xpilot-4.5.5 (06 Apr 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in games-action/xpilot: xpilot-4.5.5.ebuild ChangeLog
@ 2015-02-19  0:46 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-02-19  0:46 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    15/02/19 00:46:13

  Modified:             xpilot-4.5.5.ebuild ChangeLog
  Log:
  EAPI=5; build with newer glibc (bug #540306)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  games-action/xpilot/xpilot-4.5.5.ebuild

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

Index: xpilot-4.5.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xpilot/xpilot-4.5.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xpilot-4.5.5.ebuild	2 Jan 2015 11:54:54 -0000	1.4
+++ xpilot-4.5.5.ebuild	19 Feb 2015 00:46:13 -0000	1.5
@@ -1,8 +1,8 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot/xpilot-4.5.5.ebuild,v 1.4 2015/01/02 11:54:54 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot/xpilot-4.5.5.ebuild,v 1.5 2015/02/19 00:46:13 mr_bones_ Exp $
 
-EAPI=4
+EAPI=5
 inherit eutils games
 
 DESCRIPTION="A multi-player 2D client/server space game"
@@ -28,12 +28,15 @@
 		-e '/^INSTMAN/s:=.*:=/usr/share/man/man6:' \
 		-e "/^INSTLIB/s:=.*:=${GAMES_DATADIR}/${PN}:" \
 		-e "/^INSTBIN/s:=.*:=${GAMES_BINDIR}:" \
-		Local.config \
-		|| die "sed failed"
+		Local.config || die
+	# work with glibc-2.20
+	sed -i \
+		-e 's/getline/lgetline/' \
+		src/client/textinterface.c || die
 }
 
 src_compile() {
-	xmkmf || die "xmkmf failed"
+	xmkmf || die
 	emake Makefiles
 	emake includes
 	emake depend



1.14                 games-action/xpilot/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/xpilot/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	2 Jan 2015 11:54:54 -0000	1.13
+++ ChangeLog	19 Feb 2015 00:46:13 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/xpilot
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot/ChangeLog,v 1.13 2015/01/02 11:54:54 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot/ChangeLog,v 1.14 2015/02/19 00:46:13 mr_bones_ Exp $
+
+  19 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> xpilot-4.5.5.ebuild:
+  EAPI=5; build with newer glibc (bug #540306)
 
   02 Jan 2015; Tupone Alfredo <tupone@gentoo.org> xpilot-4.5.5.ebuild:
   EAPI 4





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

end of thread, other threads:[~2015-02-19  0:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-21 20:13 [gentoo-commits] gentoo-x86 commit in games-action/xpilot: xpilot-4.5.5.ebuild ChangeLog Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2015-02-19  0:46 Michael Sterrett (mr_bones_)
2010-04-06 18:58 Tristan Heaven (nyhm)

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