Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 174308 Details for
Bug 249921
[dev-ruby/ruby-dbi] ebuild misses oracle USE flag
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild with oracle use flag added
ruby-dbi-0.1.1-r1.ebuild (text/plain), 1.45 KB, created by
Erwin Paternotte
on 2008-12-05 11:09:48 UTC
(
hide
)
Description:
Updated ebuild with oracle use flag added
Filename:
MIME Type:
Creator:
Erwin Paternotte
Created:
2008-12-05 11:09:48 UTC
Size:
1.45 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-dbi/ruby-dbi-0.1.1.ebuild,v 1.8 2008/01/02 14:33:03 armin76 Exp $ > >RUBY_BUG_145222=yes >inherit ruby > >DESCRIPTION="Ruby/DBI - a database independent interface for accessing databases - similar to Perl's DBI" >HOMEPAGE="http://ruby-dbi.rubyforge.org" >SRC_URI="http://rubyforge.org/frs/download.php/12368/dbi-${PV}.tar.gz" > >LICENSE="as-is" >SLOT="0" >KEYWORDS="amd64 ~ia64 ppc ~sparc x86" >USE_RUBY="ruby18 ruby19" >IUSE="examples firebird odbc oracle postgres mysql sqlite" > >DEPEND="virtual/ruby > mysql? ( dev-ruby/mysql-ruby ) > postgres? ( dev-ruby/ruby-postgres ) > firebird? ( >=dev-db/firebird-1.0-r1 ) > odbc? ( dev-ruby/ruby-odbc ) > oracle? ( dev-ruby/ruby-oci8 ) > sqlite? ( =dev-db/sqlite-2* )" > >S=${WORKDIR}/ruby-dbi >PATCHES="${FILESDIR}/ruby-dbi-destdir-gentoo.diff > ${FILESDIR}/ruby-dbi-0.1.1-destdir-gentoo.diff" > >src_compile() { > myconf="dbi,dbd_proxy,dbd_sqlrelay" > use mysql && myconf="${myconf},dbd_mysql" > use postgres && myconf="${myconf},dbd_pg" > use firebird && myconf="${myconf},dbd_interbase" > use odbc && myconf="${myconf},dbd_odbc" > use oracle && myconff="${myconf},dbd_oracle" > use sqlite && myconf="${myconf},dbd_sqlite" > > ruby setup.rb config \ > --with=${myconf} --ruby-path=/usr/bin/ruby || die > ruby setup.rb setup || die >} > >src_install() { > > DESTDIR=${D} ruby setup.rb install || die > > dodoc LICENSE 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 249921
: 174308 |
174638
|
174640
|
177122