diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2007-08-25 23:38:21 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2007-08-25 23:38:21 +0000 |
commit | 0b2a16fea3076018b334c3c0a81375a4d3963e68 (patch) | |
tree | cd04694a1afb6756516766e0e9f0fef24227b3ea /games-server/crossfire-server | |
parent | amd64 stable (bug #189986) (diff) | |
download | gentoo-2-0b2a16fea3076018b334c3c0a81375a4d3963e68.tar.gz gentoo-2-0b2a16fea3076018b334c3c0a81375a4d3963e68.tar.bz2 gentoo-2-0b2a16fea3076018b334c3c0a81375a4d3963e68.zip |
Version bumped to 1.10.0. bug #179705 and ~amd64 keyword added
(Portage version: 2.1.2.12)
Diffstat (limited to 'games-server/crossfire-server')
3 files changed, 54 insertions, 2 deletions
diff --git a/games-server/crossfire-server/ChangeLog b/games-server/crossfire-server/ChangeLog index 7da23c276244..1d8d82ba7419 100644 --- a/games-server/crossfire-server/ChangeLog +++ b/games-server/crossfire-server/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for games-server/crossfire-server -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v 1.11 2006/12/06 20:15:39 wolf31o2 Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v 1.12 2007/08/25 23:38:20 tupone Exp $ + +*crossfire-server-1.10.0 (25 Aug 2007) + + 25 Aug 2007; Tupone Alfredo <tupone@gentoo.org> + +crossfire-server-1.10.0.ebuild: + Version bumped to 1.10.0. bug #179705 by Epicanis. + Keyword ~amd64 added 06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> crossfire-server-1.9.0.ebuild: diff --git a/games-server/crossfire-server/crossfire-server-1.10.0.ebuild b/games-server/crossfire-server/crossfire-server-1.10.0.ebuild new file mode 100644 index 000000000000..a4f7d2f64efe --- /dev/null +++ b/games-server/crossfire-server/crossfire-server-1.10.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2007 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.10.0.ebuild,v 1.1 2007/08/25 23:38:20 tupone Exp $ + +inherit 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" + +DEPEND=" + X? ( + x11-libs/libXaw + media-libs/libpng )" + +S=${WORKDIR}/${MY_P} + +src_compile() { + egamesconf \ + --disable-dependency-tracking \ + $(use_with X x) || die + emake || die "emake failed" +} + +src_install() { + make install DESTDIR="${D}" || die "make install failed" + 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 "doins failed" + prepgamesdirs +} diff --git a/games-server/crossfire-server/files/digest-crossfire-server-1.10.0 b/games-server/crossfire-server/files/digest-crossfire-server-1.10.0 new file mode 100644 index 000000000000..0dcbdfe146fd --- /dev/null +++ b/games-server/crossfire-server/files/digest-crossfire-server-1.10.0 @@ -0,0 +1,6 @@ +MD5 0c410171602268b0499f3b62091fafa4 crossfire-1.10.0.maps.tar.gz 24070723 +RMD160 e9c9fda298d9c14e33299bfb8ab493dee9c545bc crossfire-1.10.0.maps.tar.gz 24070723 +SHA256 4c7813e50588e65015dc5a0b6e9f915cfb89f86ad6bbf7c80fcf12831e4e8a23 crossfire-1.10.0.maps.tar.gz 24070723 +MD5 d56ad6cac04ea49f8b6b326b441553a3 crossfire-1.10.0.tar.gz 6061251 +RMD160 63880d246c64b89230efb2ef9560d6f8cf4ee167 crossfire-1.10.0.tar.gz 6061251 +SHA256 feeaadcd016b6c760adf2a91adbb76d4c605bed93af8db05f416afdf53a8ba3e crossfire-1.10.0.tar.gz 6061251 |