diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-08 17:50:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-08 17:50:19 +0000 |
commit | 44d436e543869321fbcaa0c7e5f04a7e5611eaa9 (patch) | |
tree | 389f33ddbe7da9336a82ad2e309b32ea763b84d4 /games-server | |
parent | header fix (diff) | |
download | gentoo-2-44d436e543869321fbcaa0c7e5f04a7e5611eaa9.tar.gz gentoo-2-44d436e543869321fbcaa0c7e5f04a7e5611eaa9.tar.bz2 gentoo-2-44d436e543869321fbcaa0c7e5f04a7e5611eaa9.zip |
old
(Portage version: 2.0.53)
Diffstat (limited to 'games-server')
-rw-r--r-- | games-server/crossfire-server/crossfire-server-1.7.0.ebuild | 33 | ||||
-rw-r--r-- | games-server/crossfire-server/files/digest-crossfire-server-1.7.0 | 1 |
2 files changed, 0 insertions, 34 deletions
diff --git a/games-server/crossfire-server/crossfire-server-1.7.0.ebuild b/games-server/crossfire-server/crossfire-server-1.7.0.ebuild deleted file mode 100644 index 0fdc967a8bef..000000000000 --- a/games-server/crossfire-server/crossfire-server-1.7.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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 deleted file mode 100644 index dce568e571e2..000000000000 --- a/games-server/crossfire-server/files/digest-crossfire-server-1.7.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 34ec2c3c66d7b4083da01c21130ce8d0 crossfire-1.7.0.tar.bz2 4031484 |