summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-03-17 23:50:25 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-03-17 23:50:25 +0000
commit0033edb538987093c2a1a624a7c15de15630e57f (patch)
treebf0f66bf7eefbb6106c9df01da1b1d554f4575e8 /dev-php5/pecl-dbx
parentUpdate SRC_URI. (diff)
downloadhistorical-0033edb538987093c2a1a624a7c15de15630e57f.tar.gz
historical-0033edb538987093c2a1a624a7c15de15630e57f.tar.bz2
historical-0033edb538987093c2a1a624a7c15de15630e57f.zip
Cleanup.
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'dev-php5/pecl-dbx')
-rw-r--r--dev-php5/pecl-dbx/ChangeLog5
-rw-r--r--dev-php5/pecl-dbx/pecl-dbx-1.1.0.ebuild14
2 files changed, 10 insertions, 9 deletions
diff --git a/dev-php5/pecl-dbx/ChangeLog b/dev-php5/pecl-dbx/ChangeLog
index bb3dfc362405..a354445bb500 100644
--- a/dev-php5/pecl-dbx/ChangeLog
+++ b/dev-php5/pecl-dbx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php5/pecl-dbx
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-dbx/ChangeLog,v 1.6 2007/02/21 23:56:11 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-dbx/ChangeLog,v 1.7 2007/03/17 23:50:25 chtekk Exp $
+
+ 17 Mar 2007; Luca Longinotti <chtekk@gentoo.org> pecl-dbx-1.1.0.ebuild:
+ Cleanup.
21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/dev-php5/pecl-dbx/pecl-dbx-1.1.0.ebuild b/dev-php5/pecl-dbx/pecl-dbx-1.1.0.ebuild
index ae82c57a7999..cf9a2785c210 100644
--- a/dev-php5/pecl-dbx/pecl-dbx-1.1.0.ebuild
+++ b/dev-php5/pecl-dbx/pecl-dbx-1.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-dbx/pecl-dbx-1.1.0.ebuild,v 1.6 2006/05/27 00:49:51 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-dbx/pecl-dbx-1.1.0.ebuild,v 1.7 2007/03/17 23:50:25 chtekk Exp $
PHP_EXT_NAME="dbx"
PHP_EXT_INI="yes"
@@ -9,15 +9,13 @@ PHP_EXT_ZENDEXT="no"
inherit php-ext-pecl-r1
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
DESCRIPTION="The dbx module is a database abstraction layer."
LICENSE="PHP"
SLOT="0"
IUSE=""
-need_php_by_category
+DEPEND=""
+RDEPEND=""
-src_compile() {
- has_php
- my_conf="--enable-dbx"
- php-ext-pecl-r1_src_compile
-}
+need_php_by_category