diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-01-18 17:52:10 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-01-18 17:52:10 +0000 |
commit | 2dbe6834ed798c599a1e28ed190108f43f90eded (patch) | |
tree | 103c73f30aca97934241dbb0550c0204913f73be /dev-php/PEAR-Auth | |
parent | remove dependency on dev-php/PEAR-PEAR-1.8.1 from php-pear-r1.eclass (diff) | |
download | gentoo-2-2dbe6834ed798c599a1e28ed190108f43f90eded.tar.gz gentoo-2-2dbe6834ed798c599a1e28ed190108f43f90eded.tar.bz2 gentoo-2-2dbe6834ed798c599a1e28ed190108f43f90eded.zip |
version bump & remove old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Auth')
-rw-r--r-- | dev-php/PEAR-Auth/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Auth/PEAR-Auth-1.6.4.ebuild (renamed from dev-php/PEAR-Auth/PEAR-Auth-1.6.2-r1.ebuild) | 18 |
2 files changed, 16 insertions, 12 deletions
diff --git a/dev-php/PEAR-Auth/ChangeLog b/dev-php/PEAR-Auth/ChangeLog index d6263d8d7c8f..ff1b92d9ed00 100644 --- a/dev-php/PEAR-Auth/ChangeLog +++ b/dev-php/PEAR-Auth/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-Auth -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/ChangeLog,v 1.44 2010/09/11 14:19:39 mabi Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/ChangeLog,v 1.45 2012/01/18 17:52:10 mabi Exp $ + +*PEAR-Auth-1.6.4 (18 Jan 2012) + + 18 Jan 2012; Matti Bickel <mabi@gentoo.org> -PEAR-Auth-1.6.2-r1.ebuild, + +PEAR-Auth-1.6.4.ebuild: + version bump & remove old *PEAR-Auth-1.6.2-r1 (11 Sep 2010) diff --git a/dev-php/PEAR-Auth/PEAR-Auth-1.6.2-r1.ebuild b/dev-php/PEAR-Auth/PEAR-Auth-1.6.4.ebuild index 7b843eaedb4f..324826b262f8 100644 --- a/dev-php/PEAR-Auth/PEAR-Auth-1.6.2-r1.ebuild +++ b/dev-php/PEAR-Auth/PEAR-Auth-1.6.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 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.6.2-r1.ebuild,v 1.3 2010/10/11 20:14:33 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/PEAR-Auth-1.6.4.ebuild,v 1.1 2012/01/18 17:52:10 mabi Exp $ -EAPI="2" -inherit php-pear-r1 depend.php eutils +EAPI="4" +inherit php-pear-r1 DESCRIPTION="Provides methods for creating an authentication system using PHP." LICENSE="PHP-3.01" @@ -18,14 +18,12 @@ RDEPEND="!minimal? ( >=dev-php/PEAR-Log-1.9.10 >=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 )" - # missing lots of keywords - # >=dev-php/PEAR-HTTP_Client-1.1.0 + >=dev-php/PEAR-File_SMBPasswd-1.0.0 + >=dev-php/PEAR-HTTP_Client-1.1.0 )" pkg_postinst() { - has_php - if ! use minimal && ! has_version "=${PHP_PKG}[imap,soap]" ; then + if ! use minimal && ! has_version "=dev-lang/php[imap,soap]" ; then elog "${PN} can optionally use php's imap and soap features." - elog "If you want those, recompile ${PHP_PKG} with these flags in USE." + elog "If you want those, recompile dev-lang/php with these flags in USE." fi } |