summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-03-04 20:44:57 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-03-04 20:44:57 +0000
commit8377a03a2c84161c8710e0813513417e64ca4b2d (patch)
tree0bd473cb47c9f819670f467941d8571b82d04f7a /dev-php5/pecl-pdo-oci
parentCleanup. (diff)
downloadgentoo-2-8377a03a2c84161c8710e0813513417e64ca4b2d.tar.gz
gentoo-2-8377a03a2c84161c8710e0813513417e64ca4b2d.tar.bz2
gentoo-2-8377a03a2c84161c8710e0813513417e64ca4b2d.zip
Cleanup.
(Portage version: 2.1.2-r13)
Diffstat (limited to 'dev-php5/pecl-pdo-oci')
-rw-r--r--dev-php5/pecl-pdo-oci/ChangeLog5
-rw-r--r--dev-php5/pecl-pdo-oci/pecl-pdo-oci-1.0.ebuild10
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-php5/pecl-pdo-oci/ChangeLog b/dev-php5/pecl-pdo-oci/ChangeLog
index 89779093b8f2..ab569cc2283e 100644
--- a/dev-php5/pecl-pdo-oci/ChangeLog
+++ b/dev-php5/pecl-pdo-oci/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php5/pecl-pdo-oci
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-pdo-oci/ChangeLog,v 1.9 2007/02/22 00:01:36 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-pdo-oci/ChangeLog,v 1.10 2007/03/04 20:44:57 chtekk Exp $
+
+ 04 Mar 2007; Luca Longinotti <chtekk@gentoo.org> pecl-pdo-oci-1.0.ebuild:
+ Cleanup.
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/dev-php5/pecl-pdo-oci/pecl-pdo-oci-1.0.ebuild b/dev-php5/pecl-pdo-oci/pecl-pdo-oci-1.0.ebuild
index 3a378632bf5e..49984b16b57c 100644
--- a/dev-php5/pecl-pdo-oci/pecl-pdo-oci-1.0.ebuild
+++ b/dev-php5/pecl-pdo-oci/pecl-pdo-oci-1.0.ebuild
@@ -1,6 +1,6 @@
-# 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-php5/pecl-pdo-oci/pecl-pdo-oci-1.0.ebuild,v 1.8 2006/01/28 16:17:03 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-pdo-oci/pecl-pdo-oci-1.0.ebuild,v 1.9 2007/03/04 20:44:57 chtekk Exp $
PHP_EXT_NAME="pdo_oci"
PHP_EXT_PECL_PKG="PDO_OCI"
@@ -10,13 +10,13 @@ PHP_EXT_ZENDEXT="no"
inherit php-ext-pecl-r1
KEYWORDS="-* amd64 ia64 x86"
+
DESCRIPTION="PHP Data Objects (PDO) Driver For Oracle Call Interface (OCI)."
LICENSE="PHP"
SLOT="0"
IUSE="oci8-instant-client"
-DEPEND="${DEPEND}
- dev-php5/pecl-pdo
+DEPEND="dev-php5/pecl-pdo
oci8-instant-client? ( dev-db/oracle-instantclient-basic )"
need_php_by_category
@@ -37,7 +37,7 @@ pkg_setup() {
src_compile() {
has_php
- if useq oci8-instant-client ; then
+ if use oci8-instant-client ; then
OCI8IC_PKG="`best_version dev-db/oracle-instantclient-basic`"
OCI8IC_PKG="`printf ${OCI8IC_PKG} | sed -e 's|dev-db/oracle-instantclient-basic-||g' | sed -e 's|-r.*||g'`"
my_conf="--with-pdo-oci=instantclient,/usr,${OCI8IC_PKG}"