diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-07-26 22:31:04 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-07-26 22:31:04 +0000 |
commit | c62056c5c7b562594c5abe293aacd995656f50f6 (patch) | |
tree | 8cf75e2f1400fa1a5ef00505d352293c30306215 /games-server | |
parent | mention ~/.trigger/trigger.config in pkg_postinst (diff) | |
download | gentoo-2-c62056c5c7b562594c5abe293aacd995656f50f6.tar.gz gentoo-2-c62056c5c7b562594c5abe293aacd995656f50f6.tar.bz2 gentoo-2-c62056c5c7b562594c5abe293aacd995656f50f6.zip |
Version bumped to version 1.7.0 and closing bug #84120.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'games-server')
3 files changed, 42 insertions, 2 deletions
diff --git a/games-server/crossfire-server/ChangeLog b/games-server/crossfire-server/ChangeLog index 3e713e283cf2..c046a13598c7 100644 --- a/games-server/crossfire-server/ChangeLog +++ b/games-server/crossfire-server/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-server/crossfire-server -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v 1.3 2004/07/01 11:23:00 eradicator Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-server/crossfire-server/ChangeLog,v 1.4 2005/07/26 22:31:04 wolf31o2 Exp $ + +*crossfire-server-1.7.0 (26 Jul 2005) + + 26 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org> + +crossfire-server-1.7.0.ebuild: + Version bumped to version 1.7.0 and closing bug #84120. 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> crossfire-server-1.6.0.ebuild: diff --git a/games-server/crossfire-server/crossfire-server-1.7.0.ebuild b/games-server/crossfire-server/crossfire-server-1.7.0.ebuild new file mode 100644 index 000000000000..0fdc967a8bef --- /dev/null +++ b/games-server/crossfire-server/crossfire-server-1.7.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2005 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.7.0.ebuild,v 1.1 2005/07/26 22:31:04 wolf31o2 Exp $ + +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.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="X" + +DEPEND="virtual/libc + X? ( + virtual/x11 + media-libs/libpng )" + +S="${WORKDIR}/${MY_P}" + +src_compile() { + egamesconf $(use_with X x) || die + emake || die "emake failed" +} + +src_install() { + make install DESTDIR="${D}" || die "make install failed" + dodoc AUTHORS ChangeLog DEVELOPERS NEWS README TODO + prepgamesdirs +} diff --git a/games-server/crossfire-server/files/digest-crossfire-server-1.7.0 b/games-server/crossfire-server/files/digest-crossfire-server-1.7.0 new file mode 100644 index 000000000000..dce568e571e2 --- /dev/null +++ b/games-server/crossfire-server/files/digest-crossfire-server-1.7.0 @@ -0,0 +1 @@ +MD5 34ec2c3c66d7b4083da01c21130ce8d0 crossfire-1.7.0.tar.bz2 4031484 |