Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 287161 Details for
Bug 383829
games-arcade/diamond-girl (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild itself to review by gentoo devs
diamond-girl-1.5.ebuild (text/plain), 1.18 KB, created by
Vincent Hardy
on 2011-09-20 13:39:36 UTC
(
hide
)
Description:
ebuild itself to review by gentoo devs
Filename:
MIME Type:
Creator:
Vincent Hardy
Created:
2011-09-20 13:39:36 UTC
Size:
1.18 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=1 > >inherit eutils games > >MY_P="${P/diamond-/diamond_}" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~amd64 ~x86" >DESCRIPTION="Clone of Boulderdash (a.k.a Emerald Mine on the Amiga) made with SDL library." > >SRC_URI="http://www.netikka.net/joyr/diamond_girl/${MY_P}.tar.bz2" >HOMEPAGE="http://www.netikka.net/joyr/diamond_girl/index.html" > >RDEPEND="media-libs/sdl-mixer > media-libs/sdl-gfx > media-libs/sdl-image > media-libs/openal > media-libs/freealut" > >DEPEND="${RDEPEND} > dev-util/pkgconfig" > >IUSE="" > >S=${WORKDIR}/${MY_P} > >src_unpack() { > unpack ${A} > epatch "${FILESDIR}/desktop_entry.patch" > export PREFIX="/usr" > export BINDIR="${GAMES_BINDIR}" > export DATADIR="${GAMES_DATADIR}/diamond_girl" >} > >src_install() { > export PREFIX="${D}/usr" > export BINDIR="${D}${GAMES_BINDIR}" > export DATADIR="${D}${GAMES_DATADIR}/diamond_girl" > > emake DESTDIR="${D}" install || die "emake install failed" > > dodoc CREDITS > dodoc Changelog > > # CREDITS file is necessary in /usr/share/games/diamond_girl > rm ${D}${GAMES_DATADIR}/diamond_girl/Changelog > rm ${D}${GAMES_DATADIR}/diamond_girl/LIC* > > 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 383829
:
287159
|
287161
|
301131
|
347352