summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2011-04-16 11:21:49 +0000
committerOle Markus With <olemarkus@gentoo.org>2011-04-16 11:21:49 +0000
commit776bc55b24df23f89415d582d6b21b809d50e539 (patch)
tree330048a8c92b55b1fab511abeef1a96cec3c27b9 /dev-php5/pecl-enchant
parentRemoved older versions (diff)
downloadgentoo-2-776bc55b24df23f89415d582d6b21b809d50e539.tar.gz
gentoo-2-776bc55b24df23f89415d582d6b21b809d50e539.tar.bz2
gentoo-2-776bc55b24df23f89415d582d6b21b809d50e539.zip
Removed older versions
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5/pecl-enchant')
-rw-r--r--dev-php5/pecl-enchant/pecl-enchant-1.1.0.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-php5/pecl-enchant/pecl-enchant-1.1.0.ebuild b/dev-php5/pecl-enchant/pecl-enchant-1.1.0.ebuild
deleted file mode 100644
index bc526665dc39..000000000000
--- a/dev-php5/pecl-enchant/pecl-enchant-1.1.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-enchant/pecl-enchant-1.1.0.ebuild,v 1.1 2010/07/04 22:50:37 mabi Exp $
-
-PHP_EXT_NAME="enchant"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS="docs/examples/example1.php"
-
-inherit php-ext-pecl-r1
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="PHP bindings for the Enchant spellchecking wrapper library."
-LICENSE="PHP-3"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=app-text/enchant-1.1.3"
-RDEPEND="${DEPEND}"
-
-need_php_by_category
-
-src_compile() {
- my_conf="--with-enchant=/usr"
- php-ext-pecl-r1_src_compile
-}