summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2005-12-18 01:44:50 +0000
committerLuca Longinotti <chtekk@gentoo.org>2005-12-18 01:44:50 +0000
commit7e498880fbc37b86412992007d2724df47ed1616 (patch)
tree6fa9a050ca17c5dcb3f83e85fd009a0b86765d1e /dev-php5/pecl-pdo-firebird
parentVersion bump. (diff)
downloadgentoo-2-7e498880fbc37b86412992007d2724df47ed1616.tar.gz
gentoo-2-7e498880fbc37b86412992007d2724df47ed1616.tar.bz2
gentoo-2-7e498880fbc37b86412992007d2724df47ed1616.zip
Sync with overlay.
(Portage version: 2.0.53)
Diffstat (limited to 'dev-php5/pecl-pdo-firebird')
-rw-r--r--dev-php5/pecl-pdo-firebird/ChangeLog6
-rw-r--r--dev-php5/pecl-pdo-firebird/Manifest6
-rw-r--r--dev-php5/pecl-pdo-firebird/pecl-pdo-firebird-0.2.ebuild15
3 files changed, 16 insertions, 11 deletions
diff --git a/dev-php5/pecl-pdo-firebird/ChangeLog b/dev-php5/pecl-pdo-firebird/ChangeLog
index f85f5d907d39..8199617632da 100644
--- a/dev-php5/pecl-pdo-firebird/ChangeLog
+++ b/dev-php5/pecl-pdo-firebird/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php5/pecl-pdo-firebird
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-pdo-firebird/ChangeLog,v 1.4 2005/09/16 23:14:35 trapni Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-pdo-firebird/ChangeLog,v 1.5 2005/12/18 01:41:13 chtekk Exp $
+
+ 17 Dec 2005; Luca Longinotti <chtekk@gentoo.org>
+ pecl-pdo-firebird-0.2.ebuild:
+ Fix var ordering.
16 Sep 2005; Christian Parpart <trapni@gentoo.org>
pecl-pdo-firebird-0.2.ebuild:
diff --git a/dev-php5/pecl-pdo-firebird/Manifest b/dev-php5/pecl-pdo-firebird/Manifest
index 3bb7d69e2444..55c4397517a0 100644
--- a/dev-php5/pecl-pdo-firebird/Manifest
+++ b/dev-php5/pecl-pdo-firebird/Manifest
@@ -1,4 +1,4 @@
-MD5 40d9b63ed9ec34ca6642b5bcbba307cc ChangeLog 732
-MD5 c58d07ca1c1235bbad9bccaec96fc062 metadata.xml 157
-MD5 3ee71589d842a89986902ca092af4a5e pecl-pdo-firebird-0.2.ebuild 1064
+MD5 960533342d5f78aa5bbc594e310bd698 ChangeLog 836
MD5 4a58f4edd1173f8f6332e928708f1137 files/digest-pecl-pdo-firebird-0.2 64
+MD5 c58d07ca1c1235bbad9bccaec96fc062 metadata.xml 157
+MD5 41777e7b854c07ddc0db551266e602f6 pecl-pdo-firebird-0.2.ebuild 1066
diff --git a/dev-php5/pecl-pdo-firebird/pecl-pdo-firebird-0.2.ebuild b/dev-php5/pecl-pdo-firebird/pecl-pdo-firebird-0.2.ebuild
index 5945912e0595..aca0586c358d 100644
--- a/dev-php5/pecl-pdo-firebird/pecl-pdo-firebird-0.2.ebuild
+++ b/dev-php5/pecl-pdo-firebird/pecl-pdo-firebird-0.2.ebuild
@@ -1,19 +1,20 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-pdo-firebird/pecl-pdo-firebird-0.2.ebuild,v 1.4 2005/09/16 23:14:35 trapni Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-pdo-firebird/pecl-pdo-firebird-0.2.ebuild,v 1.5 2005/12/18 01:41:13 chtekk Exp $
-PHP_EXT_ZENDEXT="no"
-PHP_EXT_PECL_PKG="PDO_FIREBIRD"
PHP_EXT_NAME="pdo_firebird"
+PHP_EXT_PECL_PKG="PDO_FIREBIRD"
PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
inherit php-ext-pecl-r1
-IUSE=""
-DESCRIPTION="PHP Data Objects (PDO) Driver For Firebird/Interbase Server"
-SLOT="0"
-LICENSE="PHP"
KEYWORDS="~amd64 ~sparc ~x86"
+DESCRIPTION="PHP Data Objects (PDO) Driver For Firebird/Interbase Server."
+LICENSE="PHP"
+SLOT="0"
+IUSE=""
+
DEPEND="${DEPEND}
dev-php5/pecl-pdo
dev-db/firebird"