summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-12-02 16:30:30 +0000
committerPacho Ramos <pacho@gentoo.org>2014-12-02 16:30:30 +0000
commite9684291be51d9d78f3d900c7081ccc9e7b1a371 (patch)
tree4284b4975b7fc43bb60c4f0ba8d7e46af07d1e65 /games-mud/gnome-mud
parentDrop old (using deprecated eclass) (diff)
downloadgentoo-2-e9684291be51d9d78f3d900c7081ccc9e7b1a371.tar.gz
gentoo-2-e9684291be51d9d78f3d900c7081ccc9e7b1a371.tar.bz2
gentoo-2-e9684291be51d9d78f3d900c7081ccc9e7b1a371.zip
Update homepage, drop some unneeded stuff, bump eapi, stable on amd64
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'games-mud/gnome-mud')
-rw-r--r--games-mud/gnome-mud/ChangeLog7
-rw-r--r--games-mud/gnome-mud/gnome-mud-0.11.2.ebuild25
2 files changed, 20 insertions, 12 deletions
diff --git a/games-mud/gnome-mud/ChangeLog b/games-mud/gnome-mud/ChangeLog
index dd18f0cda988..83349a72b5d8 100644
--- a/games-mud/gnome-mud/ChangeLog
+++ b/games-mud/gnome-mud/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-mud/gnome-mud
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/gnome-mud/ChangeLog,v 1.30 2012/11/07 20:16:08 tetromino Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-mud/gnome-mud/ChangeLog,v 1.31 2014/12/02 16:30:30 pacho Exp $
+
+ 02 Dec 2014; Pacho Ramos <pacho@gentoo.org> gnome-mud-0.11.2.ebuild:
+ Update homepage, drop some unneeded stuff, bump eapi, stable on amd64
07 Nov 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
gnome-mud-0.11.2.ebuild:
diff --git a/games-mud/gnome-mud/gnome-mud-0.11.2.ebuild b/games-mud/gnome-mud/gnome-mud-0.11.2.ebuild
index 0ef447e291c0..4feb2e7ed5a2 100644
--- a/games-mud/gnome-mud/gnome-mud-0.11.2.ebuild
+++ b/games-mud/gnome-mud/gnome-mud-0.11.2.ebuild
@@ -1,19 +1,23 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 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.11.2.ebuild,v 1.8 2012/11/07 20:16:08 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/gnome-mud/gnome-mud-0.11.2.ebuild,v 1.9 2014/12/02 16:30:30 pacho Exp $
+
+EAPI=5
+GCONF_DEBUG="yes"
+GNOME_TARBALL_SUFFIX="bz2"
-EAPI=2
inherit gnome2 games
DESCRIPTION="GNOME MUD client"
-HOMEPAGE="http://live.gnome.org/GnomeMud"
+HOMEPAGE="https://wiki.gnome.org/Apps/GnomeMud"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
IUSE="gstreamer"
-RDEPEND="x11-libs/gtk+:2
+RDEPEND="
+ x11-libs/gtk+:2
>=gnome-base/libglade-2.0.1:2.0
gnome-base/gconf:2
>=x11-libs/vte-0.11:0
@@ -21,22 +25,23 @@ RDEPEND="x11-libs/gtk+:2
dev-perl/XML-Parser
dev-libs/libpcre
net-libs/gnet:2
- virtual/libintl"
+ virtual/libintl
+"
DEPEND="${RDEPEND}
virtual/pkgconfig
>=dev-util/intltool-0.23
>=sys-devel/gettext-0.11.5
- app-text/scrollkeeper"
+ app-text/scrollkeeper
+"
src_configure() {
+ DOCS="AUTHORS BUGS ChangeLog NEWS PLUGIN.API README ROADMAP"
gnome2_src_configure \
- --disable-dependency-tracking \
--bindir="${GAMES_BINDIR}" \
$(use_enable gstreamer)
}
src_install() {
- DOCS="AUTHORS BUGS ChangeLog NEWS PLUGIN.API README ROADMAP" \
gnome2_src_install
prepgamesdirs
}