Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 8214 Details for
Bug 15398
tora 1.3.9.2 ebuild and digest (Upgrade)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
tora-1.3.9.1.ebuild
tora-1.3.9.1.ebuild (text/plain), 1.35 KB, created by
Don Seiler (RETIRED)
on 2003-02-12 22:44:12 UTC
(
hide
)
Description:
tora-1.3.9.1.ebuild
Filename:
MIME Type:
Creator:
Don Seiler (RETIRED)
Created:
2003-02-12 22:44:12 UTC
Size:
1.35 KB
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License, v2 or later ># $Header$ > >S=${WORKDIR}/${P} >DESCRIPTION="TOra - Toolkit For Oracle" >SRC_URI="mirror://sourceforge/${PN}/${PN}-alpha-${PV}.tar.gz" >HOMEPAGE="http://www.globecom.se/tora/" >DEPEND=">=x11-libs/qt-3.0.0 > mysql? ( >=dev-db/mysql-3.23 ) > postgres? ( >=dev-db/postgresql-7.1 )" >SLOT="0" >KEYWORDS="~x86" >LICENSE="GPL-2" > >src_compile() { > local myconf > > use kde && myconf="$myconf --with-kde" \ > || myconf="$myconf --without-kde" > use oci8 && myconf="$myconf" \ > || myconf="$myconf --without-oracle" > > > ./configure \ > --prefix=/usr \ > --with-mono \ > $myconf || die "configure failed" > emake || die "emake failed" >} > >src_install() { > dodir ${D}/usr/bin > make \ > ROOT=${D} \ > install || die "make install failed" >} > >pkg_setup () { > > if [ "`use oci8`" -a ! $ORACLE_HOME ] ; then > einfo "ORACLE_HOME variable is not set." > einfo "" > einfo "You must install Oracle >= 8i client for Linux in" > einfo "order to compile TOra with Oracle support." > einfo "" > einfo "Otherwise specify -oci8 in your USE variable." > einfo "" > einfo "You can download the Oracle software from" > einfo "http://otn.oracle.com/software/content.html" > die > fi >}
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 15398
:
8104
|
8105
|
8214
|
8215
|
8365
|
8366