Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 105491 Details for
Bug 160235
games-arcade/methane has no menu entry
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
methane-1.4.7-r1.ebuild
methane-1.4.7-r1.ebuild (text/plain), 1.20 KB, created by
Pacho Ramos
on 2007-01-05 04:35:57 UTC
(
hide
)
Description:
methane-1.4.7-r1.ebuild
Filename:
MIME Type:
Creator:
Pacho Ramos
Created:
2007-01-05 04:35:57 UTC
Size:
1.20 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/games-arcade/methane/methane-1.4.7.ebuild,v 1.2 2005/05/31 20:47:52 cryos Exp $ > >inherit games > >DESCRIPTION="Port from an old amiga game" >HOMEPAGE="http://methane.sourceforge.net" >SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="amd64 x86" >IUSE="mikmod" > >DEPEND=">=dev-games/clanlib-0.7 > mikmod? ( >=media-libs/libmikmod-3.1.11 )" > >src_unpack() { > unpack ${A} > cd "${S}" > if ! use mikmod ; then > sed -i \ > -e '/^METHANE_SND/s/^/#/' \ > source/linux/makefile \ > || die "sed failed" > fi > sed -i \ > -e "s:/var/games:${GAMES_STATDIR}:" \ > source/linux/doc.cpp history \ > || die "sed failed" >} > >src_compile() { > emake -C source/linux -j1 || die "emake failed" >} > >src_install() { > dogamesbin source/linux/methane || die "dogamesbin failed" > dodir "${GAMES_STATEDIR}" > touch "${D}/${GAMES_STATEDIR}/methanescores" > dodoc authors history install todo > dohtml "${S}"/docs/* > prepgamesdirs > newicon docs/puff.gif ${PN}.gif > make_desktop_entry methane "Super Methane Brothers" /usr/share/pixmaps/${PN}.gif > fperms g+w "${GAMES_STATEDIR}/methanescores" >}
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 160235
: 105491