Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 166027 Details for
Bug 238319
games-puzzle/tetrinet-0.11-r1 - quickpatchs / ebuild rewritten
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
game-puzzle/tetrinet-0.11-r1.ebuild
tetrinet-0.11-r1.ebuild (text/plain), 1.13 KB, created by
Tiger
on 2008-09-21 20:26:01 UTC
(
hide
)
Description:
game-puzzle/tetrinet-0.11-r1.ebuild
Filename:
MIME Type:
Creator:
Tiger
Created:
2008-09-21 20:26:01 UTC
Size:
1.13 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils flag-o-matic games > >DESCRIPTION="console based tetrinet inc. standalone server" >HOMEPAGE="http://tetrinet.or.cz/" >SRC_URI="http://tetrinet.or.cz/download/${P}.tar.bz2" > >LICENSE="as-is" >SLOT="0" >KEYWORDS="~x86 ~amd64 ~ppc" >IUSE="ipv6 dedicated" > >RDEPEND=">=sys-libs/ncurses-5" > >src_unpack() { > unpack ${A} > > cd "${S}" > > epatch "${FILESDIR}/01_${PN}-no-retbuf.patch" > epatch "${FILESDIR}/02_${PN}-port.patch" > epatch "${FILESDIR}/03_${PN}-helpmenu-cmdline.patch" > > # Needed for next steps, see the Makefile. > sed -i -e 's/^#.*$//' -e '/^CC/d' -e '/^CFLAGS/d' "Makefile" > > use ipv6 && append-flags -DHAVE_IPV6 > > use dedicated && sed -i 's/\ tetrinet\ //' "Makefile" \ > || sed -i 's/\ tetrinet\-server$//' "Makefile" > > # Prevent for warning about unused builtin 'log' function > append-flags -L/usr/include/ncurses -fno-builtin >} > >src_compile() { > emake || die "emake failed" >} > >src_install() { > use dedicated && dogamesbin tetrinet-server \ > || dogamesbin tetrinet > dodoc README TODO tetrinet.txt > 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 238319
: 166027 |
166029
|
166030
|
166032