From a6f5ccba420d3fcb20872cb522a9771a6d239a48 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Sat, 13 Feb 2010 23:29:16 +0000 Subject: old (Portage version: 2.1.7.16/cvs/Linux i686) --- games-roguelike/crossfire-client/Manifest | 12 ----- .../crossfire-client/crossfire-client-1.9.1.ebuild | 62 ---------------------- 2 files changed, 74 deletions(-) delete mode 100644 games-roguelike/crossfire-client/crossfire-client-1.9.1.ebuild (limited to 'games-roguelike') diff --git a/games-roguelike/crossfire-client/Manifest b/games-roguelike/crossfire-client/Manifest index 5bf129633b39..d4800f1fc7f1 100644 --- a/games-roguelike/crossfire-client/Manifest +++ b/games-roguelike/crossfire-client/Manifest @@ -1,17 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - AUX crossfire-client-1.12.0-lua.patch 568 RMD160 86ff822514108c82ed63e0ec1a112f7ded3967e5 SHA1 4b4dc514739d0dd0586c2f691d0a845967008ad9 SHA256 b1d02cb6e6b179696aa7b49b41761d2a309aba18c001739d56e06dac95978904 DIST crossfire-client-1.12.0.tar.bz2 823766 RMD160 21568bab022a4b3cdf4115f33fcfb1c8da0d2363 SHA1 7ec3db117084164cee7b9a42291874b4a7240662 SHA256 cfdbc11d06f00d53bde9620ed0a13b5fd54fc7fec4d11b4beaf2146c3cedf227 -DIST crossfire-client-1.9.1.tar.gz 753757 RMD160 0a63410fc85db825c2de1407e308b0e7ca84527e SHA1 3b7216212a3f31fdcddd4d220de8d95e14e5900b SHA256 8c505bcb1031da18866747d8fc4dc5ab8c67aa28387eb761794ab0672b49e6bc EBUILD crossfire-client-1.12.0.ebuild 1569 RMD160 6ebbe62e25d0d8660c767af05a630afb8250c577 SHA1 27ec25f1f834128ace9aa2f9dd34d52bda74b98f SHA256 69934d5acdb0415b4ade8e65ff7586870e9d3bb5e187dfa3e87bd8ac844cb74f -EBUILD crossfire-client-1.9.1.ebuild 1544 RMD160 213a23c29cc956ec4fec29995cb71098e34c6f86 SHA1 9e6555a993bf80d010d10ab3221ae446d6d77c7a SHA256 a00656ac32c1f465478d1012be4ad8715c832fca9ff50227d4eb41f7fc2d32d4 MISC ChangeLog 4320 RMD160 6098aa9f12dc17e47e8239a9e10e1b27c93b3e56 SHA1 1e52399bbf3cb75418ecf3d135225399e2224b80 SHA256 2a9c3684d5879ae4c36d606d791ba3eb84f85058a13ba85b4a114cd3bba32267 MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iEYEARECAAYFAkt0EXEACgkQNQqtfCuFneNuNgCfR5G9xz5m7ydR7o7V3bPpItRg -IsMAn2n6bnuioVgVXH2fR8mTtf9yZneW -=RtoK ------END PGP SIGNATURE----- diff --git a/games-roguelike/crossfire-client/crossfire-client-1.9.1.ebuild b/games-roguelike/crossfire-client/crossfire-client-1.9.1.ebuild deleted file mode 100644 index 71572d032b60..000000000000 --- a/games-roguelike/crossfire-client/crossfire-client-1.9.1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2006 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.9.1.ebuild,v 1.2 2006/07/10 01:07:42 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="~amd64 ppc x86" -IUSE="alsa gtk oss sdl" - -RDEPEND="alsa? ( media-libs/alsa-lib ) - gtk? ( >=x11-libs/gtk+-2 - sdl? ( media-libs/libsdl - media-libs/sdl-image ) ) - virtual/glut - media-libs/libpng - sys-libs/zlib" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -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 - myconf="${myconf} --disable-alsa9 --disable-alsa" - fi - if ! use alsa && ! use oss ; then - myconf="${myconf} --disable-sound" - fi - egamesconf ${myconf} || die - # bug 139785 - if use alsa || use oss ; then - emake -j1 -C sound-src || die "sound building failed" - fi - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog README TODO - prepgamesdirs -} -- cgit v1.2.3-65-gdbad