Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 235495 Details for
Bug 324193
games-action/xpilot-ng: Verify and potentially improve Python-related code
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
xpilot-ng-4.7.2-r1.ebuild.patch
xpilot-ng-4.7.2-r1.ebuild.patch (text/plain), 1.24 KB, created by
Arfrever Frehtes Taifersar Arahesis (RETIRED)
on 2010-06-16 01:06:54 UTC
(
hide
)
Description:
xpilot-ng-4.7.2-r1.ebuild.patch
Filename:
MIME Type:
Creator:
Arfrever Frehtes Taifersar Arahesis (RETIRED)
Created:
2010-06-16 01:06:54 UTC
Size:
1.24 KB
patch
obsolete
>--- xpilot-ng-4.7.2-r1.ebuild >+++ xpilot-ng-4.7.2-r1.ebuild >@@ -3,6 +3,7 @@ > # $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild,v 1.9 2010/01/22 20:05:05 ranger Exp $ > > EAPI=2 >+PYTHON_DEPEND="2" > inherit python eutils multilib games > > DESCRIPTION="Improvement of the multiplayer space game XPilot" >@@ -31,6 +32,11 @@ > x11-proto/xextproto > x11-proto/xproto" > >+pkg_setup() { >+ python_set_active_version 2 >+ games_pkg_setup >+} >+ > src_prepare() { > epatch "${FILESDIR}/${P}"-xpngcc.patch \ > "${FILESDIR}"/${P}-glibc210.patch >@@ -52,13 +58,12 @@ > src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > dodoc AUTHORS ChangeLog README >- python_version > insinto "${GAMES_DATADIR}"/${PN}/xpngcc > doins contrib/xpngcc/*.py contrib/xpngcc/*.png > exeinto "${GAMES_DATADIR}"/${PN}/xpngcc > doexe contrib/xpngcc/xpngcc.py >- dodir /usr/$(get_libdir)/python${PYVER}/site-packages >- dosym "${GAMES_DATADIR}"/${PN}/xpngcc /usr/$(get_libdir)/python${PYVER}/site-packages/xpngcc >+ dodir $(python_get_sitedir) >+ dosym "${GAMES_DATADIR}"/${PN}/xpngcc $(python_get_sitedir)/xpngcc > dosym "${GAMES_DATADIR}"/${PN}/xpngcc/xpngcc.py "${GAMES_BINDIR}"/xpilot-ng > doicon "${DISTDIR}"/${PN}.png > make_desktop_entry ${PN} "XPilot NG"
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 324193
: 235495