Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 140862

Summary: games-board/tsito-0.8.4.ebuild (New Package)
Product: Gentoo Linux Reporter: Jason Morawski <morawj>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: CONFIRMED ---    
Severity: enhancement Keywords: EBUILD
Priority: High    
Version: 2006.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 140863    
Attachments: games-board/tsito-0.8.4.ebuild
games-board/tsito-0.8.4.ebuild

Description Jason Morawski 2006-07-17 19:24:15 UTC
Hi!

Please find attached tsito-0.8.4.ebuild

tsito is "The Secret Inside The Orange", a console based xiangqi (Chinese chess) interface.

I suggest games-board/tsito

Jason Morawski
Comment 1 Jason Morawski 2006-07-17 19:25:03 UTC
Created attachment 92041 [details]
games-board/tsito-0.8.4.ebuild
Comment 2 Jason Morawski 2006-07-17 19:33:58 UTC
Comment on attachment 92041 [details]
games-board/tsito-0.8.4.ebuild

># Copyright 1999-2006 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header: /var/cvsroot/gentoo-x86/games-board/gnuchess/gnuchess-5.07.ebuild,v 1.11 2006/05/21 18:37:03 corsair Exp $
>
>inherit eutils games
>
>DESCRIPTION="Console based Chinese chess interface"
>HOMEPAGE="http://xiangqi-engine.sourceforge.net/"
>SRC_URI="mirror://sourceforge/xiangqi-engine/${P}.tar.gz"
>
>KEYWORDS="~x86"
>LICENSE="MIT"
>SLOT="0"
>
>src_unpack() {
>	unpack ${A}
>#	epatch "${FILESDIR}"/gnuchess-gcc4.patch
>}
>
>src_install () {
>	make DESTDIR="${D}" install || die "make install failed"
>	dodoc AUTHORS COPYING ChangeLog NEWS TODO README
>	doman doc/${PN}.1
>	prepgamesdirs
>}

Remove the commented out epatch line. Thanks
Comment 3 Jason Morawski 2006-07-17 19:37:18 UTC
Created attachment 92043 [details]
games-board/tsito-0.8.4.ebuild

I took care of removing all the comment garbage from the ebuild.