diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-05-23 20:52:08 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-05-23 20:52:08 +0000 |
commit | 56e54397ec38d2deefe0ca95dbfb824688f07de7 (patch) | |
tree | f15ba4729c821b03ed2235f91379e67be730740f /dev-php/PEAR-Auth | |
parent | Spring cleanup. (diff) | |
download | gentoo-2-56e54397ec38d2deefe0ca95dbfb824688f07de7.tar.gz gentoo-2-56e54397ec38d2deefe0ca95dbfb824688f07de7.tar.bz2 gentoo-2-56e54397ec38d2deefe0ca95dbfb824688f07de7.zip |
Spring cleanup.
(Portage version: 2.1_rc1-r3)
Diffstat (limited to 'dev-php/PEAR-Auth')
-rw-r--r-- | dev-php/PEAR-Auth/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/PEAR-Auth/PEAR-Auth-1.2.4.ebuild | 4 | ||||
-rw-r--r-- | dev-php/PEAR-Auth/PEAR-Auth-1.3.0.ebuild | 16 |
3 files changed, 16 insertions, 11 deletions
diff --git a/dev-php/PEAR-Auth/ChangeLog b/dev-php/PEAR-Auth/ChangeLog index e6c1889013fc..0a51f695c092 100644 --- a/dev-php/PEAR-Auth/ChangeLog +++ b/dev-php/PEAR-Auth/ChangeLog @@ -1,6 +1,11 @@ # 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.27 2006/05/21 01:36:47 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/ChangeLog,v 1.28 2006/05/23 20:52:08 chtekk Exp $ + + 23 May 2006; Luca Longinotti <chtekk@gentoo.org> + -PEAR-Auth-1.2.3-r1.ebuild, PEAR-Auth-1.2.4.ebuild, + PEAR-Auth-1.3.0.ebuild: + Spring cleanup. 21 May 2006; Luca Longinotti <chtekk@gentoo.org> -PEAR-Auth-1.2.3.ebuild: Remove old-style PHP packages. diff --git a/dev-php/PEAR-Auth/PEAR-Auth-1.2.4.ebuild b/dev-php/PEAR-Auth/PEAR-Auth-1.2.4.ebuild index 64e1dfd1f9c8..f511cad07f70 100644 --- a/dev-php/PEAR-Auth/PEAR-Auth-1.2.4.ebuild +++ b/dev-php/PEAR-Auth/PEAR-Auth-1.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.2.4.ebuild,v 1.9 2006/03/30 18:39:00 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/PEAR-Auth-1.2.4.ebuild,v 1.10 2006/05/23 20:52:08 chtekk Exp $ inherit php-pear-r1 @@ -10,4 +10,4 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="" RDEPEND=">=dev-php/PEAR-PEAR-1.3.6 - >=dev-php/PEAR-DB-1.7.6-r1" + >=dev-php/PEAR-DB-1.7.6-r1" diff --git a/dev-php/PEAR-Auth/PEAR-Auth-1.3.0.ebuild b/dev-php/PEAR-Auth/PEAR-Auth-1.3.0.ebuild index 331d13465d11..cfcdfa32ce74 100644 --- a/dev-php/PEAR-Auth/PEAR-Auth-1.3.0.ebuild +++ b/dev-php/PEAR-Auth/PEAR-Auth-1.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.3.0.ebuild,v 1.2 2006/03/03 19:20:37 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth/PEAR-Auth-1.3.0.ebuild,v 1.3 2006/05/23 20:52:08 chtekk Exp $ inherit php-pear-r1 depend.php @@ -10,13 +10,13 @@ SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND=">=dev-php/PEAR-PEAR-1.3.6 - >=dev-php/PEAR-DB-1.7.6-r1 - dev-php/PEAR-File_Passwd - dev-php/PEAR-Net_POP3 - dev-php/PEAR-MDB - dev-php/PEAR-MDB2 - dev-php/PEAR-Crypt_CHAP - dev-php/PEAR-File_SMBPasswd" + >=dev-php/PEAR-DB-1.7.6-r1 + dev-php/PEAR-File_Passwd + dev-php/PEAR-Net_POP3 + dev-php/PEAR-MDB + dev-php/PEAR-MDB2 + dev-php/PEAR-Crypt_CHAP + dev-php/PEAR-File_SMBPasswd" pkg_setup() { require_php_with_use crypt mhash |