diff options
author | 2011-04-16 14:14:06 +0000 | |
---|---|---|
committer | 2011-04-16 14:14:06 +0000 | |
commit | 72228f76622db276091d00617c61604035ac7272 (patch) | |
tree | dfdc0275b8845e1ac11a476260c043f41ddc943d /dev-php5/pecl-pam | |
parent | Version bump, drop old (diff) | |
download | historical-72228f76622db276091d00617c61604035ac7272.tar.gz historical-72228f76622db276091d00617c61604035ac7272.tar.bz2 historical-72228f76622db276091d00617c61604035ac7272.zip |
Removed older versions
Package-Manager: portage-2.1.9.45/cvs/Linux x86_64
Diffstat (limited to 'dev-php5/pecl-pam')
-rw-r--r-- | dev-php5/pecl-pam/pecl-pam-1.0.2.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-php5/pecl-pam/pecl-pam-1.0.2.ebuild b/dev-php5/pecl-pam/pecl-pam-1.0.2.ebuild deleted file mode 100644 index 98be1ef07ba6..000000000000 --- a/dev-php5/pecl-pam/pecl-pam-1.0.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-pam/pecl-pam-1.0.2.ebuild,v 1.3 2008/02/23 18:13:48 swegener Exp $ - -PHP_EXT_NAME="pam" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS="README" - -inherit php-ext-pecl-r1 pam - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="This extension provides PAM (Pluggable Authentication Modules) integration." -LICENSE="PHP-2.02" -SLOT="0" -IUSE="debug" - -DEPEND="sys-libs/pam" -RDEPEND="${DEPEND}" - -need_php_by_category - -src_compile() { - my_conf="--with-pam=/usr $(use_enable debug)" - php-ext-pecl-r1_src_compile -} - -src_install() { - pamd_mimic_system php auth account password - php-ext-pecl-r1_src_install -} |