summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-11-12 04:48:51 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-11-12 04:48:51 +0000
commit1da0934263b8d7402ea0665f1a8984e71339f867 (patch)
treee04d969739c744bc7b0a3995f7b295fcb44c592a /games-mud
parentold (diff)
downloadhistorical-1da0934263b8d7402ea0665f1a8984e71339f867.tar.gz
historical-1da0934263b8d7402ea0665f1a8984e71339f867.tar.bz2
historical-1da0934263b8d7402ea0665f1a8984e71339f867.zip
old
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'games-mud')
-rw-r--r--games-mud/powwow/files/digest-powwow-1.2.113
-rw-r--r--games-mud/powwow/powwow-1.2.11.ebuild29
-rw-r--r--games-mud/tintin/files/digest-tintin-1.97.63
-rw-r--r--games-mud/tintin/tintin-1.97.6.ebuild45
4 files changed, 0 insertions, 80 deletions
diff --git a/games-mud/powwow/files/digest-powwow-1.2.11 b/games-mud/powwow/files/digest-powwow-1.2.11
deleted file mode 100644
index 195aa6e29394..000000000000
--- a/games-mud/powwow/files/digest-powwow-1.2.11
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 a7ec3271e48c898a24f48cf62f6572f7 powwow-1.2.11.tar.gz 273659
-RMD160 a1bd978141aa670c5044e07870e98dff59bddc1f powwow-1.2.11.tar.gz 273659
-SHA256 3a4037e9ece09a7dff66c64f4fcb43d00fd25598616f9e2729cb51120120a0c3 powwow-1.2.11.tar.gz 273659
diff --git a/games-mud/powwow/powwow-1.2.11.ebuild b/games-mud/powwow/powwow-1.2.11.ebuild
deleted file mode 100644
index 4fed208dc163..000000000000
--- a/games-mud/powwow/powwow-1.2.11.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/powwow/powwow-1.2.11.ebuild,v 1.1 2007/03/02 13:56:42 nyhm Exp $
-
-inherit games
-
-DESCRIPTION="PowWow Console MUD Client"
-HOMEPAGE="http://hoopajoo.net/projects/powwow.html"
-SRC_URI="http://hoopajoo.net/static/projects/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-src_compile() {
- egamesconf \
- --includedir=/usr/include \
- || die
- emake || die "emake failed"
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die "emake install failed"
- dosym movie "${GAMES_BINDIR}"/movie2ascii
- dosym movie "${GAMES_BINDIR}"/movie_play
- dodoc ChangeLog Config.demo Hacking NEWS README.* TODO
- prepgamesdirs
-}
diff --git a/games-mud/tintin/files/digest-tintin-1.97.6 b/games-mud/tintin/files/digest-tintin-1.97.6
deleted file mode 100644
index 26d287ea218c..000000000000
--- a/games-mud/tintin/files/digest-tintin-1.97.6
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 0b0c1a999c40319813a85555c678fe9f tintin-1.97.6.tar.gz 226838
-RMD160 d1bd548d7c3e99c369a71835a813d519e5f8627f tintin-1.97.6.tar.gz 226838
-SHA256 2f479938e37e0fa8545a7c90a3153431dc4a902069012b21ca1cfbcd8036fbbc tintin-1.97.6.tar.gz 226838
diff --git a/games-mud/tintin/tintin-1.97.6.ebuild b/games-mud/tintin/tintin-1.97.6.ebuild
deleted file mode 100644
index d3a882284df7..000000000000
--- a/games-mud/tintin/tintin-1.97.6.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/tintin-1.97.6.ebuild,v 1.1 2007/10/06 07:06:18 mr_bones_ Exp $
-
-inherit games
-
-DESCRIPTION="(T)he k(I)cki(N) (T)ickin d(I)kumud clie(N)t"
-HOMEPAGE="http://tintin.sourceforge.net/"
-SRC_URI="mirror://sourceforge/tintin/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND="sys-libs/zlib
- sys-libs/readline
- sys-libs/ncurses"
-
-S=${WORKDIR}/tt/src
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i \
- -e '/^CC/d' \
- -e '/^MAKE/d' \
- -e '/^CFLAGS/s/=/+=/' Makefile.in \
- || die "sed failed"
- chmod +x configure
-}
-
-src_install () {
- dogamesbin tt++ || die "dogamesbin failed"
- dodoc ../{BUGS,CREDITS,FAQ,README,TODO,docs/*}
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
- echo
- ewarn "**** OLD TINTIN SCRIPTS ARE NOT 100% COMPATIBLE WITH THIS VERSION ****"
- ewarn "read the README for more details."
- echo
-}