diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-01-23 07:18:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-01-23 07:18:08 +0000 |
commit | 9b8fb147c21bf772a5ebd3ac839a652af1656de7 (patch) | |
tree | 7c6534f3747ce85c2f1a546a94e2202510f7ca38 /games-mud | |
parent | HOMEPAGE fix (bug #75571) (diff) | |
download | gentoo-2-9b8fb147c21bf772a5ebd3ac839a652af1656de7.tar.gz gentoo-2-9b8fb147c21bf772a5ebd3ac839a652af1656de7.tar.bz2 gentoo-2-9b8fb147c21bf772a5ebd3ac839a652af1656de7.zip |
old
(Portage version: 2.0.51-r14)
Diffstat (limited to 'games-mud')
-rw-r--r-- | games-mud/gnome-mud/files/digest-gnome-mud-0.10.4a | 1 | ||||
-rw-r--r-- | games-mud/gnome-mud/gnome-mud-0.10.4a.ebuild | 57 |
2 files changed, 0 insertions, 58 deletions
diff --git a/games-mud/gnome-mud/files/digest-gnome-mud-0.10.4a b/games-mud/gnome-mud/files/digest-gnome-mud-0.10.4a deleted file mode 100644 index 90e71bf3d6f7..000000000000 --- a/games-mud/gnome-mud/files/digest-gnome-mud-0.10.4a +++ /dev/null @@ -1 +0,0 @@ -MD5 947c45f30ec1f294b77f24df88eb5254 gnome-mud-0.10.4a.tar.bz2 510379 diff --git a/games-mud/gnome-mud/gnome-mud-0.10.4a.ebuild b/games-mud/gnome-mud/gnome-mud-0.10.4a.ebuild deleted file mode 100644 index 0c8265747ac1..000000000000 --- a/games-mud/gnome-mud/gnome-mud-0.10.4a.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.4a.ebuild,v 1.4 2005/01/23 07:16:47 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 - 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 -} |