Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2131 - gnome-mud-0.9.0.ebuild (Update)
Summary: gnome-mud-0.9.0.ebuild (Update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Spider (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-26 13:30 UTC by Chad Sorrell
Modified: 2003-02-04 19:42 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
gnome-mud-0.9.0.ebuild (Update) (gnome-mud-0.9.0.ebuild,596 bytes, text/plain)
2002-04-26 13:32 UTC, Chad Sorrell
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chad Sorrell 2002-04-26 13:30:18 UTC
This is an update to 0.8.0 which has many many bugfixes.

Below is a copy of the Changelog.

- GNOME-Mud can now do session recording (logging in realtime), and
save session log to file.
- Python scripting support (requires Python >= 2.0).
- MudConnect lists support. You can download MudConnect.com's mud list
from http://www.mudconnect.com/zmud/mudlist.txt.
- Updated to gettext 0.10.40.
- Mouse wheel and Page Up/Down support in the main window.
- Font/Color support rewritten.
- Fixed compilation on non-glibc systems.
- Fixed the printing of ASCII junk at the end of telnet packets
when connected to certain MUDs.
- Terminal setting support.
- Lots of bugfixes.
- Fixed the MCCP segfault, hopefully.
- Nested alias now works, with a maximum depth of 5.
- Reconnect option on menu.
- User manual updates.
- Translation updates (ca, es, fr, sv).
- Command history rewritten, and now working as it should.

Thanks
Chad Sorrell

---- gnome-mud-0.9.0.ebuild ----
S=${WORKDIR}/${P}
DESCRIPTION="GNOME MUD Client"
SRC_URI="http://prdownloads.sourceforge.net/amcl/${P}.tar.gz"
HOMEPAGE="http://amcl.sourceforge.net/"

DEPEND="virtual/glibc
        >=x11-libs/gtk+-1.2.10-r7
        >=gnome-base/gnome-libs-1.4.1.5
        >=media-libs/gdk-pixbuf-0.17.0
        >=dev-lang/python-2.2-r6"

src_compile() {
        ./configure --host=${CHOST}  \
                --prefix=/usr \
                --sysconfdir=/etc \
                --localstatedir=/var/lib || die

        emake || die
}

src_install() {
        make install \
                prefix=${D}/usr \
                sysconfdir=${D}/etc \
                localstatedir=${D}/var/lib || die

        dodoc AUTHORS COPYING* ChangeLog NEWS README*
}
---- end ----
Comment 1 Chad Sorrell 2002-04-26 13:32:14 UTC
Created attachment 689 [details]
gnome-mud-0.9.0.ebuild (Update)

gnome-mud-0.9.0.ebuild (Update)
Comment 2 Chad Sorrell 2002-04-26 13:35:16 UTC
Sorry about putting the ebuild in the comments, didn't see the attachment button
til after I committed....heh
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2002-05-03 20:46:15 UTC
Hi sorry this is taking so long -- I';ve been experiencing some compilation
problems with this.
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2002-05-03 21:39:47 UTC
Preston,

I am having NLS issues with this.  Specifically, if NLS is disabled, things
don't compile.  Mind you, I compiled glibc without NLS enabled either...
Comment 5 Hanno Böck gentoo-dev 2002-08-28 10:21:54 UTC
0.9.1 is already in portage.