diff options
Diffstat (limited to 'dev-php/PEAR-Auth/PEAR-Auth-1.6.5_pre20150209.ebuild')
-rw-r--r-- | dev-php/PEAR-Auth/PEAR-Auth-1.6.5_pre20150209.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-php/PEAR-Auth/PEAR-Auth-1.6.5_pre20150209.ebuild b/dev-php/PEAR-Auth/PEAR-Auth-1.6.5_pre20150209.ebuild new file mode 100644 index 00000000000..2ad9eb1050b --- /dev/null +++ b/dev-php/PEAR-Auth/PEAR-Auth-1.6.5_pre20150209.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit php-pear-r2 vcs-snapshot + +SRC_URI="https://github.com/pear/Auth/archive/9c6817a6ae4bfabf9d6ffa91cbcdca6ab2e31ce7.tar.gz -> ${PEAR_P}.tar.gz" +DESCRIPTION="Provides methods for creating an authentication system using PHP" +LICENSE="PHP-3.01" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="minimal" +RDEPEND="!minimal? ( >=dev-php/PEAR-Log-1.9.10 + >=dev-php/PEAR-File_Passwd-1.1.0 + >=dev-php/PEAR-Net_POP3-1.3.0 + >=dev-php/PEAR-DB-1.7.6-r1 + dev-php/PEAR-MDB + >=dev-php/PEAR-MDB2-2.0.0_rc1 + >=dev-php/PEAR-Crypt_CHAP-1.0.0 + >=dev-php/PEAR-SOAP-0.9.0 + >=dev-php/PEAR-File_SMBPasswd-1.0.0 + >=dev-php/PEAR-HTTP_Client-1.1.0 )" + +pkg_postinst() { + if ! use minimal ; then + elog "${PN} can optionally use php's imap and soap features." + elog "If you want those, recompile dev-lang/php with these flags in USE." + fi +} |