Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 194178 Details for
Bug 193937
games-board/kombilo: A go games database program for pattern searches
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
added the patch for python 2.6
kombilo-0.5m.ebuild (text/plain), 1.43 KB, created by
Guillaume BINET
on 2009-06-10 16:18:16 UTC
(
hide
)
Description:
added the patch for python 2.6
Filename:
MIME Type:
Creator:
Guillaume BINET
Created:
2009-06-10 16:18:16 UTC
Size:
1.43 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/games-board/qgo/qgo-1.5.4.ebuild,v 1.1 2007/06/17 13:42:20 nyhm Exp $ > >inherit distutils > >DESCRIPTION="A go games database program for pattern searches" >HOMEPAGE="http://www.u-go.net/kombilo/" >SRC_URI="http://dl.u-go.net/kombilo/download/kombilo05m.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="doc cjk" > ># TODO: dev-python/imaging should be optional >RDEPEND="dev-python/pmw > dev-python/imaging > cjk? ( dev-python/cjkcodecs )" >DEPEND="${RDEPEND}" > >DOCS="doc/*.txt" >S="${WORKDIR}/kombilo05" > >src_unpack() { > distutils_src_unpack > > epatch "${FILESDIR}"/${P}-namespace.patch > epatch "${FILESDIR}"/${P}-syspath.patch > epatch "${FILESDIR}"/${P}-patch-C-parser.diff > epatch "${FILESDIR}"/${P}-patch-whrandom.diff > epatch "${FILESDIR}"/${P}-path_resolution.diff > epatch "${FILESDIR}"/${P}-patch-dict-sizes.diff > cp "${FILESDIR}"/${P}-setup.py setup.py > > mv sgfpars_wrap.cxx sgfpars_wrap.cc > mv kombilo.py kombilo > > mkdir src > mkdir src/kombilo > mv sgfpars.py sgfparser.py v.py board1.py src/kombilo > touch src/kombilo/__init__.py > > cat >kombilo.def <<EOT >kombilo05 >i|%/tmp >EOT >} > >src_install() { > distutils_src_install > > # We don't want to use dodoc because of the jpgs > if use doc ; then > html_docdir="${D}/usr/share/doc/${PF}/html" > mkdir "$html_docdir" > cp -r doc/*.html doc/*.jpg "$html_docdir" || die > fi >}
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 193937
:
131994
|
131996
|
131997
|
131998
|
159571
|
159573
|
159574
|
159576
|
194177
| 194178