Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 54328 Details for
Bug 86514
dev-db/libdbi-drivers should depend on database clients
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild with dependency information
libdbi-drivers-0.7.1-r1.ebuild (text/plain), 1.32 KB, created by
Karl-Johan Karlsson
on 2005-03-24 05:45:27 UTC
(
hide
)
Description:
Ebuild with dependency information
Filename:
MIME Type:
Creator:
Karl-Johan Karlsson
Created:
2005-03-24 05:45:27 UTC
Size:
1.32 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi-drivers/libdbi-drivers-0.7.1.ebuild,v 1.7 2005/02/28 00:45:35 trapni Exp $ > >DESCRIPTION="The libdbi-drivers project maintains drivers for libdbi." >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" >HOMEPAGE="http://${PN}.sourceforge.net/" >LICENSE="LGPL-2.1" >DEPEND="dev-db/libdbi > mysql? ( dev-db/mysql ) > postgres? ( dev-db/postgresql ) > sqlite? ( <dev-db/sqlite-3 )" > >IUSE="mysql postgres sqlite oci8" >KEYWORDS="~x86 ~ppc ~amd64" >SLOT=0 > >src_compile() { > local myconf="" > local drivers="" > use mysql && drivers="${drivers} mysql" myconf="${myconf} --with-mysql" > use postgres && drivers="${drivers} pgsql" myconf="${myconf} --with-pgsql" > use sqlite && drivers="${drivers} sqlite" myconf="${myconf} --with-sqlite" > use oci8 && [ -n "${ORACLE_HOME}" ] && myconf="${myconf} --with-oracle --with-oracle-dir=${ORACLE_HOME}" drivers="${drivers} oracle" > > if [ -z "${drivers}" ]; then > die "You have not specified any supported databases in your use flags (mysql, pgsql, sqlite, oracle)" > fi > > econf ${myconf} || die "econf failed" > emake >} > >src_install () { > make install DESTDIR=${D} || die "make install failed" > dodoc AUTHORS ChangeLog COPYING NEWS README README.osx TODO >}
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 86514
: 54328