Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 53132 Details for
Bug 84802
[New ebuild] KoobyVolley
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
koobyvolley-0.6.4-r1.ebuild
koobyvolley-0.6.4-r1.ebuild (text/plain), 953 bytes, created by
Bertrand Jacquin
on 2005-03-10 17:27:13 UTC
(
hide
)
Description:
koobyvolley-0.6.4-r1.ebuild
Filename:
MIME Type:
Creator:
Bertrand Jacquin
Created:
2005-03-10 17:27:13 UTC
Size:
953 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit games gcc > >DESCRIPTION="If you are looking for a mixed game of arcade, action, volley-ball and fun : You're on the right way!!!" >HOMEPAGE="https://gna.org/projects/koobyvolley" >SRC_URI="http://guybrush.ath.cx/koobyvolley/${PN}-${PV}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND=">=media-libs/libsdl-1.2.7 > >=media-libs/sdl-mixer-1.2.5 > virtual/opengl > media-libs/alsa-lib" >RDEPEND="${DEPEND}" > >RESTRICT="nomirror" > >src_unpack() >{ > unpack ${A} >} > >src_compile() >{ > if [ "`gcc-major-version`" -ge "3" -a "`gcc-minor-version`" -ge "4" ] > then > eerror "You can't use gcc-3.4.x to compile ${PN}" > eerror "Please do that :" > eerror " gcc-config -l" > eerror "And choose gcc-3.3.x" > die > fi > > egamesconf || die > emake || die >} > >src_install() >{ > egamesinstall || die > > dodoc lisezmoi readme authors todo >}
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 84802
:
53129
|
53130
|
53131
| 53132 |
53133
|
53134