summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-02-21 16:51:27 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-02-21 16:51:27 +0000
commitc599c89101b6d696d4a67ad80abf89e0e087cb9a (patch)
treef8b3eca00f642ffb5aaa5b7639a01bedb7e7a531 /games-server
parentConvert to Manifest2. (diff)
downloadgentoo-2-c599c89101b6d696d4a67ad80abf89e0e087cb9a.tar.gz
gentoo-2-c599c89101b6d696d4a67ad80abf89e0e087cb9a.tar.bz2
gentoo-2-c599c89101b6d696d4a67ad80abf89e0e087cb9a.zip
old
(Portage version: 2.1.2-r9)
Diffstat (limited to 'games-server')
-rw-r--r--games-server/monopd/files/digest-monopd-0.9.31
-rw-r--r--games-server/monopd/monopd-0.9.3.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/games-server/monopd/files/digest-monopd-0.9.3 b/games-server/monopd/files/digest-monopd-0.9.3
deleted file mode 100644
index 63a8768af1a8..000000000000
--- a/games-server/monopd/files/digest-monopd-0.9.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d0c4876bb24e8c961012a8ef4894fe2d monopd-0.9.3.tar.bz2 110354
diff --git a/games-server/monopd/monopd-0.9.3.ebuild b/games-server/monopd/monopd-0.9.3.ebuild
deleted file mode 100644
index 80fc22e0af24..000000000000
--- a/games-server/monopd/monopd-0.9.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/monopd/monopd-0.9.3.ebuild,v 1.4 2006/03/03 19:27:18 mr_bones_ Exp $
-
-inherit eutils games
-
-DESCRIPTION="server for atlantik games"
-HOMEPAGE="http://unixcode.org/monopd/"
-SRC_URI="http://unixcode.org/downloads/monopd/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc x86"
-IUSE=""
-
-DEPEND=">=net-libs/libcapsinetwork-0.3.0
- >=sys-libs/libmath++-0.0.3"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-dosfix.patch"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc doc/api/gameboard API AUTHORS ChangeLog NEWS README* TODO
- doinitd "${FILESDIR}"/monopd || die "doinitd failed"
- prepgamesdirs
-}