mr_bones_    15/02/19 03:56:18

  Modified:             crossfire-server-1.71.0.ebuild ChangeLog
  Log:
  no need for static plug-ins (bug #457514)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  
games-server/crossfire-server/crossfire-server-1.71.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/crossfire-server/crossfire-server-1.71.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/crossfire-server/crossfire-server-1.71.0.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/crossfire-server/crossfire-server-1.71.0.ebuild?r1=1.1&r2=1.2

Index: crossfire-server-1.71.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/games-server/crossfire-server/crossfire-server-1.71.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- crossfire-server-1.71.0.ebuild      19 Feb 2015 03:17:38 -0000      1.1
+++ crossfire-server-1.71.0.ebuild      19 Feb 2015 03:56:18 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-server/crossfire-server/crossfire-server-1.71.0.ebuild,v
 1.1 2015/02/19 03:17:38 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-server/crossfire-server/crossfire-server-1.71.0.ebuild,v
 1.2 2015/02/19 03:56:18 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils games
@@ -30,6 +30,10 @@
        ln -s "${WORKDIR}/arch" "${S}/lib" || die
 }
 
+src_configure() {
+       egamesconf --disable-static
+}
+
 src_compile() {
        # work around the collect.pl locking
        emake -j1 -C lib
@@ -41,5 +45,6 @@
        keepdir 
"${GAMES_STATEDIR}"/crossfire/{account,datafiles,maps,players,template-maps,unique-items}
        insinto "${GAMES_DATADIR}/crossfire"
        doins -r "${WORKDIR}/maps"
+       prune_libtool_files --modules
        prepgamesdirs
 }



1.33                 games-server/crossfire-server/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/crossfire-server/ChangeLog?rev=1.33&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/crossfire-server/ChangeLog?rev=1.33&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/crossfire-server/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   19 Feb 2015 03:17:38 -0000      1.32
+++ ChangeLog   19 Feb 2015 03:56:18 -0000      1.33
@@ -1,6 +1,10 @@
 # ChangeLog for games-server/crossfire-server
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v 
1.32 2015/02/19 03:17:38 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v 
1.33 2015/02/19 03:56:18 mr_bones_ Exp $
+
+  19 Feb 2015; Michael Sterrett <[email protected]>
+  crossfire-server-1.71.0.ebuild:
+  no need for static plug-ins (bug #457514)
 
 *crossfire-server-1.71.0 (19 Feb 2015)
 




Reply via email to