Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 59646 Details for
Bug 93721
Set of ebuilds for Ruby-EFL
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-ruby/ruby-eet/ruby-eet-9999.ebuild
ruby-eet-9999.ebuild (text/plain), 764 bytes, created by
Bertrand Jacquin
on 2005-05-23 12:29:22 UTC
(
hide
)
Description:
dev-ruby/ruby-eet/ruby-eet-9999.ebuild
Filename:
MIME Type:
Creator:
Bertrand Jacquin
Created:
2005-05-23 12:29:22 UTC
Size:
764 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit subversion > >DESCRIPTION="Redact is an Edje compiler written in Ruby." >HOMEPAGE="http://code-monkey.de/projects/ruby-eet.html" >ESVN_REPO_URI="http://code-monkey.de/svn/ruby-eet/trunk" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="" > >RDEPEND=">=dev-ruby/rake-0.5.0 > dev-lang/ruby > dev-libs/eet" > >src_compile() >{ > rake || die "rake failed" >} > >src_install() >{ > RUBY_VER=`ruby --version | cut -c 6-8` > RUBY_ARCH=`ruby --version | cut -d '[' -f 2 | cut -d ']' -f 1` > > dodir /usr/lib/ruby/site_ruby/${RUBY_VERS}/${RUBY_ARCH} > DESTDIR=${D} rake install || die "rake install failed" > dodoc AUTHORS ChangeLog COPYING NEWS 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 93721
:
59643
|
59644
|
59645
| 59646 |
59647
|
59648
|
59649
|
80292
|
80293
|
80294
|
80295
|
80297