diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-10-19 03:31:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-10-19 03:31:09 +0000 |
commit | 3cd515b4069a77edf543fba046abe1549cb0ca8b (patch) | |
tree | d108bf5009eff422caf7d9910a2c350e87205cec /games-roguelike/crossfire-client | |
parent | initial import (diff) | |
download | historical-3cd515b4069a77edf543fba046abe1549cb0ca8b.tar.gz historical-3cd515b4069a77edf543fba046abe1549cb0ca8b.tar.bz2 historical-3cd515b4069a77edf543fba046abe1549cb0ca8b.zip |
version bump with patch from fabien Zouaoui via bug #104625
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'games-roguelike/crossfire-client')
4 files changed, 74 insertions, 17 deletions
diff --git a/games-roguelike/crossfire-client/ChangeLog b/games-roguelike/crossfire-client/ChangeLog index 49c7ba061a22..7604fbcd043a 100644 --- a/games-roguelike/crossfire-client/ChangeLog +++ b/games-roguelike/crossfire-client/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-roguelike/crossfire-client # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v 1.10 2005/09/16 22:19:51 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v 1.11 2005/10/19 03:31:09 mr_bones_ Exp $ + +*crossfire-client-1.8.0 (19 Oct 2005) + + 19 Oct 2005; Michael Sterrett <mr_bones_@gentoo.org> + +crossfire-client-1.8.0.ebuild: + version bump with patch from fabien Zouaoui via bug #104625 16 Sep 2005; Ciaran McCreesh <ciaranm@gentoo.org> ChangeLog: Converted to UTF-8, fixed encoding screwups diff --git a/games-roguelike/crossfire-client/Manifest b/games-roguelike/crossfire-client/Manifest index 108d8844b7f4..ca408a9084b8 100644 --- a/games-roguelike/crossfire-client/Manifest +++ b/games-roguelike/crossfire-client/Manifest @@ -1,20 +1,12 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 5590c66a04e4a8c41eebeaabc1cf706f crossfire-client-1.6.1.ebuild 1416 MD5 558223609e46a54824114b9499d9d972 crossfire-client-1.7.0.ebuild 1376 -MD5 bb0aef5bf31f84bc7872f4d66d6c65c4 crossfire-client-1.7.1.ebuild 1458 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 b1507c67516ebd784202adf3a44ca404 ChangeLog 2122 -MD5 28ec33590a7f24478841e039ce87f81c files/digest-crossfire-client-1.6.1 153 -MD5 ad1e49c4a56222488166b9c4f4091a55 files/1.6.0-errno.patch 682 -MD5 85c1a21c69c23d3fd2540dd54a0f0fc3 files/digest-crossfire-client-1.7.0 74 +MD5 09b03922764a438e1bf74ff3cb1891e8 crossfire-client-1.8.0.ebuild 1457 +MD5 5590c66a04e4a8c41eebeaabc1cf706f crossfire-client-1.6.1.ebuild 1416 +MD5 bb0aef5bf31f84bc7872f4d66d6c65c4 crossfire-client-1.7.1.ebuild 1458 +MD5 598bad611e5aa7f019ff4efc172b672a ChangeLog 2315 MD5 ad1e49c4a56222488166b9c4f4091a55 files/1.5.0-errno.patch 682 +MD5 85c1a21c69c23d3fd2540dd54a0f0fc3 files/digest-crossfire-client-1.7.0 74 +MD5 5f6e9f388a8529fb8caec99c17126fe3 files/digest-crossfire-client-1.8.0 74 +MD5 ad1e49c4a56222488166b9c4f4091a55 files/1.6.0-errno.patch 682 +MD5 28ec33590a7f24478841e039ce87f81c files/digest-crossfire-client-1.6.1 153 MD5 88be26521277f1cf1eec6dcdfb35bcf8 files/digest-crossfire-client-1.7.1 74 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD4DBQFDK0U5LLFUmVNQ7rkRAsobAKDF8OUjicCCEnV582mbjkS5MBro0wCYxxLl -7wYq+UgkhQGkI+LorK5dXQ== -=0lwN ------END PGP SIGNATURE----- diff --git a/games-roguelike/crossfire-client/crossfire-client-1.8.0.ebuild b/games-roguelike/crossfire-client/crossfire-client-1.8.0.ebuild new file mode 100644 index 000000000000..13db788c0a59 --- /dev/null +++ b/games-roguelike/crossfire-client/crossfire-client-1.8.0.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.8.0.ebuild,v 1.1 2005/10/19 03:31:09 mr_bones_ Exp $ + +inherit games + +DESCRIPTION="Client for the nethack-style but more in the line of UO" +HOMEPAGE="http://crossfire.real-time.com/" +SRC_URI="mirror://sourceforge/crossfire/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~ppc ~x86" +IUSE="alsa gtk sdl" + +DEPEND="virtual/x11 + alsa? ( media-libs/alsa-lib ) + gtk? ( =x11-libs/gtk+-1.2* + dev-libs/glib + sdl? ( media-libs/libsdl + media-libs/sdl-image ) + ) + media-libs/libpng + sys-libs/zlib" + +src_unpack() { + unpack ${A} + cd "${S}" + sed -i \ + -r 's:TH (g?)cfclient:TH \1cfclient 6:' \ + {gtk,x11}/*cfclient.man \ + || die "sed failed" +} + +src_compile() { + # bugs in configure script so we cant use $(use_enable ...) + local myconf="--disable-dependency-tracking" + + if use gtk ; then + use sdl || myconf="${myconf} --disable-sdl" + else + myconf="${myconf} --disable-gtk" + fi + if ! use alsa ; then + has_version '>=media-libs/alsa-lib-0.9' \ + && myconf="${myconf} --disable-alsa9" \ + || myconf="${myconf} --disable-alsa" + fi + egamesconf ${myconf} || die + emake -j1 -C sound-src || die "sound building failed" + emake || die "emake failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc CHANGES NOTES README TODO + prepgamesdirs +} diff --git a/games-roguelike/crossfire-client/files/digest-crossfire-client-1.8.0 b/games-roguelike/crossfire-client/files/digest-crossfire-client-1.8.0 new file mode 100644 index 000000000000..21aeafc0decf --- /dev/null +++ b/games-roguelike/crossfire-client/files/digest-crossfire-client-1.8.0 @@ -0,0 +1 @@ +MD5 3198bb5ad0e85ca7d8dcdd812bdf4c2f crossfire-client-1.8.0.tar.gz 663735 |