diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-08-20 21:22:58 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-08-20 21:22:58 +0000 |
commit | ebc24373ff69190201f95bca240e8e0ae93ef1e3 (patch) | |
tree | 2c34ea2c8df96a38b474ba8f760422260e0f2576 /dev-php/PEAR-Auth | |
parent | Porting from project overlay (diff) | |
download | gentoo-2-ebc24373ff69190201f95bca240e8e0ae93ef1e3.tar.gz gentoo-2-ebc24373ff69190201f95bca240e8e0ae93ef1e3.tar.bz2 gentoo-2-ebc24373ff69190201f95bca240e8e0ae93ef1e3.zip |
Porting from project overlay
(Portage version: 2.1.3.5)
Diffstat (limited to 'dev-php/PEAR-Auth')
-rw-r--r-- | dev-php/PEAR-Auth/ChangeLog | 17 | ||||
-rw-r--r-- | dev-php/PEAR-Auth/PEAR-Auth-1.5.4.ebuild | 30 | ||||
-rw-r--r-- | dev-php/PEAR-Auth/files/digest-PEAR-Auth-1.5.4 | 3 |
3 files changed, 48 insertions, 2 deletions
diff --git a/dev-php/PEAR-Auth/ChangeLog b/dev-php/PEAR-Auth/ChangeLog index df8bf0f70a9e..80214dcce0bb 100644 --- a/dev-php/PEAR-Auth/ChangeLog +++ b/dev-php/PEAR-Auth/ChangeLog @@ -1,6 +1,19 @@ # ChangeLog for dev-php/PEAR-Auth -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/ChangeLog,v 1.31 2006/09/17 13:52:44 chtekk Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/ChangeLog,v 1.32 2007/08/20 21:22:58 jokey Exp $ + +*PEAR-Auth-1.5.4 (20 Aug 2007) + + 20 Aug 2007; Markus Ullmann <jokey@gentoo.org> +PEAR-Auth-1.5.4.ebuild: + Porting from project overlay + + 15 Aug 2007; Jakub Moc <jakub@gentoo.org> PEAR-Auth-1.5.4.ebuild: + USE=minimal for optional deps, remove bogus pkg_setup check, add + pkg_postinst info. + + 15 Aug 2007; Jakub Moc <jakub@gentoo.org> +metadata.xml, + +PEAR-Auth-1.5.4.ebuild: + Version bump, Bug 158633 *PEAR-Auth-1.3.2 (17 Sep 2006) diff --git a/dev-php/PEAR-Auth/PEAR-Auth-1.5.4.ebuild b/dev-php/PEAR-Auth/PEAR-Auth-1.5.4.ebuild new file mode 100644 index 000000000000..48d9a54fe490 --- /dev/null +++ b/dev-php/PEAR-Auth/PEAR-Auth-1.5.4.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/PEAR-Auth-1.5.4.ebuild,v 1.1 2007/08/20 21:22:58 jokey Exp $ + +inherit php-pear-r1 depend.php eutils + +DESCRIPTION="Provides methods for creating an authentication system using PHP." +LICENSE="PHP" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~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-File_SMBPasswd-1.0.0 + >=dev-php/PEAR-SOAP-0.9.0 )" + # missing lots of keywords + # >=dev-php/PEAR-HTTP_Client-1.1.0 + +pkg_postinst() { + has_php + if ! use minimal && ! built_with_use --missing true =${PHP_PKG} imap soap ; then + elog "${PN} can optionally use ${PHP_PKG} imap and soap features." + elog "If you want those, recompile ${PHP_PKG} with these flags in USE." + fi +} diff --git a/dev-php/PEAR-Auth/files/digest-PEAR-Auth-1.5.4 b/dev-php/PEAR-Auth/files/digest-PEAR-Auth-1.5.4 new file mode 100644 index 000000000000..67fd0479621d --- /dev/null +++ b/dev-php/PEAR-Auth/files/digest-PEAR-Auth-1.5.4 @@ -0,0 +1,3 @@ +MD5 2705ade43c1d23c71840c726ec56304c Auth-1.5.4.tgz 54478 +RMD160 514c124e31d156be26e9e948c00886e72c1cd05b Auth-1.5.4.tgz 54478 +SHA256 e9fd129cb640dea441c3f5d26e114642ef9fd68097a0d7a8cd30350123f39421 Auth-1.5.4.tgz 54478 |