From b05a49211008dc29195b38a8ada76b8851f8e046 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Tue, 22 Aug 2017 15:16:38 +0300 Subject: games-mud/gnome-mud: remove old Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild | 54 ----------------------- games-mud/gnome-mud/gnome-mud-0.11.2.ebuild | 59 -------------------------- 2 files changed, 113 deletions(-) delete mode 100644 games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild delete mode 100644 games-mud/gnome-mud/gnome-mud-0.11.2.ebuild (limited to 'games-mud/gnome-mud') diff --git a/games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild b/games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild deleted file mode 100644 index 8d99eb1c2f44..000000000000 --- a/games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -GNOME_TARBALL_SUFFIX="bz2" - -inherit gnome2 - -DESCRIPTION="GNOME MUD client" -HOMEPAGE="https://wiki.gnome.org/Apps/GnomeMud" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" -IUSE="gstreamer" - -RDEPEND="virtual/libintl - dev-libs/libpcre - dev-perl/XML-Parser - gnome-base/gconf:2 - >=gnome-base/libglade-2.0.1:2.0 - gstreamer? ( media-libs/gstreamer:0.10 ) - net-libs/gnet:2 - x11-libs/gtk+:2 - >=x11-libs/vte-0.11:0" -DEPEND="${RDEPEND} - virtual/pkgconfig - app-text/rarian - >=dev-util/intltool-0.23 - >=sys-devel/gettext-0.11.5" - -src_configure() { - gnome2_src_configure \ - $(use_enable gstreamer) -} - -src_install() { - DOCS="AUTHORS BUGS ChangeLog NEWS PLUGIN.API README ROADMAP" \ - gnome2_src_install -} - -pkg_preinst() { - gnome2_pkg_preinst -} - -pkg_postinst() { - gnome2_pkg_postinst - echo - elog "For proper plugin operation, please create ~/.gnome-mud/plugins/" - elog "if that directory doesn't already exist." - elog "The command to do that is:" - elog " mkdir -p ~/.gnome-mud/plugins/" - echo -} diff --git a/games-mud/gnome-mud/gnome-mud-0.11.2.ebuild b/games-mud/gnome-mud/gnome-mud-0.11.2.ebuild deleted file mode 100644 index 3fa2809b3142..000000000000 --- a/games-mud/gnome-mud/gnome-mud-0.11.2.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -GCONF_DEBUG="yes" -GNOME_TARBALL_SUFFIX="bz2" - -inherit gnome2 games - -DESCRIPTION="GNOME MUD client" -HOMEPAGE="https://wiki.gnome.org/Apps/GnomeMud" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 x86 ~x86-fbsd" -IUSE="gstreamer" - -RDEPEND="x11-libs/gtk+:2 - >=gnome-base/libglade-2.0.1:2.0 - gnome-base/gconf:2 - >=x11-libs/vte-0.11:0 - gstreamer? ( media-libs/gstreamer:0.10 ) - dev-perl/XML-Parser - dev-libs/libpcre - net-libs/gnet:2 - virtual/libintl" -DEPEND="${RDEPEND} - virtual/pkgconfig - >=dev-util/intltool-0.23 - >=sys-devel/gettext-0.11.5 - app-text/rarian" - -src_configure() { - gnome2_src_configure \ - --bindir="${GAMES_BINDIR}" \ - $(use_enable gstreamer) -} - -src_install() { - DOCS="AUTHORS BUGS ChangeLog NEWS PLUGIN.API README ROADMAP" \ - gnome2_src_install - prepgamesdirs -} - -pkg_preinst() { - gnome2_pkg_preinst - games_pkg_preinst -} - -pkg_postinst() { - gnome2_pkg_postinst - games_pkg_postinst - echo - elog "For proper plugin operation, please create ~/.gnome-mud/plugins/" - elog "if that directory doesn't already exist." - elog "The command to do that is:" - elog " mkdir -p ~/.gnome-mud/plugins/" - echo -} -- cgit v1.2.3-18-g5258