Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 107065 Details for
Bug 162210
New dev-db/oracle-instantclient-sqlplus-10.2.0.3 ebuild for ~amd64
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New ebuild for dev-db/oracle-instantclient-sqlplus-10.2.0.3
oracle-instantclient-sqlplus-10.2.0.3.ebuild (text/plain), 2.22 KB, created by
Mark Tomich
on 2007-01-15 14:30:36 UTC
(
hide
)
Description:
New ebuild for dev-db/oracle-instantclient-sqlplus-10.2.0.3
Filename:
MIME Type:
Creator:
Mark Tomich
Created:
2007-01-15 14:30:36 UTC
Size:
2.22 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-10.2.0.3.ebuild,v 1.1 2006/12/26 17:57:06 dertobi123 Exp $ > >inherit eutils > >MY_P_x86="${PN/oracle-/}-linux32-${PV}-20061115" >MY_P_amd64="${PN/oracle-/}-linux-x86-64-${PV}-20070103" > >S=${WORKDIR} >DESCRIPTION="Oracle 10g client installation for Linux: SQL*Plus" >HOMEPAGE="http://www.oracle.com/technology/tech/oci/instantclient/index.html" >MY_HOMEPAGE_x86="http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/linuxsoft.html" >MY_HOMEPAGE_amd64="http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/linuxx86_64soft.html" >SRC_URI="x86? ( ${MY_P_x86}.zip ) > amd64? ( ${MY_P_amd64}.zip )" > >LICENSE="OTN" >SLOT="0" >KEYWORDS="-* ~amd64 ~x86" >RESTRICT="fetch" >IUSE="" > >RDEPEND=">=dev-db/oracle-instantclient-basic-${PV}" >DEPEND="${RDEPEND} > app-arch/unzip" > >my_arch() { > MY_P=MY_P_${ARCH} > export MY_P=${!MY_P} > MY_HOMEPAGE=MY_HOMEPAGE_${ARCH} > export MY_HOMEPAGE=${!MY_HOMEPAGE} >} > >pkg_setup() { > my_arch >} > >pkg_nofetch() { > my_arch > eerror "Please go to:" > eerror " ${MY_HOMEPAGE}" > eerror "and download the SQL*Plus package. Put it in:" > eerror " ${DISTDIR}" > eerror "after downloading it." >} > >src_unpack() { > unzip ${DISTDIR}/${MY_P}.zip >} > >src_install() { > dodir /usr/lib/oracle/${PV}/client/lib > cd ${S}/instantclient_10_2 > insinto /usr/lib/oracle/${PV}/client/lib > doins glogin.sql libsqlplus.so libsqlplusic.so > > dodir /usr/lib/oracle/${PV}/client/bin > cd ${S}/instantclient_10_2 > exeinto /usr/lib/oracle/${PV}/client/bin > doexe sqlplus > > dodir /usr/bin > dosym ${D}/usr/lib/oracle/${PV}/client/bin/sqlplus /usr/bin/sqlplus >} > >pkg_postinst() { > einfo "The SQL*Plus package for Oracle 10g has been installed." > einfo "You may wish to install the oracle-instantclient-jdbc (for" > einfo "the supplemental JDBC functionality) package as well." > einfo > einfo "If you have any questions, be sure to read the README:" > einfo "http://otn.oracle.com/docs/tech/sql_plus/10102/readme_ic.htm" > einfo > einfo "oracle-instantclient-* packages aren't installed in different" > einfo "SLOTs any longer. You may want to uninstall older versions." >}
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 162210
: 107065