Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 107903 Details for
Bug 163446
dev-ruby/ruby-odbc-0.9994 is out
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ruby-odbc-0.9994.patch
ruby-odbc-0.9994.patch (text/plain), 1.04 KB, created by
Richard Brown (RETIRED)
on 2007-01-23 15:44:07 UTC
(
hide
)
Description:
ruby-odbc-0.9994.patch
Filename:
MIME Type:
Creator:
Richard Brown (RETIRED)
Created:
2007-01-23 15:44:07 UTC
Size:
1.04 KB
patch
obsolete
>--- ruby-odbc-0.9993.ebuild 2007-01-23 14:04:37.000000000 +0000 >+++ ruby-odbc-0.9994.ebuild 2007-01-23 15:15:01.000000000 +0000 >@@ -1,4 +1,4 @@ >-# Copyright 1999-2006 Gentoo Foundation >+# Copyright 1999-2007 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-odbc/ruby-odbc-0.9993.ebuild,v 1.4 2006/10/14 20:06:39 agriffis Exp $ > >@@ -7,11 +7,11 @@ > HOMEPAGE="http://www.ch-werner.de/rubyodbc/" > SRC_URI="http://www.ch-werner.de/rubyodbc/${P}.tar.gz" > >-LICENSE="GPL-2" >+LICENSE="|| ( GPL-2 Ruby )" > SLOT="0" > KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" > USE_RUBY="ruby18" >-IUSE="" >+IUSE="unicode" > > DEPEND="virtual/ruby > >=dev-db/unixODBC-2.0.6" >@@ -19,9 +19,20 @@ > src_compile() { > ruby extconf.rb > emake >+ if use unicode ; then >+ ruby -Cutf8 extconf.rb >+ emake -C utf8 >+ fi > } > > src_install() { >- ruby_src_install >- dodoc LICENSE README >+ ruby_einstall >+ >+ if use unicode ; then >+ ruby_einstall -C utf8 >+ fi >+ >+ dodoc README >+ dodoc ChangeLog >+ dohtml doc/odbc.html > }
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 163446
: 107903