Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 166565 Details for
Bug 107682
New WXRuby branch into WxRuby2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
wxruby-1.9.8 ebuild
wxruby-1.9.8.ebuild (text/plain), 989 bytes, created by
James Brown
on 2008-09-27 02:22:22 UTC
(
hide
)
Description:
wxruby-1.9.8 ebuild
Filename:
MIME Type:
Creator:
James Brown
Created:
2008-09-27 02:22:22 UTC
Size:
989 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit ruby gems eutils > >DESCRIPTION="ruby bindings for wxwidgets" >HOMEPAGE="http://wxruby.rubyforge.org/wiki/wiki.pl" >SRC_URI="http://rubyforge-files.ruby-forum.com/wxruby/${P}.tar.gz" > >LICENSE="wxWinLL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" > >DEPEND=">=dev-lang/ruby-1.8 > >=x11-libs/wxGTK-2.8.7 > >=dev-lang/swig-1.3.34 > <dev-lang/swig-1.3.36 > dev-ruby/rake > >=dev-ruby/rubygems-0.9.4" > ># Overriding the src_unpack() from gems >src_unpack() { > if [ "${A}" != "" ]; then > unpack ${A} > fi >} > > >src_compile() { > rake compile || die "rake compile failed" >} > >src_install() { > # Have to use rake gem instead of rake install because the rake file > # doesn't respect destdir settings. > rake gem > > if use amd64; then > export GEM_SRC="${S}/${P}-x86_64-linux.gem" > elif use x86; then > export GEM_SRC="${S}/${P}-x86-linux.gem" > fi > > gems_src_install || die "Gem install failed" >}
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 107682
:
166565
|
181104