Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-mud/gnome-mud: gnome-mud-0.11.2.ebuild ChangeLog
Date: Sat, 28 Feb 2009 22:46:07
Message-Id: E1LdXwa-0006bA-Rl@stork.gentoo.org
1 mr_bones_ 09/02/28 22:46:04
2
3 Modified: ChangeLog
4 Added: gnome-mud-0.11.2.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.6.7/cvs/Linux i686)
8
9 Revision Changes Path
10 1.24 games-mud/gnome-mud/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/gnome-mud/ChangeLog?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/gnome-mud/ChangeLog?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/gnome-mud/ChangeLog?r1=1.23&r2=1.24
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-mud/gnome-mud/ChangeLog,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- ChangeLog 17 Feb 2009 16:53:59 -0000 1.23
23 +++ ChangeLog 28 Feb 2009 22:46:04 -0000 1.24
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-mud/gnome-mud
26 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-mud/gnome-mud/ChangeLog,v 1.23 2009/02/17 16:53:59 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-mud/gnome-mud/ChangeLog,v 1.24 2009/02/28 22:46:04 mr_bones_ Exp $
29 +
30 +*gnome-mud-0.11.2 (28 Feb 2009)
31 +
32 + 28 Feb 2009; Michael Sterrett <mr_bones_@g.o>
33 + +gnome-mud-0.11.2.ebuild:
34 + version bump
35
36 *gnome-mud-0.11.1 (17 Feb 2009)
37
38
39
40
41 1.1 games-mud/gnome-mud/gnome-mud-0.11.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/gnome-mud/gnome-mud-0.11.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/gnome-mud/gnome-mud-0.11.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gnome-mud-0.11.2.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/games-mud/gnome-mud/gnome-mud-0.11.2.ebuild,v 1.1 2009/02/28 22:46:04 mr_bones_ Exp $
51
52 EAPI=2
53 inherit gnome2 games
54
55 DESCRIPTION="GNOME MUD client"
56 HOMEPAGE="http://live.gnome.org/GnomeMud"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 IUSE="gstreamer"
62
63 RDEPEND="x11-libs/gtk+:2
64 >=gnome-base/libglade-2.0.1:2.0
65 >=x11-libs/vte-0.11
66 gstreamer? ( media-libs/gstreamer )
67 dev-perl/XML-Parser
68 dev-libs/libpcre
69 net-libs/gnet:2
70 virtual/libintl"
71 DEPEND="${RDEPEND}
72 dev-util/pkgconfig
73 >=dev-util/intltool-0.23
74 >=sys-devel/gettext-0.11.5
75 app-text/scrollkeeper"
76
77 src_configure() {
78 gnome2_src_configure \
79 --disable-dependency-tracking \
80 --bindir="${GAMES_BINDIR}" \
81 $(use_enable gstreamer)
82 }
83
84 src_install() {
85 DOCS="AUTHORS BUGS ChangeLog NEWS PLUGIN.API README ROADMAP" \
86 gnome2_src_install
87 prepgamesdirs
88 }
89
90 pkg_preinst() {
91 gnome2_pkg_preinst
92 games_pkg_preinst
93 }
94
95 pkg_postinst() {
96 gnome2_pkg_postinst
97 games_pkg_postinst
98 echo
99 elog "For proper plugin operation, please create ~/.gnome-mud/plugins/"
100 elog "if that directory doesn't already exist."
101 elog "The command to do that is:"
102 elog " mkdir -p ~/.gnome-mud/plugins/"
103 echo
104 }