summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php5/pecl-xdiff/pecl-xdiff-1.4.1.ebuild')
-rw-r--r--dev-php5/pecl-xdiff/pecl-xdiff-1.4.1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-php5/pecl-xdiff/pecl-xdiff-1.4.1.ebuild b/dev-php5/pecl-xdiff/pecl-xdiff-1.4.1.ebuild
new file mode 100644
index 000000000000..477b21e87178
--- /dev/null
+++ b/dev-php5/pecl-xdiff/pecl-xdiff-1.4.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-xdiff/pecl-xdiff-1.4.1.ebuild,v 1.1 2010/01/01 22:07:16 yngwin Exp $
+
+PHP_EXT_ZENDEXT="no"
+PHP_EXT_PECL_PKG="xdiff"
+PHP_EXT_NAME="xdiff"
+PHP_EXT_INI="yes"
+DOCS="README.API"
+
+inherit php-ext-pecl-r1
+
+DESCRIPTION="PHP extension for generating diff files"
+LICENSE="PHP-2.02"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND="dev-libs/libxdiff"
+RDEPEND="${DEPEND}"
+
+need_php_by_category