summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2004-08-25 05:58:24 +0000
committerDoug Goldstein <cardoe@gentoo.org>2004-08-25 05:58:24 +0000
commitb6de9dc14a2857afc6125fdc2577df85eea52c18 (patch)
tree77e83c09576bc0f9b51908d55731adca02236ca3 /dev-tcltk
parentInitial import, ebuild written by me. (Manifest recommit) (diff)
downloadgentoo-2-b6de9dc14a2857afc6125fdc2577df85eea52c18.tar.gz
gentoo-2-b6de9dc14a2857afc6125fdc2577df85eea52c18.tar.bz2
gentoo-2-b6de9dc14a2857afc6125fdc2577df85eea52c18.zip
Moving to games-mud/mmucl
Diffstat (limited to 'dev-tcltk')
-rw-r--r--dev-tcltk/mmucl/ChangeLog10
-rw-r--r--dev-tcltk/mmucl/Manifest14
-rw-r--r--dev-tcltk/mmucl/files/digest-mmucl-1.5.21
-rw-r--r--dev-tcltk/mmucl/metadata.xml9
-rw-r--r--dev-tcltk/mmucl/mmucl-1.5.2.ebuild57
5 files changed, 0 insertions, 91 deletions
diff --git a/dev-tcltk/mmucl/ChangeLog b/dev-tcltk/mmucl/ChangeLog
deleted file mode 100644
index 5f900ce25684..000000000000
--- a/dev-tcltk/mmucl/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog for dev-tcltk/mmucl
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/mmucl/ChangeLog,v 1.2 2004/08/07 22:24:48 slarti Exp $
-
- 07 Aug 2004; Tom Martin <slarti@gentoo.org> mmucl-1.5.2.ebuild:
- Typo in DESCRIPTION: completly -> completely. Bug 59717.
-
- 06 Aug 2004; Doug Goldstein <cardoe@gentoo.org>, mmucl-1.5.2.ebuild, files/digest-mmucl-1.5.2, ChangeLog :
- Ebuild for new app submitted by Niklas Bolander <niklas.bolander@telia.com>
-
diff --git a/dev-tcltk/mmucl/Manifest b/dev-tcltk/mmucl/Manifest
deleted file mode 100644
index 425e756532dd..000000000000
--- a/dev-tcltk/mmucl/Manifest
+++ /dev/null
@@ -1,14 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 8a74853440babd7dd03b04be0f573f67 ChangeLog 517
-MD5 b54a2a90e9d8a8d1588af2837a38dc92 metadata.xml 280
-MD5 3f09ce9eb5fabbe5ca95c1ffddb52982 mmucl-1.5.2.ebuild 1783
-MD5 53208ee117dc046fb612441ba0ee3ece files/digest-mmucl-1.5.2 63
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.8 (GNU/Linux)
-
-iD8DBQFBFbBmHTu7gpaalycRAiL4AJ429dtygsCJUD2foc0hxuaC/zsTnACgkPal
-immsiD4wqSPVQZ1IrgerovU=
-=9Q4L
------END PGP SIGNATURE-----
diff --git a/dev-tcltk/mmucl/files/digest-mmucl-1.5.2 b/dev-tcltk/mmucl/files/digest-mmucl-1.5.2
deleted file mode 100644
index 465a9e6550b8..000000000000
--- a/dev-tcltk/mmucl/files/digest-mmucl-1.5.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d38ad0b1a51325dada8ac6b1b15113e2 mmucl-1.5.2.tar.gz 144697
diff --git a/dev-tcltk/mmucl/metadata.xml b/dev-tcltk/mmucl/metadata.xml
deleted file mode 100644
index 9a9af528d4a7..000000000000
--- a/dev-tcltk/mmucl/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>tcltk</herd>
-<maintainer>
- <email>tcltk@gentoo.org</email>
-</maintainer>
-<longdescription>Mmucl - Mark's MUd CLient</longdescription>
-</pkgmetadata>
diff --git a/dev-tcltk/mmucl/mmucl-1.5.2.ebuild b/dev-tcltk/mmucl/mmucl-1.5.2.ebuild
deleted file mode 100644
index 99050d7a553f..000000000000
--- a/dev-tcltk/mmucl/mmucl-1.5.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/mmucl/mmucl-1.5.2.ebuild,v 1.4 2004/08/08 04:46:48 vapier Exp $
-
-inherit games
-
-DESCRIPTION="Marks Mud CLient - A mud client written completely in tcl/tk"
-HOMEPAGE="http://mmucl.sourceforge.net/"
-SRC_URI="mirror://sourceforge/mmucl/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="readline"
-
-RDEPEND=">=dev-lang/tk-8.4
- readline? ( dev-tcltk/tclreadline )"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
-
- sed -i \
- -e "/^BASE_DIR/ s:=.*:=/usr:" \
- -e "/^BIN_DIR/ s:=.*:=${GAMES_BINDIR}:" \
- -e "/^LIB_DIR/ s:=.*:=${GAMES_LIBDIR}/${PN}:" \
- -e "" "${S}/Makefile" \
- || die "sed Makefile failed"
-}
-
-src_install () {
- local LIBDIR="${GAMES_LIBDIR}/${PN}"
-
- dogamesbin mmucl2 || die "dogamesbin failed"
- insinto ${LIBDIR}/lib
- doins lib/*.tcl || die "doins failed (lib)"
- insinto ${LIBDIR}/images
- doins images/*.gif || die "doins failed (images)"
- insinto ${LIBDIR}/interface
- doins interface/*.tcl || die "doins failed (interface)"
- insinto ${LIBDIR}/script
- doins script/*.{tcl,rc} || die "doins failed (script)"
- insinto ${LIBDIR}/script/contrib
- doins script/contrib/* || die "doins failed (contrib)"
- insinto ${LIBDIR}/test
- doins test/*.test || die "doins failed (test)"
- doinfo mmucl.info || die "doinfo failed"
- dodoc CHANGES TODO INSTALL README || die "dodoc failed"
- dohtml mmucl.html || die "dohtml failed"
- prepgamesdirs
-}
-
-pkg_postinst() {
- einfo "You must be in the 'games' group to run this application."
- einfo "The executable for this is mmucl2."
-}