summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-07-06 05:45:18 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-07-06 05:45:18 +0000
commitde1c4ccd049b2a89f25c3f74d5f90ff2818ddafd (patch)
tree5b62af406c34b242b0b6879a45a1f2db7cc57756 /games-mud
parentAdd cobalt to IUSE. (diff)
downloadgentoo-2-de1c4ccd049b2a89f25c3f74d5f90ff2818ddafd.tar.gz
gentoo-2-de1c4ccd049b2a89f25c3f74d5f90ff2818ddafd.tar.bz2
gentoo-2-de1c4ccd049b2a89f25c3f74d5f90ff2818ddafd.zip
clean old
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-mud')
-rw-r--r--games-mud/gnome-mud/ChangeLog6
-rw-r--r--games-mud/gnome-mud/files/digest-gnome-mud-0.10.51
-rw-r--r--games-mud/gnome-mud/files/digest-gnome-mud-0.10.61
-rw-r--r--games-mud/gnome-mud/gnome-mud-0.10.5.ebuild57
-rw-r--r--games-mud/gnome-mud/gnome-mud-0.10.6.ebuild60
5 files changed, 5 insertions, 120 deletions
diff --git a/games-mud/gnome-mud/ChangeLog b/games-mud/gnome-mud/ChangeLog
index 2826b15b8173..8be5ee69e7c4 100644
--- a/games-mud/gnome-mud/ChangeLog
+++ b/games-mud/gnome-mud/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-mud/gnome-mud
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/gnome-mud/ChangeLog,v 1.17 2005/05/17 07:18:05 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/gnome-mud/ChangeLog,v 1.18 2005/07/06 05:45:18 mr_bones_ Exp $
+
+ 06 Jul 2005; Michael Sterrett <mr_bones_@gentoo.org>
+ -gnome-mud-0.10.5.ebuild, -gnome-mud-0.10.6.ebuild:
+ clean old
*gnome-mud-0.10.7 (17 May 2005)
diff --git a/games-mud/gnome-mud/files/digest-gnome-mud-0.10.5 b/games-mud/gnome-mud/files/digest-gnome-mud-0.10.5
deleted file mode 100644
index be7f356753ea..000000000000
--- a/games-mud/gnome-mud/files/digest-gnome-mud-0.10.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4c87c002dc0c78515b42dcc6040510c7 gnome-mud-0.10.5.tar.bz2 520600
diff --git a/games-mud/gnome-mud/files/digest-gnome-mud-0.10.6 b/games-mud/gnome-mud/files/digest-gnome-mud-0.10.6
deleted file mode 100644
index 926213fa9b45..000000000000
--- a/games-mud/gnome-mud/files/digest-gnome-mud-0.10.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e5d0dc9962568d192fc71265a4bba74e gnome-mud-0.10.6.tar.bz2 560196
diff --git a/games-mud/gnome-mud/gnome-mud-0.10.5.ebuild b/games-mud/gnome-mud/gnome-mud-0.10.5.ebuild
deleted file mode 100644
index 07d6bea98dd0..000000000000
--- a/games-mud/gnome-mud/gnome-mud-0.10.5.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/gnome-mud/gnome-mud-0.10.5.ebuild,v 1.4 2005/01/23 07:16:47 mr_bones_ Exp $
-
-inherit games gnome2
-
-DESCRIPTION="GNOME MUD client"
-HOMEPAGE="http://amcl.sourceforge.net/"
-SRC_URI="mirror://gnome/sources/${PN}/0.10/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc"
-SLOT="0"
-
-IUSE="python zlib"
-
-RDEPEND="=x11-libs/gtk+-2*
- =gnome-base/libgnome-2*
- =gnome-base/libgnomeui-2*
- >=x11-libs/vte-0.10.26
- dev-perl/XML-Parser
- 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
-}
diff --git a/games-mud/gnome-mud/gnome-mud-0.10.6.ebuild b/games-mud/gnome-mud/gnome-mud-0.10.6.ebuild
deleted file mode 100644
index faa8cb3eb566..000000000000
--- a/games-mud/gnome-mud/gnome-mud-0.10.6.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/gnome-mud/gnome-mud-0.10.6.ebuild,v 1.1 2005/05/12 20:32:19 mr_bones_ Exp $
-
-inherit games gnome2
-
-DESCRIPTION="GNOME MUD client"
-HOMEPAGE="http://amcl.sourceforge.net/"
-SRC_URI="mirror://gnome/sources/${PN}/0.10/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="~ppc x86"
-SLOT="0"
-
-IUSE="python zlib"
-
-RDEPEND="=x11-libs/gtk+-2*
- =gnome-base/libgnome-2*
- =gnome-base/libgnomeui-2*
- >=gnome-base/libglade-2.0.1
- >=x11-libs/vte-0.10.26
- dev-perl/XML-Parser
- 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"
-
-pkg_setup() {
- 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
-}