Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 94546 Details for
Bug 103065
mindless crash when i load a deck
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
xboard-4.2.7.ebuild
xboard-4.2.7.ebuild (text/plain), 1.05 KB, created by
Greg Watson (linuxkrn)
on 2006-08-18 07:49:05 UTC
(
hide
)
Description:
xboard-4.2.7.ebuild
Filename:
MIME Type:
Creator:
Greg Watson (linuxkrn)
Created:
2006-08-18 07:49:05 UTC
Size:
1.05 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/games-board/xboard/xboard-4.2.7.ebuild,v 1.11 2006/05/21 18:42:08 corsair Exp $ > >inherit eutils games > >DESCRIPTION="GUI for gnuchess and for internet chess servers" >HOMEPAGE="http://www.tim-mann.org/xboard.html" >SRC_URI="mirror://gnu/xboard/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="alpha amd64 ppc ppc64 x86" >IUSE="" > >RDEPEND="games-board/gnuchess > || ( > ( x11-libs/libSM > x11-libs/libX11 > x11-libs/libXt > x11-libs/libXmu > x11-libs/libXext > x11-libs/libICE > x11-libs/libXpm > x11-libs/libXaw ) > virtual/x11 )" >DEPEND="${RDEPEND} > || ( ( x11-proto/xproto ) virtual/x11 )" > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}"/${P}* >} > >src_install() { > make DESTDIR="${D}" install || die "make install failed" > dodoc FAQ READ_ME ToDo ChangeLog* > dohtml FAQ.html > insinto /usr/share/pixmaps/ > doins ${FILESDIR}/xboard.png > make_desktop_entry ${PN} "Xboard (Chess)" /usr/share/pixmaps/${PN}.png > 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 103065
:
94546
|
94547