diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2014-08-28 07:49:34 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2014-08-28 07:49:34 +0000 |
commit | c5bde98eafa7cc1978bcd97d42e5e10345169628 (patch) | |
tree | 6795582d3e9f5e714f87ed846d9a9ae4d36efe3b /games-server/crossfire-server | |
parent | old (diff) | |
download | gentoo-2-c5bde98eafa7cc1978bcd97d42e5e10345169628.tar.gz gentoo-2-c5bde98eafa7cc1978bcd97d42e5e10345169628.tar.bz2 gentoo-2-c5bde98eafa7cc1978bcd97d42e5e10345169628.zip |
old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-server/crossfire-server')
3 files changed, 6 insertions, 54 deletions
diff --git a/games-server/crossfire-server/ChangeLog b/games-server/crossfire-server/ChangeLog index c607b078b189..34a8fa1c5c09 100644 --- a/games-server/crossfire-server/ChangeLog +++ b/games-server/crossfire-server/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-server/crossfire-server -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v 1.30 2013/02/14 22:05:28 ago Exp $ +# 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 $ + + 28 Aug 2014; Michael Sterrett <mr_bones_@gentoo.org> + -crossfire-server-1.60.0.ebuild, -files/crossfire-server-1.60.0-curl.patch: + old 14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> crossfire-server-1.70.0.ebuild: Stable for ppc, wrt bug #457118 diff --git a/games-server/crossfire-server/crossfire-server-1.60.0.ebuild b/games-server/crossfire-server/crossfire-server-1.60.0.ebuild deleted file mode 100644 index f65e2ad69a91..000000000000 --- a/games-server/crossfire-server/crossfire-server-1.60.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2012 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.60.0.ebuild,v 1.6 2012/05/29 19:18:01 ranger Exp $ - -EAPI="2" - -inherit eutils games - -MY_P="${P/-server/}" -DESCRIPTION="server for the crossfire clients" -HOMEPAGE="http://crossfire.real-time.com/" -SRC_URI="mirror://sourceforge/crossfire/${MY_P}.tar.gz - mirror://sourceforge/crossfire/crossfire-${PV}.maps.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="X" -RESTRICT="test" - -DEPEND="net-misc/curl - X? ( - x11-libs/libXaw - media-libs/libpng - )" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - rm -f "${WORKDIR}"/maps/Info/combine.pl # bug #236205 - epatch "${FILESDIR}"/${P}-curl.patch -} - -src_install() { - emake DESTDIR="${D}" install || die - keepdir "${GAMES_STATEDIR}"/crossfire/{datafiles,maps,players,template-maps,unique-items} - dodoc AUTHORS ChangeLog DEVELOPERS NEWS README TODO - insinto "${GAMES_DATADIR}/crossfire" - doins -r "${WORKDIR}/maps" || die - prepgamesdirs -} diff --git a/games-server/crossfire-server/files/crossfire-server-1.60.0-curl.patch b/games-server/crossfire-server/files/crossfire-server-1.60.0-curl.patch deleted file mode 100644 index 86365d2ee85b..000000000000 --- a/games-server/crossfire-server/files/crossfire-server-1.60.0-curl.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- socket/metaserver.c.old 2011-10-10 16:23:40.513409319 +0200 -+++ socket/metaserver.c 2011-10-10 16:23:46.617408594 +0200 -@@ -48,7 +48,6 @@ - - #ifdef HAVE_CURL_CURL_H - #include <curl/curl.h> --#include <curl/types.h> - #include <curl/easy.h> - #endif - |