Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 85924 Details for
Bug 130891
games-puzzle/bbm-0.2.0 (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
0.2.0 ebuild using games.eclass
bbm-0.2.0.ebuild (text/plain), 818 bytes, created by
Mark <Line72> Dillavou
on 2006-05-01 06:32:01 UTC
(
hide
)
Description:
0.2.0 ebuild using games.eclass
Filename:
MIME Type:
Creator:
Mark <Line72> Dillavou
Created:
2006-05-01 06:32:01 UTC
Size:
818 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit distutils games > >DESCRIPTION="Balls, Blocks, and Mazes: A 3D puzzle game." >HOMEPAGE="https://sf.net/projects/bbm/" >SRC_URI="mirror://sourceforge/bbm/${P}.tar.gz" > >LICENSE="GPL-2" >KEYWORDS="~amd64 ~x86" >IUSE="psyco" > >DEPEND="media-libs/pysdl-mixer > =dev-python/pyogre-1.0* > =dev-python/pyode-1.1* > x86? (psyco? dev-python/psyco)" >RDEPEND=">=dev-lang/python-2.3" >SLOT="0" > >src_unpack() { > unpack ${A} > cd "${S}" > # change the install dir in setup.py > sed -i "s|share|${GAMES_DATADIR}|g" ${S}/setup.py > epatch "${FILESDIR}"/${P}-gamespath.patch >} > >src_install() { > distutils_src_install "--install-scripts=${GAMES_BINDIR}" > # update game permissions > 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 130891
:
85223
|
85355
|
85924
|
85925
|
89274