Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 223169 Details for
Bug 295778
dev-games/cel installs python bindings (and ELF files) in /usr/share
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
hack
cel-1.2.1-elf.patch (text/plain), 1.13 KB, created by
Samuli Suominen (RETIRED)
on 2010-03-11 18:00:14 UTC
(
hide
)
Description:
hack
Filename:
MIME Type:
Creator:
Samuli Suominen (RETIRED)
Created:
2010-03-11 18:00:14 UTC
Size:
1.13 KB
patch
obsolete
>--- /tmp/cel-1.2.1.ebuild 2010-03-11 19:23:02.000000000 +0200 >+++ cel-1.2.1.ebuild 2010-03-11 19:52:55.000000000 +0200 >@@ -1,9 +1,9 @@ > # Copyright 1999-2009 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-games/cel/cel-1.2.1.ebuild,v 1.2 2009/07/24 07:52:03 tupone Exp $ >-EAPI=2 > >-inherit eutils >+EAPI=2 >+inherit eutils multilib > > MY_P=${PN}-src-${PV} > DESCRIPTION="A game entity layer based on Crystal Space" >@@ -24,6 +24,10 @@ > > src_prepare() { > epatch "${FILESDIR}"/${P}-glibc210.patch >+ sed -i \ >+ -e '/local plugindir =/d' \ >+ -e 's/$(appdatadir)/$(plugindir)/' \ >+ mk/jam/pythmod.jam || die > } > > src_configure() { >@@ -41,6 +45,11 @@ > src_install() { > jam -q -s DESTDIR="${D}" install || die "jam install failed" > >+ if [[ -e ${D}/usr/$(get_libdir)/cel-1.2/bindings/python/_blcelc.so ]]; then >+ dosym /usr/$(get_libdir)/cel-1.2/bindings/python/_blcelc.so \ >+ /usr/share/cel-1.2/bindings/python/_blcelc.so || die >+ fi >+ > # Fill cache directory for the examples > cp "${D}"/usr/share/${PN}/data/{basic_,}world > cslight -video=null "${D}"/usr/share/${PN}/data
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 295778
: 223169