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_bon...@gentoo.org> xpilot-4.5.5.ebuild:
+  EAPI=5; build with newer glibc (bug #540306)
 
   02 Jan 2015; Tupone Alfredo <tup...@gentoo.org> xpilot-4.5.5.ebuild:
   EAPI 4




Reply via email to