mr_bones_    15/02/19 03:17:38

  Modified:             ChangeLog
  Added:                crossfire-server-1.71.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.32                 games-server/crossfire-server/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   28 Aug 2014 07:49:33 -0000      1.31
+++ ChangeLog   19 Feb 2015 03:17:38 -0000      1.32
@@ -1,6 +1,12 @@
 # ChangeLog for games-server/crossfire-server
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v 
1.31 2014/08/28 07:49:33 mr_bones_ Exp $
+# 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 $
+
+*crossfire-server-1.71.0 (19 Feb 2015)
+
+  19 Feb 2015; Michael Sterrett <mr_bon...@gentoo.org>
+  +crossfire-server-1.71.0.ebuild:
+  version bump
 
   28 Aug 2014; Michael Sterrett <mr_bon...@gentoo.org>
   -crossfire-server-1.60.0.ebuild, -files/crossfire-server-1.60.0-curl.patch:



1.1                  
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.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/crossfire-server/crossfire-server-1.71.0.ebuild?rev=1.1&content-type=text/plain

Index: crossfire-server-1.71.0.ebuild
===================================================================
# 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 $

EAPI=5
inherit eutils games

MY_P="${P/-server/}"
DESCRIPTION="server for the crossfire clients"
HOMEPAGE="http://crossfire.real-time.com/";
SRC_URI="mirror://sourceforge/crossfire/${PN}/${PV}/${MY_P}.tar.bz2
        mirror://sourceforge/crossfire/${PN}/${PV}/${MY_P}.maps.tar.bz2
        mirror://sourceforge/crossfire/${PN}/${PV}/${MY_P}.arch.tar.bz2"

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

DEPEND="net-misc/curl
        X? (
                x11-libs/libXaw
                media-libs/libpng:0
        )"
RDEPEND=${DEPEND}

src_prepare() {
        rm -f "${WORKDIR}"/maps/Info/combine.pl # bug #236205
        ln -s "${WORKDIR}/arch" "${S}/lib" || die
}

src_compile() {
        # work around the collect.pl locking
        emake -j1 -C lib
        emake
}

src_install() {
        default
        keepdir 
"${GAMES_STATEDIR}"/crossfire/{account,datafiles,maps,players,template-maps,unique-items}
        insinto "${GAMES_DATADIR}/crossfire"
        doins -r "${WORKDIR}/maps"
        prepgamesdirs
}




Reply via email to