summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-server/cyphesis/cyphesis-0.5.14.ebuild')
-rw-r--r--games-server/cyphesis/cyphesis-0.5.14.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/games-server/cyphesis/cyphesis-0.5.14.ebuild b/games-server/cyphesis/cyphesis-0.5.14.ebuild
deleted file mode 100644
index 1a6897656798..000000000000
--- a/games-server/cyphesis/cyphesis-0.5.14.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/cyphesis-0.5.14.ebuild,v 1.1 2007/11/03 11:10:45 tupone Exp $
-
-inherit eutils autotools games
-
-DESCRIPTION="WorldForge server running small games"
-HOMEPAGE="http://worldforge.org/dev/eng/servers/cyphesis"
-SRC_URI="mirror://sourceforge/worldforge/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=media-libs/skstream-0.3.6
- sys-libs/readline
- >=dev-games/wfmath-0.3
- =dev-games/mercator-0.2*
- dev-libs/libgcrypt
- =dev-libs/libsigc++-2.0*
- =media-libs/atlas-c++-0.6*
- >=media-libs/varconf-0.6.4
- dev-db/libpq"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # Patching to disable howl and avahi discovery
- # To be removed when upstream will provide a way to selectively
- # enable/disable supoort for it
- epatch "${FILESDIR}/${P}"-gentoo.patch
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dodoc AUTHORS ChangeLog FIXME NEWS README THANKS TODO
- prepgamesdirs
-}