Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 73256 Details for
Bug 112947
libconf -0.42.00 needs an inherit wxwidgets
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
an ebuild for libconf-0.42.00 that inherits wxwidgets
libconf-0.42.00-r1.ebuild (text/plain), 1.41 KB, created by
scott
on 2005-11-20 09:16:20 UTC
(
hide
)
Description:
an ebuild for libconf-0.42.00 that inherits wxwidgets
Filename:
MIME Type:
Creator:
scott
Created:
2005-11-20 09:16:20 UTC
Size:
1.41 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit wxwidgets > >MY_P=perl-${PN/l/L}-${PV} >S=${WORKDIR}/${MY_P} >DESCRIPTION="Centralized abstraction layer for system configuration files" >HOMEPAGE="http://libconf.net/" >SRC_URI="http://libconf.net/download/${MY_P}.tar.bz2" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" > >IUSE="python ruby" >DEPEND="dev-lang/perl >dev-perl/DelimMatch >dev-perl/XML-Twig >python? ( >=dev-lang/python-2.4.2 ) >ruby? ( >=dev-lang/ruby-1.8.3 )" > >#if use python; then ># mypython="python" >#fi > >if use ruby; then > myruby="ruby" >fi > >mybindings="c ${mypython} ${myruby} bash"; > >pkg_setup() { > if use python; then > echo > einfo "Sadly, the python binding has a sandbox violation bug, it's disabled" > einfo "for now. I'll enable it asap." > echo > fi > if use wxwindows; then > WX_GTK_VER="2.6" > if use unicode; then > need-wxwidgets unicode || die "You need to install wxGTK with unicode support." > else > need-wxwidgets gtk2 || die "You need to install wxGTK with gtk2 support." > fi > fi >} > >src_compile() { > emake "BINDINGS=${mybindings}" || die "make failed" > make "BINDINGS=${mybindings}" test || die "make test failed" >} > >src_install() { > einstall "BINDINGS=${mybindings}" PREFIX=${D}/usr > dodoc AUTHORS COPYING ChangeLog \ > bindings/ruby/src/AUTHORS \ > bindings/ruby/src/README \ > bindings/python/src/README >}
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 112947
: 73256