summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2006-10-01 14:16:54 +0000
committerLuca Longinotti <chtekk@gentoo.org>2006-10-01 14:16:54 +0000
commit983c165376741e6190dffa7e9b28712bbe4c512e (patch)
tree76c84af1725132be61c90e71063e3418f3fa4805 /dev-php5/pecl-filter
parentversion bump (diff)
downloadgentoo-2-983c165376741e6190dffa7e9b28712bbe4c512e.tar.gz
gentoo-2-983c165376741e6190dffa7e9b28712bbe4c512e.tar.bz2
gentoo-2-983c165376741e6190dffa7e9b28712bbe4c512e.zip
Misc fixes.
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'dev-php5/pecl-filter')
-rw-r--r--dev-php5/pecl-filter/ChangeLog7
-rw-r--r--dev-php5/pecl-filter/pecl-filter-0.10.0.ebuild5
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-php5/pecl-filter/ChangeLog b/dev-php5/pecl-filter/ChangeLog
index 5ff0ecd47209..e3c3f7a80b58 100644
--- a/dev-php5/pecl-filter/ChangeLog
+++ b/dev-php5/pecl-filter/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-php5/pecl-filter
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-filter/ChangeLog,v 1.6 2006/09/30 17:10:39 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-filter/ChangeLog,v 1.7 2006/10/01 14:16:54 chtekk Exp $
+
+ 01 Oct 2006; Luca Longinotti <chtekk@gentoo.org>
+ pecl-filter-0.10.0.ebuild:
+ No need to inherit confutils here, and state the ext name two times (if it's
+ the same, one time is enough).
*pecl-filter-0.10.0 (30 Sep 2006)
diff --git a/dev-php5/pecl-filter/pecl-filter-0.10.0.ebuild b/dev-php5/pecl-filter/pecl-filter-0.10.0.ebuild
index 09c3acae232d..4c70580d1655 100644
--- a/dev-php5/pecl-filter/pecl-filter-0.10.0.ebuild
+++ b/dev-php5/pecl-filter/pecl-filter-0.10.0.ebuild
@@ -1,13 +1,12 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-filter/pecl-filter-0.10.0.ebuild,v 1.1 2006/09/30 17:10:39 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-filter/pecl-filter-0.10.0.ebuild,v 1.2 2006/10/01 14:16:54 chtekk Exp $
PHP_EXT_ZENDEXT="no"
-PHP_EXT_PECL_PKG="filter"
PHP_EXT_NAME="filter"
PHP_EXT_INI="yes"
-inherit php-ext-pecl-r1 confutils
+inherit php-ext-pecl-r1
DESCRIPTION="Extension for safely dealing with input parameters."
SLOT="0"