summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-02-20 06:46:35 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-02-20 06:46:35 +0000
commitcb2f1b13c2268047f63e6265b81206564985fa2a (patch)
tree3e3b6d4ba487ef200bf25263d398755e13e2a2fe /games-mud
parentheader fix (Manifest recommit) (diff)
downloadgentoo-2-cb2f1b13c2268047f63e6265b81206564985fa2a.tar.gz
gentoo-2-cb2f1b13c2268047f63e6265b81206564985fa2a.tar.bz2
gentoo-2-cb2f1b13c2268047f63e6265b81206564985fa2a.zip
tidy older versions
Diffstat (limited to 'games-mud')
-rw-r--r--games-mud/gnome-mud/files/digest-gnome-mud-0.10.2-r11
-rw-r--r--games-mud/gnome-mud/files/digest-gnome-mud-0.10.31
-rw-r--r--games-mud/gnome-mud/gnome-mud-0.10.2-r1.ebuild56
-rw-r--r--games-mud/gnome-mud/gnome-mud-0.10.3.ebuild56
4 files changed, 0 insertions, 114 deletions
diff --git a/games-mud/gnome-mud/files/digest-gnome-mud-0.10.2-r1 b/games-mud/gnome-mud/files/digest-gnome-mud-0.10.2-r1
deleted file mode 100644
index f3fb7dcbf31f..000000000000
--- a/games-mud/gnome-mud/files/digest-gnome-mud-0.10.2-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cd30dd4edb79ea03b59bb62b86b16ae0 gnome-mud-0.10.2.tar.gz 479036
diff --git a/games-mud/gnome-mud/files/digest-gnome-mud-0.10.3 b/games-mud/gnome-mud/files/digest-gnome-mud-0.10.3
deleted file mode 100644
index 7f19fd85dbb3..000000000000
--- a/games-mud/gnome-mud/files/digest-gnome-mud-0.10.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0cb5dc84626a7782ca96ad1300359f6c gnome-mud-0.10.3.tar.bz2 482450
diff --git a/games-mud/gnome-mud/gnome-mud-0.10.2-r1.ebuild b/games-mud/gnome-mud/gnome-mud-0.10.2-r1.ebuild
deleted file mode 100644
index 827e39b0022c..000000000000
--- a/games-mud/gnome-mud/gnome-mud-0.10.2-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/gnome-mud/gnome-mud-0.10.2-r1.ebuild,v 1.3 2004/01/02 19:36:59 mr_bones_ Exp $
-
-inherit games gnome2
-
-DESCRIPTION="GNOME MUD client"
-SRC_URI="mirror://sourceforge/amcl/${P}.tar.gz"
-HOMEPAGE="http://amcl.sourceforge.net/"
-
-LICENSE="GPL-2"
-KEYWORDS="x86"
-SLOT="0"
-
-IUSE="python zlib"
-
-RDEPEND="=x11-libs/gtk+-2*
- =gnome-base/libgnome-2*
- =gnome-base/libgnomeui-2*
- >=x11-libs/vte-0.10.26
- python? ( >=dev-python/pygtk-1.99.13 )
- zlib? ( sys-libs/zlib )"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- >=dev-util/intltool-0.23
- >=sys-devel/gettext-0.11.5
- app-text/scrollkeeper"
-
-use python || G2CONF="${G2CONF} --without-python"
-G2CONF="${G2CONF} `use_enable zlib mccp`"
-
-DOCS="AUTHORS BUGS ChangeLog NEWS PLUGIN.API README ROADMAP"
-
-src_install() {
- gnome2_src_install
-
- # plugin directory
- dodir /usr/share/gnome-mud
-
- # put the binary in the Gentoo place
- cd ${D}/usr/games
- dogamesbin gnome-mud
- rm -f gnome-mud
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
- echo
- einfo "For proper plugin operation, please create ~/.gnome-mud/plugins/"
- einfo "if that directory doesn't already exist."
- einfo "The command to do that is:"
- einfo " mkdir -p ~/.gnome-mud/plugins/"
- echo
-}
diff --git a/games-mud/gnome-mud/gnome-mud-0.10.3.ebuild b/games-mud/gnome-mud/gnome-mud-0.10.3.ebuild
deleted file mode 100644
index dd4070dffb4b..000000000000
--- a/games-mud/gnome-mud/gnome-mud-0.10.3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/gnome-mud/gnome-mud-0.10.3.ebuild,v 1.5 2004/01/02 19:36:59 mr_bones_ Exp $
-
-inherit games gnome2
-
-DESCRIPTION="GNOME MUD client"
-HOMEPAGE="http://www.gnome.org/softwaremap/projects/gnome-mud/"
-SRC_URI="mirror://gnome/sources/${PN}/0.10/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="x86"
-SLOT="0"
-
-IUSE="python zlib"
-
-RDEPEND="=x11-libs/gtk+-2*
- =gnome-base/libgnome-2*
- =gnome-base/libgnomeui-2*
- >=x11-libs/vte-0.10.26
- python? ( >=dev-python/pygtk-1.99.13 )
- zlib? ( sys-libs/zlib )"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- >=dev-util/intltool-0.23
- >=sys-devel/gettext-0.11.5
- app-text/scrollkeeper"
-
-use python || G2CONF="${G2CONF} --without-python"
-G2CONF="${G2CONF} `use_enable zlib mccp`"
-
-DOCS="AUTHORS BUGS ChangeLog NEWS PLUGIN.API README ROADMAP"
-
-src_install() {
- gnome2_src_install
-
- # plugin directory
- keepdir /usr/share/gnome-mud || die "keepdir failed"
-
- # put the binary in the Gentoo place and clean it up
- dogamesbin "${D}/usr/games/gnome-mud" || die "dogamesbin failed"
- rm -f "${D}/usr/games/gnome-mud"
- prepgamesdirs
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- games_pkg_postinst
- echo
- einfo "For proper plugin operation, please create ~/.gnome-mud/plugins/"
- einfo "if that directory doesn't already exist."
- einfo "The command to do that is:"
- einfo " mkdir -p ~/.gnome-mud/plugins/"
- echo
-}