diff options
author | Steve Dibb <beandog@gentoo.org> | 2010-04-27 16:22:58 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2010-04-27 16:22:58 +0000 |
commit | b035345c3587c56608c2c8c7e326c46c7e6a1312 (patch) | |
tree | 42ee117280c10be71792714a93be440ddc063838 /dev-php | |
parent | Fix PEAR deps (diff) | |
download | gentoo-2-b035345c3587c56608c2c8c7e326c46c7e6a1312.tar.gz gentoo-2-b035345c3587c56608c2c8c7e326c46c7e6a1312.tar.bz2 gentoo-2-b035345c3587c56608c2c8c7e326c46c7e6a1312.zip |
Fix PEAR deps
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Mail_mimeDecode/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.0.ebuild | 7 | ||||
-rw-r--r-- | dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.1.ebuild | 5 |
3 files changed, 10 insertions, 8 deletions
diff --git a/dev-php/PEAR-Mail_mimeDecode/ChangeLog b/dev-php/PEAR-Mail_mimeDecode/ChangeLog index 9b232f57e756..ceeff7bf7eba 100644 --- a/dev-php/PEAR-Mail_mimeDecode/ChangeLog +++ b/dev-php/PEAR-Mail_mimeDecode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Mail_mimeDecode # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_mimeDecode/ChangeLog,v 1.14 2010/01/05 05:48:54 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_mimeDecode/ChangeLog,v 1.15 2010/04/27 16:22:58 beandog Exp $ + + 27 Apr 2010; Steve Dibb <beandog@gentoo.org> + PEAR-Mail_mimeDecode-1.5.0.ebuild, PEAR-Mail_mimeDecode-1.5.1.ebuild: + Fix PEAR deps *PEAR-Mail_mimeDecode-1.5.1 (05 Jan 2010) diff --git a/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.0.ebuild b/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.0.ebuild index c5e05e267f47..f91f052158e1 100644 --- a/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.0.ebuild +++ b/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.0.ebuild,v 1.15 2008/11/09 11:48:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.0.ebuild,v 1.16 2010/04/27 16:22:58 beandog Exp $ inherit php-pear-r1 eutils @@ -14,5 +14,4 @@ IUSE="" # >=PEAR-Mail_Mime-1.5.2 in in DEPEND to avoid blockers and circular deps # with this package; using PDEPEND in PEAR-Mail_Mime for the same reason -DEPEND=">=dev-php/PEAR-PEAR-1.6.0 - >=dev-php/PEAR-Mail_Mime-1.5.2" +DEPEND=">=dev-php/PEAR-Mail_Mime-1.5.2" diff --git a/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.1.ebuild b/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.1.ebuild index 66f8c35da35f..cca8884ae536 100644 --- a/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.1.ebuild +++ b/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.1.ebuild,v 1.1 2010/01/05 05:48:54 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.1.ebuild,v 1.2 2010/04/27 16:22:58 beandog Exp $ inherit php-pear-r1 eutils @@ -14,5 +14,4 @@ IUSE="" # >=PEAR-Mail_Mime-1.5.2 in in DEPEND to avoid blockers and circular deps # with this package; using PDEPEND in PEAR-Mail_Mime for the same reason -DEPEND=">=dev-php/PEAR-PEAR-1.6.0 - >=dev-php/PEAR-Mail_Mime-1.5.2" +DEPEND=">=dev-php/PEAR-Mail_Mime-1.5.2" |