Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 16364 Details for
Bug 26982
New verision (0.10.2) of gnome-mud.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gnome-mud-0.10.2.ebuild
gnome-mud-0.10.2.ebuild (text/plain), 1.08 KB, created by
Robin Ericsson
on 2003-08-20 05:57:05 UTC
(
hide
)
Description:
gnome-mud-0.10.2.ebuild
Filename:
MIME Type:
Creator:
Robin Ericsson
Created:
2003-08-20 05:57:05 UTC
Size:
1.08 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/app-games/gnome-mud/gnome-mud-0.10.1.ebuild,v 1.2 2003/07/01 01:10:18 vapier Exp $ > >inherit games gnome2 > >DESCRIPTION="GNOME MUD client" >HOMEPAGE="http://amcl.sourceforge.net/" > >KEYWORDS="x86" >SLOT="0" >LICENSE="GPL-2" >IUSE="nls" > >DEPEND="virtual/glibc > =x11-libs/gtk+-2* > =gnome-base/libgnome-2* > =gnome-base/libgnomeui-2* > >=x11-libs/vte-0.10.26 > dev-python/pygtk > nls? ( >=sys-devel/gettext-0.10.40 )" > >src_unpack() { > unpack ${A} > > if [ `use nls` ] ; then > cd ${S}/src > for editfile in modules.c prefs.c net.c init.c data.c ; do > cp ${editfile} ${editfile}.orig > sed 's|\(.*\)\(<libintl.h>\)|//\1\2|g' ${editfile}.orig > ${editfile} > done > fi >} > >src_compile() { > econf `use_enable nls` || die > emake || die >} > >src_install() { > make install DESTDIR=${D} || die > dodoc AUTHORS COPYING* ChangeLog NEWS README* > > [ `use nls` ] || rm -rf ${D}/usr/share/locale > > cd ${D}/usr/games > dodir ${GAMES_BINDIR} > mv gnome-mud ${D}/${GAMES_BINDIR} > prepgamesdirs >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 26982
: 16364