Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 140862 - games-board/tsito-0.8.4.ebuild (New Package)
Summary: games-board/tsito-0.8.4.ebuild (New Package)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 140863
  Show dependency tree
 
Reported: 2006-07-17 19:24 UTC by Jason Morawski
Modified: 2018-12-03 12:58 UTC (History)
0 users

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


Attachments
games-board/tsito-0.8.4.ebuild (tsito-0.8.4.ebuild,684 bytes, text/plain)
2006-07-17 19:25 UTC, Jason Morawski
Details
games-board/tsito-0.8.4.ebuild (tsito-0.8.4.ebuild,536 bytes, text/plain)
2006-07-17 19:37 UTC, Jason Morawski
Details

Note You need to log in before you can comment on or make changes to this bug.
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.