From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-mud/gnome-mud/
Date: Tue, 22 Aug 2017 12:17:19 +0000 (UTC) [thread overview]
Message-ID: <1503404198.b05a49211008dc29195b38a8ada76b8851f8e046.leio@gentoo> (raw)
commit: b05a49211008dc29195b38a8ada76b8851f8e046
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 22 12:16:38 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Aug 22 12:16:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b05a4921
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(-)
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 8d99eb1c2f4..00000000000
--- 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 3fa2809b314..00000000000
--- 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
-}
next reply other threads:[~2017-08-22 12:17 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-22 12:17 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-06-28 10:19 [gentoo-commits] repo/gentoo:master commit in: games-mud/gnome-mud/ David Seifert
2019-10-11 15:36 Michał Górny
2019-01-06 12:45 Mart Raudsepp
2019-01-04 23:35 Mart Raudsepp
2019-01-04 0:46 Mart Raudsepp
2019-01-01 19:15 Mart Raudsepp
2018-08-16 21:33 Mart Raudsepp
2017-11-20 22:00 David Seifert
2017-08-20 16:59 Thomas Deutschmann
2017-07-26 13:41 Mart Raudsepp
2017-07-26 9:41 Mart Raudsepp
2017-07-26 9:41 Mart Raudsepp
2017-07-19 18:06 Tobias Klausmann
2017-04-22 21:22 Mart Raudsepp
2016-08-05 19:43 Austin English
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=1503404198.b05a49211008dc29195b38a8ada76b8851f8e046.leio@gentoo \
--to=leio@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