summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2007-12-28 04:49:14 +0200
committerMart Raudsepp <leio@dustbite.net>2007-12-28 04:49:14 +0200
commit13b97fad075291ad3b7ad046cdbd887757e59bd0 (patch)
tree666b4722e3fad7e635e5fdb5d139f4cc570962f1
parentRemove the gst-plugins-ffmpeg live CVS ebuild, new 0.10.3 release has the H.2... (diff)
downloadleio-13b97fad075291ad3b7ad046cdbd887757e59bd0.tar.gz
leio-13b97fad075291ad3b7ad046cdbd887757e59bd0.tar.bz2
leio-13b97fad075291ad3b7ad046cdbd887757e59bd0.zip
Remove wxmud live ebuild - moved to portage
-rw-r--r--games-mud/wxmud/ChangeLog12
-rw-r--r--games-mud/wxmud/Manifest3
-rw-r--r--games-mud/wxmud/metadata.xml11
-rw-r--r--games-mud/wxmud/wxmud-9999.ebuild44
4 files changed, 0 insertions, 70 deletions
diff --git a/games-mud/wxmud/ChangeLog b/games-mud/wxmud/ChangeLog
deleted file mode 100644
index 8ee42bf..0000000
--- a/games-mud/wxmud/ChangeLog
+++ /dev/null
@@ -1,12 +0,0 @@
-# ChangeLog for games-mud/wxmud
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 25 Dec 2007; Mart Raudsepp <leio@gentoo.org> wxmud-9999.ebuild:
- Build against wxWidgets-2.8
-
- 21 Oct 2007; Mart Raudsepp <leio@gentoo.org> +metadata.xml,
- +wxmud-9999.ebuild:
- Initial import of wxMUD to my overlay. This is a graphical MUD client with
- full MXP support and other things, maintained by me upstream
-
diff --git a/games-mud/wxmud/Manifest b/games-mud/wxmud/Manifest
deleted file mode 100644
index d38a109..0000000
--- a/games-mud/wxmud/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-EBUILD wxmud-9999.ebuild 957 RMD160 a51614c7a8f5d66b5d49876872f52132dd314b68 SHA1 88746df7835c32da8b9075a08bcf74c3e856ee48 SHA256 de9c23452dd5701c7b3c11e341a0a41f3c47bc152660f6c3ddfd0ca2474a70f1
-MISC ChangeLog 438 RMD160 3eb5b2fe76015e0eb660659fdccaf852e093437a SHA1 6ca54d1e4b0bf70dde0067280752bb7198e9118e SHA256 861c1e28caff6fa62c26ee9256ba2675fdde773a98b960d786ec7b9dfa899f33
-MISC metadata.xml 388 RMD160 c39ae3eb3f0a2539b0f6e8ef6896c62a18d670db SHA1 f15f0e87e4189a9daa251138abbea2d74eadcfc6 SHA256 9c7fef05df7a4d723b31dd7bea2b64a2daab88cb2416048cc6bb309efdce6b7b
diff --git a/games-mud/wxmud/metadata.xml b/games-mud/wxmud/metadata.xml
deleted file mode 100644
index edc0427..0000000
--- a/games-mud/wxmud/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
- <email>leio@gentoo.org</email>
-</maintainer>
-<longdescription>
-wxMUD is an open source cross-platform graphical MUD client featuring ANSI color, MCCP, MXP and MSP support, among other features.
-</longdescription>
-</pkgmetadata>
diff --git a/games-mud/wxmud/wxmud-9999.ebuild b/games-mud/wxmud/wxmud-9999.ebuild
deleted file mode 100644
index e11edf1..0000000
--- a/games-mud/wxmud/wxmud-9999.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-WANT_AUTOCONF=latest
-WANT_AUTOMAKE=latest
-
-WX_GTK_VER=2.8
-inherit flag-o-matic subversion wxwidgets autotools
-
-DESCRIPTION="Cross-platform MUD client"
-HOMEPAGE="http://wxmud.sourceforge.net/"
-SRC_URI=""
-ESVN_REPO_URI="https://wxmud.svn.sourceforge.net/svnroot/wxmud/trunk"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="python"
-
-RDEPEND="=x11-libs/wxGTK-2.8*
- >=x11-libs/gtk+-2.4
- python? ( >=dev-lang/python-2.4 )"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
- subversion_src_unpack
- cd "${S}"
- AT_M4DIR="m4" eautoreconf
-}
-
-src_compile() {
- append-flags -fno-strict-aliasing
- econf --with-wx-config="${WX_CONFIG}" \
- $(use_enable python) \
- --disable-audiere \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS README TODO docs/input.txt docs/scripting.txt
-}