From: "Austin English" <wizardedit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-mud/gnome-mud/
Date: Fri,  5 Aug 2016 19:43:27 +0000 (UTC)	[thread overview]
Message-ID: <1470426197.a7119eef52411379b94400abe463dd5469abe1c3.wizardedit@gentoo> (raw)
commit:     a7119eef52411379b94400abe463dd5469abe1c3
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  5 19:00:50 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Fri Aug  5 19:43:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7119eef
games-mud/gnome-mud: remove deprecated games eclass
Also update to EAPI 6
Gentoo-Bug: https://bugs.gentoo.org/574082
Package-Manager: portage-2.3.0
 games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild | 55 ++++++++++++++++++++++++++
 1 file changed, 55 insertions(+)
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
new file mode 100644
index 0000000..f50488c
--- /dev/null
+++ b/games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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 ~ppc ~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
+}
next             reply	other threads:[~2016-08-05 19:43 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-05 19:43 Austin English [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-04-22 21:22 [gentoo-commits] repo/gentoo:master commit in: games-mud/gnome-mud/ Mart Raudsepp
2017-07-19 18:06 Tobias Klausmann
2017-07-26  9:41 Mart Raudsepp
2017-07-26  9:41 Mart Raudsepp
2017-07-26 13:41 Mart Raudsepp
2017-08-20 16:59 Thomas Deutschmann
2017-08-22 12:17 Mart Raudsepp
2017-11-20 22:00 David Seifert
2018-08-16 21:33 Mart Raudsepp
2019-01-01 19:15 Mart Raudsepp
2019-01-04  0:46 Mart Raudsepp
2019-01-04 23:35 Mart Raudsepp
2019-01-06 12:45 Mart Raudsepp
2019-10-11 15:36 Michał Górny
2022-06-28 10:19 David Seifert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox
  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):
  git send-email \
    --in-reply-to=1470426197.a7119eef52411379b94400abe463dd5469abe1c3.wizardedit@gentoo \
    --to=wizardedit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY
  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
  Be sure your reply has a Subject: header at the top and a blank line
  before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox