Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 149442 Details for
Bug 217341
games-engines/qtads-1.9.ebuild: version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
qtads-1.7.ebuild
qtads-1.7.ebuild (text/plain), 1.01 KB, created by
Nikos Chantziaras
on 2008-04-11 22:54:58 UTC
(
hide
)
Description:
qtads-1.7.ebuild
Filename:
MIME Type:
Creator:
Nikos Chantziaras
Created:
2008-04-11 22:54:58 UTC
Size:
1.01 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit flag-o-matic qt3 games > >DESCRIPTION="QT based GUI interpreter for Tads2/Tads3 games" >HOMEPAGE="http://qtads.sourceforge.net/" >SRC_URI="mirror://sourceforge/qtads/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc x86" >IUSE="" > >DEPEND="=x11-libs/qt-3*" > >src_unpack() { > unpack ${A} > cd "${S}" > gunzip qtads.6.gz || die >} > >src_compile () { > CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing" > BIN_INSTALL="${GAMES_BINDIR}" \ > DOC_INSTALL=/usr/share/doc/${PF} \ > DATA_INSTALL="${GAMES_DATADIR}" \ > eqmake3 qtads.pro > emake || die "emake failed" >} > >src_install () { > dogamesbin qtads || die "dogamesbin failed" > insinto "${GAMES_DATADIR}/qtads/charmaps" > doins charmaps/*.tcp || die "doins failed" > insinto "${GAMES_DATADIR}/qtads/i18n" > doins qtads_de.qm || die "doins failed" > dodoc \ > AUTHORS BUGS CREDITS INSTALL NEWS PORTABILITY README \ > SOURCE_README TIPS TODO > doman qtads.6 > 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 217341
:
149442
|
191422
|
191427
|
192521