diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-04-16 14:01:51 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-04-16 14:01:51 +0000 |
commit | 137f03a03345c5021160c9907a70a56ef0297b8f (patch) | |
tree | b2c6b0b7ffeb17e377c6deddc2c7f0f18402e7a8 /dev-php5/pecl-sca_sdo | |
parent | Removed older versions (diff) | |
download | historical-137f03a03345c5021160c9907a70a56ef0297b8f.tar.gz historical-137f03a03345c5021160c9907a70a56ef0297b8f.tar.bz2 historical-137f03a03345c5021160c9907a70a56ef0297b8f.zip |
Removed older versions
Package-Manager: portage-2.1.9.45/cvs/Linux x86_64
Diffstat (limited to 'dev-php5/pecl-sca_sdo')
-rw-r--r-- | dev-php5/pecl-sca_sdo/pecl-sca_sdo-1.2.4-r1.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-php5/pecl-sca_sdo/pecl-sca_sdo-1.2.4-r1.ebuild b/dev-php5/pecl-sca_sdo/pecl-sca_sdo-1.2.4-r1.ebuild deleted file mode 100644 index 4a377802324d..000000000000 --- a/dev-php5/pecl-sca_sdo/pecl-sca_sdo-1.2.4-r1.ebuild +++ /dev/null @@ -1,37 +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-sca_sdo/pecl-sca_sdo-1.2.4-r1.ebuild,v 1.2 2010/09/19 16:40:53 mabi Exp $ - -EAPI="2" - -PHP_EXT_NAME="sdo" -PHP_EXT_PECL_PKG="SCA_SDO" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -inherit eutils php-ext-pecl-r1 - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="Service Component Architecture (SCA) and Service Data Objects (SDO) for PHP." -LICENSE="Apache-2.0" -SLOT="0" -IUSE="examples" - -DEPEND=">=dev-lang/php-5.2[json,soap,xml] - || ( <dev-lang/php-5.3[pcre,reflection,spl] >=dev-lang/php-5.3.1 )" -RDEPEND="${DEPEND}" - -need_php_by_category - -src_prepare() { - epatch "${FILESDIR}"/${P}-gcc44.patch - epatch "${FILESDIR}/${P}-php53.patch" -} - -src_install() { - php-ext-pecl-r1_src_install - - insinto /usr/share/php5 - doins -r DAS SCA -} |